(t)
| 1143 | } |
| 1144 | |
| 1145 | initGotEnv(t) { |
| 1146 | 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)) |
| 1147 | } |
| 1148 | |
| 1149 | get(t, e = (() => { |
| 1150 | })) { |