(t)
| 994 | } |
| 995 | |
| 996 | initGotEnv(t) { |
| 997 | 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)) |
| 998 | } |
| 999 | |
| 1000 | get(t, e = (() => { |
| 1001 | })) { |