(t)
| 2276 | } |
| 2277 | |
| 2278 | initGotEnv(t) { |
| 2279 | this.got = this.got ? this.got : require("got"), this.cktough = this.cktough ? this.cktough : require("tough-cookie"), this.ckjar = this.ckjar ? this.ckjar : new this.cktough.CookieJar, t && (t.headers = t.headers ? t.headers : {}, void 0 === t.headers.Cookie && void 0 === t.cookieJar && (t.cookieJar = this.ckjar)) |
| 2280 | } |
| 2281 | |
| 2282 | get(t, e = (() => { |
| 2283 | })) { |