@socketsecurity/lib 5.24.0 → 5.25.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/archives.js +4 -4
  3. package/dist/constants/socket.js +1 -1
  4. package/dist/debug.js +5 -5
  5. package/dist/dlx/manifest.js +18 -20
  6. package/dist/errors.js +2 -3
  7. package/dist/external/@npmcli/package-json/lib/read-package.js +3 -2
  8. package/dist/external/@npmcli/package-json.js +19 -18
  9. package/dist/external/@npmcli/promise-spawn.js +3 -2
  10. package/dist/external/adm-zip.js +3 -2
  11. package/dist/external/debug.js +2 -1
  12. package/dist/external/external-pack.js +4 -3
  13. package/dist/external/fast-sort.js +2 -1
  14. package/dist/external/get-east-asian-width.js +3 -2
  15. package/dist/external/npm-pack.js +36 -35
  16. package/dist/external/p-map.js +6 -5
  17. package/dist/external/pico-pack.js +24 -23
  18. package/dist/external/supports-color.js +3 -1
  19. package/dist/external/tar-fs.js +9 -8
  20. package/dist/external/which.js +3 -2
  21. package/dist/external/yargs-parser.js +3 -2
  22. package/dist/fs.js +5 -4
  23. package/dist/git.js +3 -3
  24. package/dist/github.d.ts +3 -3
  25. package/dist/github.js +3 -3
  26. package/dist/http-request.d.ts +2 -2
  27. package/dist/json/edit.js +9 -9
  28. package/dist/json/parse.d.ts +2 -2
  29. package/dist/json/parse.js +2 -2
  30. package/dist/logger.js +5 -6
  31. package/dist/objects.js +28 -39
  32. package/dist/packages/edit.js +3 -3
  33. package/dist/packages/isolation.js +3 -3
  34. package/dist/primordials.d.ts +337 -0
  35. package/dist/primordials.js +828 -0
  36. package/dist/process-lock.js +11 -11
  37. package/dist/releases/github.js +4 -4
  38. package/dist/signal-exit.js +4 -4
  39. package/dist/spawn.d.ts +13 -13
  40. package/dist/stdio/stderr.d.ts +2 -2
  41. package/dist/suppress-warnings.js +2 -2
  42. package/package.json +12 -4
@@ -0,0 +1,828 @@
1
+ "use strict";
2
+ /* Socket Lib - Built with esbuild */
3
+ "use strict";
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
+ var primordials_exports = {};
22
+ __export(primordials_exports, {
23
+ AggregateErrorCtor: () => AggregateErrorCtor,
24
+ ArrayBufferCtor: () => ArrayBufferCtor,
25
+ ArrayBufferIsView: () => ArrayBufferIsView,
26
+ ArrayCtor: () => ArrayCtor,
27
+ ArrayFrom: () => ArrayFrom,
28
+ ArrayIsArray: () => ArrayIsArray,
29
+ ArrayOf: () => ArrayOf,
30
+ ArrayPrototypeAt: () => ArrayPrototypeAt,
31
+ ArrayPrototypeConcat: () => ArrayPrototypeConcat,
32
+ ArrayPrototypeCopyWithin: () => ArrayPrototypeCopyWithin,
33
+ ArrayPrototypeEntries: () => ArrayPrototypeEntries,
34
+ ArrayPrototypeEvery: () => ArrayPrototypeEvery,
35
+ ArrayPrototypeFill: () => ArrayPrototypeFill,
36
+ ArrayPrototypeFilter: () => ArrayPrototypeFilter,
37
+ ArrayPrototypeFind: () => ArrayPrototypeFind,
38
+ ArrayPrototypeFindIndex: () => ArrayPrototypeFindIndex,
39
+ ArrayPrototypeFindLast: () => ArrayPrototypeFindLast,
40
+ ArrayPrototypeFindLastIndex: () => ArrayPrototypeFindLastIndex,
41
+ ArrayPrototypeFlat: () => ArrayPrototypeFlat,
42
+ ArrayPrototypeFlatMap: () => ArrayPrototypeFlatMap,
43
+ ArrayPrototypeForEach: () => ArrayPrototypeForEach,
44
+ ArrayPrototypeIncludes: () => ArrayPrototypeIncludes,
45
+ ArrayPrototypeIndexOf: () => ArrayPrototypeIndexOf,
46
+ ArrayPrototypeJoin: () => ArrayPrototypeJoin,
47
+ ArrayPrototypeKeys: () => ArrayPrototypeKeys,
48
+ ArrayPrototypeLastIndexOf: () => ArrayPrototypeLastIndexOf,
49
+ ArrayPrototypeMap: () => ArrayPrototypeMap,
50
+ ArrayPrototypePop: () => ArrayPrototypePop,
51
+ ArrayPrototypePush: () => ArrayPrototypePush,
52
+ ArrayPrototypeReduce: () => ArrayPrototypeReduce,
53
+ ArrayPrototypeReduceRight: () => ArrayPrototypeReduceRight,
54
+ ArrayPrototypeReverse: () => ArrayPrototypeReverse,
55
+ ArrayPrototypeShift: () => ArrayPrototypeShift,
56
+ ArrayPrototypeSlice: () => ArrayPrototypeSlice,
57
+ ArrayPrototypeSome: () => ArrayPrototypeSome,
58
+ ArrayPrototypeSort: () => ArrayPrototypeSort,
59
+ ArrayPrototypeSplice: () => ArrayPrototypeSplice,
60
+ ArrayPrototypeToReversed: () => ArrayPrototypeToReversed,
61
+ ArrayPrototypeToSorted: () => ArrayPrototypeToSorted,
62
+ ArrayPrototypeUnshift: () => ArrayPrototypeUnshift,
63
+ ArrayPrototypeValues: () => ArrayPrototypeValues,
64
+ BooleanCtor: () => BooleanCtor,
65
+ BufferAlloc: () => BufferAlloc,
66
+ BufferAllocUnsafe: () => BufferAllocUnsafe,
67
+ BufferAllocUnsafeSlow: () => BufferAllocUnsafeSlow,
68
+ BufferByteLength: () => BufferByteLength,
69
+ BufferConcat: () => BufferConcat,
70
+ BufferCtor: () => BufferCtor,
71
+ BufferFrom: () => BufferFrom,
72
+ BufferIsBuffer: () => BufferIsBuffer,
73
+ BufferIsEncoding: () => BufferIsEncoding,
74
+ BufferPrototypeSlice: () => BufferPrototypeSlice,
75
+ BufferPrototypeToString: () => BufferPrototypeToString,
76
+ DataViewCtor: () => DataViewCtor,
77
+ DateCtor: () => DateCtor,
78
+ DateNow: () => DateNow,
79
+ DateParse: () => DateParse,
80
+ DatePrototypeGetTime: () => DatePrototypeGetTime,
81
+ DatePrototypeToISOString: () => DatePrototypeToISOString,
82
+ DatePrototypeValueOf: () => DatePrototypeValueOf,
83
+ DateUTC: () => DateUTC,
84
+ ErrorCtor: () => ErrorCtor,
85
+ ErrorIsError: () => ErrorIsError,
86
+ EvalErrorCtor: () => EvalErrorCtor,
87
+ Float32ArrayCtor: () => Float32ArrayCtor,
88
+ Float64ArrayCtor: () => Float64ArrayCtor,
89
+ FunctionPrototypeApply: () => FunctionPrototypeApply,
90
+ FunctionPrototypeBind: () => FunctionPrototypeBind,
91
+ FunctionPrototypeCall: () => FunctionPrototypeCall,
92
+ Int16ArrayCtor: () => Int16ArrayCtor,
93
+ Int32ArrayCtor: () => Int32ArrayCtor,
94
+ Int8ArrayCtor: () => Int8ArrayCtor,
95
+ IteratorPrototypeNext: () => IteratorPrototypeNext,
96
+ IteratorPrototypeReturn: () => IteratorPrototypeReturn,
97
+ JSONParse: () => JSONParse,
98
+ JSONStringify: () => JSONStringify,
99
+ MapCtor: () => MapCtor,
100
+ MapPrototypeClear: () => MapPrototypeClear,
101
+ MapPrototypeDelete: () => MapPrototypeDelete,
102
+ MapPrototypeEntries: () => MapPrototypeEntries,
103
+ MapPrototypeForEach: () => MapPrototypeForEach,
104
+ MapPrototypeGet: () => MapPrototypeGet,
105
+ MapPrototypeHas: () => MapPrototypeHas,
106
+ MapPrototypeKeys: () => MapPrototypeKeys,
107
+ MapPrototypeSet: () => MapPrototypeSet,
108
+ MapPrototypeValues: () => MapPrototypeValues,
109
+ MathAbs: () => MathAbs,
110
+ MathCeil: () => MathCeil,
111
+ MathFloor: () => MathFloor,
112
+ MathMax: () => MathMax,
113
+ MathMin: () => MathMin,
114
+ MathPow: () => MathPow,
115
+ MathRandom: () => MathRandom,
116
+ MathRound: () => MathRound,
117
+ MathSign: () => MathSign,
118
+ MathSqrt: () => MathSqrt,
119
+ MathTrunc: () => MathTrunc,
120
+ NumberCtor: () => NumberCtor,
121
+ NumberIsFinite: () => NumberIsFinite,
122
+ NumberIsInteger: () => NumberIsInteger,
123
+ NumberIsNaN: () => NumberIsNaN,
124
+ NumberIsSafeInteger: () => NumberIsSafeInteger,
125
+ NumberParseFloat: () => NumberParseFloat,
126
+ NumberParseInt: () => NumberParseInt,
127
+ NumberPrototypeToFixed: () => NumberPrototypeToFixed,
128
+ NumberPrototypeToString: () => NumberPrototypeToString,
129
+ ObjectAssign: () => ObjectAssign,
130
+ ObjectCreate: () => ObjectCreate,
131
+ ObjectCtor: () => ObjectCtor,
132
+ ObjectDefineProperties: () => ObjectDefineProperties,
133
+ ObjectDefineProperty: () => ObjectDefineProperty,
134
+ ObjectEntries: () => ObjectEntries,
135
+ ObjectFreeze: () => ObjectFreeze,
136
+ ObjectFromEntries: () => ObjectFromEntries,
137
+ ObjectGetOwnPropertyDescriptor: () => ObjectGetOwnPropertyDescriptor,
138
+ ObjectGetOwnPropertyDescriptors: () => ObjectGetOwnPropertyDescriptors,
139
+ ObjectGetOwnPropertyNames: () => ObjectGetOwnPropertyNames,
140
+ ObjectGetOwnPropertySymbols: () => ObjectGetOwnPropertySymbols,
141
+ ObjectGetPrototypeOf: () => ObjectGetPrototypeOf,
142
+ ObjectHasOwn: () => ObjectHasOwn,
143
+ ObjectIs: () => ObjectIs,
144
+ ObjectIsExtensible: () => ObjectIsExtensible,
145
+ ObjectIsFrozen: () => ObjectIsFrozen,
146
+ ObjectIsSealed: () => ObjectIsSealed,
147
+ ObjectKeys: () => ObjectKeys,
148
+ ObjectPreventExtensions: () => ObjectPreventExtensions,
149
+ ObjectPrototype: () => ObjectPrototype,
150
+ ObjectPrototypeHasOwnProperty: () => ObjectPrototypeHasOwnProperty,
151
+ ObjectPrototypeIsPrototypeOf: () => ObjectPrototypeIsPrototypeOf,
152
+ ObjectPrototypePropertyIsEnumerable: () => ObjectPrototypePropertyIsEnumerable,
153
+ ObjectPrototypeToString: () => ObjectPrototypeToString,
154
+ ObjectPrototypeValueOf: () => ObjectPrototypeValueOf,
155
+ ObjectSeal: () => ObjectSeal,
156
+ ObjectSetPrototypeOf: () => ObjectSetPrototypeOf,
157
+ ObjectValues: () => ObjectValues,
158
+ PromiseAll: () => PromiseAll,
159
+ PromiseAllSettled: () => PromiseAllSettled,
160
+ PromiseAny: () => PromiseAny,
161
+ PromiseCtor: () => PromiseCtor,
162
+ PromisePrototypeCatch: () => PromisePrototypeCatch,
163
+ PromisePrototypeFinally: () => PromisePrototypeFinally,
164
+ PromisePrototypeThen: () => PromisePrototypeThen,
165
+ PromiseRace: () => PromiseRace,
166
+ PromiseReject: () => PromiseReject,
167
+ PromiseResolve: () => PromiseResolve,
168
+ PromiseWithResolvers: () => PromiseWithResolvers,
169
+ RangeErrorCtor: () => RangeErrorCtor,
170
+ ReferenceErrorCtor: () => ReferenceErrorCtor,
171
+ ReflectApply: () => ReflectApply,
172
+ ReflectConstruct: () => ReflectConstruct,
173
+ ReflectDefineProperty: () => ReflectDefineProperty,
174
+ ReflectDeleteProperty: () => ReflectDeleteProperty,
175
+ ReflectGet: () => ReflectGet,
176
+ ReflectGetOwnPropertyDescriptor: () => ReflectGetOwnPropertyDescriptor,
177
+ ReflectGetPrototypeOf: () => ReflectGetPrototypeOf,
178
+ ReflectHas: () => ReflectHas,
179
+ ReflectIsExtensible: () => ReflectIsExtensible,
180
+ ReflectOwnKeys: () => ReflectOwnKeys,
181
+ ReflectPreventExtensions: () => ReflectPreventExtensions,
182
+ ReflectSet: () => ReflectSet,
183
+ ReflectSetPrototypeOf: () => ReflectSetPrototypeOf,
184
+ RegExpCtor: () => RegExpCtor,
185
+ RegExpEscape: () => RegExpEscape,
186
+ RegExpPrototypeExec: () => RegExpPrototypeExec,
187
+ RegExpPrototypeSymbolMatch: () => RegExpPrototypeSymbolMatch,
188
+ RegExpPrototypeSymbolReplace: () => RegExpPrototypeSymbolReplace,
189
+ RegExpPrototypeTest: () => RegExpPrototypeTest,
190
+ SetCtor: () => SetCtor,
191
+ SetPrototypeAdd: () => SetPrototypeAdd,
192
+ SetPrototypeClear: () => SetPrototypeClear,
193
+ SetPrototypeDelete: () => SetPrototypeDelete,
194
+ SetPrototypeEntries: () => SetPrototypeEntries,
195
+ SetPrototypeForEach: () => SetPrototypeForEach,
196
+ SetPrototypeHas: () => SetPrototypeHas,
197
+ SetPrototypeKeys: () => SetPrototypeKeys,
198
+ SetPrototypeValues: () => SetPrototypeValues,
199
+ StringCtor: () => StringCtor,
200
+ StringFromCharCode: () => StringFromCharCode,
201
+ StringFromCodePoint: () => StringFromCodePoint,
202
+ StringPrototypeAt: () => StringPrototypeAt,
203
+ StringPrototypeCharAt: () => StringPrototypeCharAt,
204
+ StringPrototypeCharCodeAt: () => StringPrototypeCharCodeAt,
205
+ StringPrototypeCodePointAt: () => StringPrototypeCodePointAt,
206
+ StringPrototypeConcat: () => StringPrototypeConcat,
207
+ StringPrototypeEndsWith: () => StringPrototypeEndsWith,
208
+ StringPrototypeIncludes: () => StringPrototypeIncludes,
209
+ StringPrototypeIndexOf: () => StringPrototypeIndexOf,
210
+ StringPrototypeLastIndexOf: () => StringPrototypeLastIndexOf,
211
+ StringPrototypeLocaleCompare: () => StringPrototypeLocaleCompare,
212
+ StringPrototypeMatch: () => StringPrototypeMatch,
213
+ StringPrototypeMatchAll: () => StringPrototypeMatchAll,
214
+ StringPrototypeNormalize: () => StringPrototypeNormalize,
215
+ StringPrototypePadEnd: () => StringPrototypePadEnd,
216
+ StringPrototypePadStart: () => StringPrototypePadStart,
217
+ StringPrototypeRepeat: () => StringPrototypeRepeat,
218
+ StringPrototypeReplace: () => StringPrototypeReplace,
219
+ StringPrototypeReplaceAll: () => StringPrototypeReplaceAll,
220
+ StringPrototypeSearch: () => StringPrototypeSearch,
221
+ StringPrototypeSlice: () => StringPrototypeSlice,
222
+ StringPrototypeSplit: () => StringPrototypeSplit,
223
+ StringPrototypeStartsWith: () => StringPrototypeStartsWith,
224
+ StringPrototypeSubstring: () => StringPrototypeSubstring,
225
+ StringPrototypeToLocaleLowerCase: () => StringPrototypeToLocaleLowerCase,
226
+ StringPrototypeToLocaleUpperCase: () => StringPrototypeToLocaleUpperCase,
227
+ StringPrototypeToLowerCase: () => StringPrototypeToLowerCase,
228
+ StringPrototypeToUpperCase: () => StringPrototypeToUpperCase,
229
+ StringPrototypeTrim: () => StringPrototypeTrim,
230
+ StringPrototypeTrimEnd: () => StringPrototypeTrimEnd,
231
+ StringPrototypeTrimStart: () => StringPrototypeTrimStart,
232
+ StringRaw: () => StringRaw,
233
+ SymbolAsyncIterator: () => SymbolAsyncIterator,
234
+ SymbolCtor: () => SymbolCtor,
235
+ SymbolFor: () => SymbolFor,
236
+ SymbolIterator: () => SymbolIterator,
237
+ SymbolToPrimitive: () => SymbolToPrimitive,
238
+ SymbolToStringTag: () => SymbolToStringTag,
239
+ SyntaxErrorCtor: () => SyntaxErrorCtor,
240
+ TypeErrorCtor: () => TypeErrorCtor,
241
+ URIErrorCtor: () => URIErrorCtor,
242
+ URLCtor: () => URLCtor,
243
+ URLSearchParamsCtor: () => URLSearchParamsCtor,
244
+ URLSearchParamsPrototypeAppend: () => URLSearchParamsPrototypeAppend,
245
+ URLSearchParamsPrototypeDelete: () => URLSearchParamsPrototypeDelete,
246
+ URLSearchParamsPrototypeForEach: () => URLSearchParamsPrototypeForEach,
247
+ URLSearchParamsPrototypeGet: () => URLSearchParamsPrototypeGet,
248
+ URLSearchParamsPrototypeGetAll: () => URLSearchParamsPrototypeGetAll,
249
+ URLSearchParamsPrototypeHas: () => URLSearchParamsPrototypeHas,
250
+ URLSearchParamsPrototypeSet: () => URLSearchParamsPrototypeSet,
251
+ Uint16ArrayCtor: () => Uint16ArrayCtor,
252
+ Uint32ArrayCtor: () => Uint32ArrayCtor,
253
+ Uint8ArrayCtor: () => Uint8ArrayCtor,
254
+ Uint8ClampedArrayCtor: () => Uint8ClampedArrayCtor,
255
+ WeakMapCtor: () => WeakMapCtor,
256
+ WeakMapPrototypeDelete: () => WeakMapPrototypeDelete,
257
+ WeakMapPrototypeGet: () => WeakMapPrototypeGet,
258
+ WeakMapPrototypeHas: () => WeakMapPrototypeHas,
259
+ WeakMapPrototypeSet: () => WeakMapPrototypeSet,
260
+ WeakRefCtor: () => WeakRefCtor,
261
+ WeakSetCtor: () => WeakSetCtor,
262
+ WeakSetPrototypeAdd: () => WeakSetPrototypeAdd,
263
+ WeakSetPrototypeDelete: () => WeakSetPrototypeDelete,
264
+ WeakSetPrototypeHas: () => WeakSetPrototypeHas,
265
+ applyBind: () => applyBind,
266
+ decodeComponent: () => decodeComponent,
267
+ encodeComponent: () => encodeComponent,
268
+ uncurryThis: () => uncurryThis
269
+ });
270
+ module.exports = __toCommonJS(primordials_exports);
271
+ const { apply, bind, call } = Function.prototype;
272
+ const uncurryThis = bind.bind(call);
273
+ const applyBind = bind.bind(apply);
274
+ const ArrayCtor = Array;
275
+ const ArrayBufferCtor = ArrayBuffer;
276
+ const BooleanCtor = Boolean;
277
+ const BufferCtor = globalThis.Buffer;
278
+ const DataViewCtor = DataView;
279
+ const DateCtor = Date;
280
+ const ErrorCtor = Error;
281
+ const AggregateErrorCtor = AggregateError;
282
+ const EvalErrorCtor = EvalError;
283
+ const RangeErrorCtor = RangeError;
284
+ const ReferenceErrorCtor = ReferenceError;
285
+ const SyntaxErrorCtor = SyntaxError;
286
+ const TypeErrorCtor = TypeError;
287
+ const URIErrorCtor = URIError;
288
+ const MapCtor = Map;
289
+ const NumberCtor = Number;
290
+ const ObjectCtor = Object;
291
+ const PromiseCtor = Promise;
292
+ const RegExpCtor = RegExp;
293
+ const SetCtor = Set;
294
+ const StringCtor = String;
295
+ const SymbolCtor = Symbol;
296
+ const Float32ArrayCtor = Float32Array;
297
+ const Float64ArrayCtor = Float64Array;
298
+ const Int8ArrayCtor = Int8Array;
299
+ const Int16ArrayCtor = Int16Array;
300
+ const Int32ArrayCtor = Int32Array;
301
+ const Uint8ArrayCtor = Uint8Array;
302
+ const Uint8ClampedArrayCtor = Uint8ClampedArray;
303
+ const Uint16ArrayCtor = Uint16Array;
304
+ const Uint32ArrayCtor = Uint32Array;
305
+ const URLCtor = URL;
306
+ const URLSearchParamsCtor = URLSearchParams;
307
+ const WeakMapCtor = WeakMap;
308
+ const WeakRefCtor = WeakRef;
309
+ const WeakSetCtor = WeakSet;
310
+ const decodeComponent = globalThis.decodeURIComponent;
311
+ const encodeComponent = globalThis.encodeURIComponent;
312
+ const JSONParse = JSON.parse;
313
+ const JSONStringify = JSON.stringify;
314
+ const ArrayFrom = Array.from;
315
+ const ArrayIsArray = Array.isArray;
316
+ const ArrayOf = Array.of;
317
+ const ArrayBufferIsView = ArrayBuffer.isView;
318
+ const ArrayPrototypeAt = uncurryThis(Array.prototype.at);
319
+ const ArrayPrototypeConcat = uncurryThis(Array.prototype.concat);
320
+ const ArrayPrototypeCopyWithin = uncurryThis(Array.prototype.copyWithin);
321
+ const ArrayPrototypeEntries = uncurryThis(Array.prototype.entries);
322
+ const ArrayPrototypeEvery = uncurryThis(Array.prototype.every);
323
+ const ArrayPrototypeFill = uncurryThis(Array.prototype.fill);
324
+ const ArrayPrototypeFilter = uncurryThis(Array.prototype.filter);
325
+ const ArrayPrototypeFind = uncurryThis(Array.prototype.find);
326
+ const ArrayPrototypeFindIndex = uncurryThis(Array.prototype.findIndex);
327
+ const ArrayPrototypeFindLast = uncurryThis(Array.prototype.findLast);
328
+ const ArrayPrototypeFindLastIndex = uncurryThis(
329
+ Array.prototype.findLastIndex
330
+ );
331
+ const ArrayPrototypeFlat = uncurryThis(Array.prototype.flat);
332
+ const ArrayPrototypeFlatMap = uncurryThis(Array.prototype.flatMap);
333
+ const ArrayPrototypeForEach = uncurryThis(Array.prototype.forEach);
334
+ const ArrayPrototypeIncludes = uncurryThis(Array.prototype.includes);
335
+ const ArrayPrototypeIndexOf = uncurryThis(Array.prototype.indexOf);
336
+ const ArrayPrototypeJoin = uncurryThis(Array.prototype.join);
337
+ const ArrayPrototypeKeys = uncurryThis(Array.prototype.keys);
338
+ const ArrayPrototypeLastIndexOf = uncurryThis(
339
+ Array.prototype.lastIndexOf
340
+ );
341
+ const ArrayPrototypeMap = uncurryThis(Array.prototype.map);
342
+ const ArrayPrototypePop = uncurryThis(Array.prototype.pop);
343
+ const ArrayPrototypePush = uncurryThis(Array.prototype.push);
344
+ const ArrayPrototypeReduce = uncurryThis(Array.prototype.reduce);
345
+ const ArrayPrototypeReduceRight = uncurryThis(
346
+ Array.prototype.reduceRight
347
+ );
348
+ const ArrayPrototypeReverse = uncurryThis(Array.prototype.reverse);
349
+ const ArrayPrototypeShift = uncurryThis(Array.prototype.shift);
350
+ const ArrayPrototypeSlice = uncurryThis(Array.prototype.slice);
351
+ const ArrayPrototypeSome = uncurryThis(Array.prototype.some);
352
+ const ArrayPrototypeSort = uncurryThis(Array.prototype.sort);
353
+ const ArrayPrototypeSplice = uncurryThis(Array.prototype.splice);
354
+ const ArrayPrototypeToReversed = uncurryThis(Array.prototype.toReversed);
355
+ const ArrayPrototypeToSorted = uncurryThis(Array.prototype.toSorted);
356
+ const ArrayPrototypeUnshift = uncurryThis(Array.prototype.unshift);
357
+ const ArrayPrototypeValues = uncurryThis(Array.prototype.values);
358
+ const BufferAlloc = BufferCtor?.alloc;
359
+ const BufferAllocUnsafe = BufferCtor?.allocUnsafe;
360
+ const BufferAllocUnsafeSlow = BufferCtor?.allocUnsafeSlow;
361
+ const BufferByteLength = BufferCtor?.byteLength;
362
+ const BufferConcat = BufferCtor?.concat;
363
+ const BufferFrom = BufferCtor?.from;
364
+ const BufferIsBuffer = BufferCtor?.isBuffer;
365
+ const BufferIsEncoding = BufferCtor?.isEncoding;
366
+ const BufferPrototypeSlice = BufferCtor ? uncurryThis(BufferCtor.prototype.slice) : void 0;
367
+ const BufferPrototypeToString = BufferCtor ? uncurryThis(BufferCtor.prototype.toString) : void 0;
368
+ const DateNow = Date.now;
369
+ const DateParse = Date.parse;
370
+ const DateUTC = Date.UTC;
371
+ const DatePrototypeGetTime = uncurryThis(Date.prototype.getTime);
372
+ const DatePrototypeToISOString = uncurryThis(Date.prototype.toISOString);
373
+ const DatePrototypeValueOf = uncurryThis(Date.prototype.valueOf);
374
+ const ErrorIsError = Error.isError;
375
+ const FunctionPrototypeApply = uncurryThis(Function.prototype.apply);
376
+ const FunctionPrototypeBind = uncurryThis(Function.prototype.bind);
377
+ const FunctionPrototypeCall = uncurryThis(Function.prototype.call);
378
+ const _anyIterator = (/* @__PURE__ */ new Map()).keys();
379
+ let _iteratorLookup = Object.getPrototypeOf(_anyIterator);
380
+ while (_iteratorLookup && typeof _iteratorLookup.next !== "function") {
381
+ _iteratorLookup = Object.getPrototypeOf(_iteratorLookup);
382
+ }
383
+ const _iteratorProto = _iteratorLookup;
384
+ const IteratorPrototypeNext = uncurryThis(_iteratorProto.next);
385
+ const IteratorPrototypeReturn = typeof _iteratorProto.return === "function" ? uncurryThis(_iteratorProto.return) : void 0;
386
+ const MapPrototypeClear = uncurryThis(Map.prototype.clear);
387
+ const MapPrototypeDelete = uncurryThis(Map.prototype.delete);
388
+ const MapPrototypeEntries = uncurryThis(Map.prototype.entries);
389
+ const MapPrototypeForEach = uncurryThis(Map.prototype.forEach);
390
+ const MapPrototypeGet = uncurryThis(Map.prototype.get);
391
+ const MapPrototypeHas = uncurryThis(Map.prototype.has);
392
+ const MapPrototypeKeys = uncurryThis(Map.prototype.keys);
393
+ const MapPrototypeSet = uncurryThis(Map.prototype.set);
394
+ const MapPrototypeValues = uncurryThis(Map.prototype.values);
395
+ const MathAbs = Math.abs;
396
+ const MathCeil = Math.ceil;
397
+ const MathFloor = Math.floor;
398
+ const MathMax = Math.max;
399
+ const MathMin = Math.min;
400
+ const MathPow = Math.pow;
401
+ const MathRandom = Math.random;
402
+ const MathRound = Math.round;
403
+ const MathSign = Math.sign;
404
+ const MathSqrt = Math.sqrt;
405
+ const MathTrunc = Math.trunc;
406
+ const NumberIsFinite = Number.isFinite;
407
+ const NumberIsInteger = Number.isInteger;
408
+ const NumberIsNaN = Number.isNaN;
409
+ const NumberIsSafeInteger = Number.isSafeInteger;
410
+ const NumberParseFloat = Number.parseFloat;
411
+ const NumberParseInt = Number.parseInt;
412
+ const NumberPrototypeToFixed = uncurryThis(Number.prototype.toFixed);
413
+ const NumberPrototypeToString = uncurryThis(Number.prototype.toString);
414
+ const ObjectAssign = Object.assign;
415
+ const ObjectCreate = Object.create;
416
+ const ObjectDefineProperties = Object.defineProperties;
417
+ const ObjectDefineProperty = Object.defineProperty;
418
+ const ObjectEntries = Object.entries;
419
+ const ObjectFreeze = Object.freeze;
420
+ const ObjectFromEntries = Object.fromEntries;
421
+ const ObjectGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
422
+ const ObjectGetOwnPropertyDescriptors = Object.getOwnPropertyDescriptors;
423
+ const ObjectGetOwnPropertyNames = Object.getOwnPropertyNames;
424
+ const ObjectGetOwnPropertySymbols = Object.getOwnPropertySymbols;
425
+ const ObjectGetPrototypeOf = Object.getPrototypeOf;
426
+ const ObjectHasOwn = Object.hasOwn;
427
+ const ObjectIs = Object.is;
428
+ const ObjectIsExtensible = Object.isExtensible;
429
+ const ObjectIsFrozen = Object.isFrozen;
430
+ const ObjectIsSealed = Object.isSealed;
431
+ const ObjectKeys = Object.keys;
432
+ const ObjectPreventExtensions = Object.preventExtensions;
433
+ const ObjectSeal = Object.seal;
434
+ const ObjectSetPrototypeOf = Object.setPrototypeOf;
435
+ const ObjectValues = Object.values;
436
+ const ObjectPrototype = Object.prototype;
437
+ const ObjectPrototypeHasOwnProperty = uncurryThis(
438
+ Object.prototype.hasOwnProperty
439
+ );
440
+ const ObjectPrototypeIsPrototypeOf = uncurryThis(
441
+ Object.prototype.isPrototypeOf
442
+ );
443
+ const ObjectPrototypePropertyIsEnumerable = uncurryThis(
444
+ Object.prototype.propertyIsEnumerable
445
+ );
446
+ const ObjectPrototypeToString = uncurryThis(Object.prototype.toString);
447
+ const ObjectPrototypeValueOf = uncurryThis(Object.prototype.valueOf);
448
+ const PromiseAll = Promise.all.bind(Promise);
449
+ const PromiseAllSettled = Promise.allSettled.bind(Promise);
450
+ const PromiseAny = Promise.any.bind(Promise);
451
+ const PromiseRace = Promise.race.bind(Promise);
452
+ const PromiseReject = Promise.reject.bind(Promise);
453
+ const PromiseResolve = Promise.resolve.bind(Promise);
454
+ const PromiseWithResolvers = Promise.withResolvers?.bind(Promise);
455
+ const PromisePrototypeCatch = uncurryThis(Promise.prototype.catch);
456
+ const PromisePrototypeFinally = uncurryThis(Promise.prototype.finally);
457
+ const PromisePrototypeThen = uncurryThis(Promise.prototype.then);
458
+ const ReflectApply = Reflect.apply;
459
+ const ReflectConstruct = Reflect.construct;
460
+ const ReflectDefineProperty = Reflect.defineProperty;
461
+ const ReflectDeleteProperty = Reflect.deleteProperty;
462
+ const ReflectGet = Reflect.get;
463
+ const ReflectGetOwnPropertyDescriptor = Reflect.getOwnPropertyDescriptor;
464
+ const ReflectGetPrototypeOf = Reflect.getPrototypeOf;
465
+ const ReflectHas = Reflect.has;
466
+ const ReflectIsExtensible = Reflect.isExtensible;
467
+ const ReflectOwnKeys = Reflect.ownKeys;
468
+ const ReflectPreventExtensions = Reflect.preventExtensions;
469
+ const ReflectSet = Reflect.set;
470
+ const ReflectSetPrototypeOf = Reflect.setPrototypeOf;
471
+ const RegExpEscape = RegExp.escape;
472
+ const RegExpPrototypeExec = uncurryThis(RegExp.prototype.exec);
473
+ const RegExpPrototypeTest = uncurryThis(RegExp.prototype.test);
474
+ const RegExpPrototypeSymbolMatch = uncurryThis(
475
+ RegExp.prototype[Symbol.match]
476
+ );
477
+ const RegExpPrototypeSymbolReplace = uncurryThis(
478
+ RegExp.prototype[Symbol.replace]
479
+ );
480
+ const SetPrototypeAdd = uncurryThis(Set.prototype.add);
481
+ const SetPrototypeClear = uncurryThis(Set.prototype.clear);
482
+ const SetPrototypeDelete = uncurryThis(Set.prototype.delete);
483
+ const SetPrototypeEntries = uncurryThis(Set.prototype.entries);
484
+ const SetPrototypeForEach = uncurryThis(Set.prototype.forEach);
485
+ const SetPrototypeHas = uncurryThis(Set.prototype.has);
486
+ const SetPrototypeKeys = uncurryThis(Set.prototype.keys);
487
+ const SetPrototypeValues = uncurryThis(Set.prototype.values);
488
+ const StringFromCharCode = String.fromCharCode;
489
+ const StringFromCodePoint = String.fromCodePoint;
490
+ const StringRaw = String.raw;
491
+ const StringPrototypeAt = uncurryThis(String.prototype.at);
492
+ const StringPrototypeCharAt = uncurryThis(String.prototype.charAt);
493
+ const StringPrototypeCharCodeAt = uncurryThis(
494
+ String.prototype.charCodeAt
495
+ );
496
+ const StringPrototypeCodePointAt = uncurryThis(
497
+ String.prototype.codePointAt
498
+ );
499
+ const StringPrototypeConcat = uncurryThis(String.prototype.concat);
500
+ const StringPrototypeEndsWith = uncurryThis(String.prototype.endsWith);
501
+ const StringPrototypeIncludes = uncurryThis(String.prototype.includes);
502
+ const StringPrototypeIndexOf = uncurryThis(String.prototype.indexOf);
503
+ const StringPrototypeLastIndexOf = uncurryThis(
504
+ String.prototype.lastIndexOf
505
+ );
506
+ const StringPrototypeLocaleCompare = uncurryThis(
507
+ String.prototype.localeCompare
508
+ );
509
+ const StringPrototypeMatch = uncurryThis(
510
+ String.prototype.match
511
+ );
512
+ const StringPrototypeMatchAll = uncurryThis(
513
+ String.prototype.matchAll
514
+ );
515
+ const StringPrototypeNormalize = uncurryThis(String.prototype.normalize);
516
+ const StringPrototypePadEnd = uncurryThis(String.prototype.padEnd);
517
+ const StringPrototypePadStart = uncurryThis(String.prototype.padStart);
518
+ const StringPrototypeRepeat = uncurryThis(String.prototype.repeat);
519
+ const StringPrototypeReplace = uncurryThis(
520
+ String.prototype.replace
521
+ );
522
+ const StringPrototypeReplaceAll = uncurryThis(
523
+ String.prototype.replaceAll
524
+ );
525
+ const StringPrototypeSearch = uncurryThis(String.prototype.search);
526
+ const StringPrototypeSlice = uncurryThis(String.prototype.slice);
527
+ const StringPrototypeSplit = uncurryThis(String.prototype.split);
528
+ const StringPrototypeStartsWith = uncurryThis(
529
+ String.prototype.startsWith
530
+ );
531
+ const StringPrototypeSubstring = uncurryThis(String.prototype.substring);
532
+ const StringPrototypeToLocaleLowerCase = uncurryThis(
533
+ String.prototype.toLocaleLowerCase
534
+ );
535
+ const StringPrototypeToLocaleUpperCase = uncurryThis(
536
+ String.prototype.toLocaleUpperCase
537
+ );
538
+ const StringPrototypeToLowerCase = uncurryThis(
539
+ String.prototype.toLowerCase
540
+ );
541
+ const StringPrototypeToUpperCase = uncurryThis(
542
+ String.prototype.toUpperCase
543
+ );
544
+ const StringPrototypeTrim = uncurryThis(String.prototype.trim);
545
+ const StringPrototypeTrimEnd = uncurryThis(String.prototype.trimEnd);
546
+ const StringPrototypeTrimStart = uncurryThis(String.prototype.trimStart);
547
+ const SymbolAsyncIterator = Symbol.asyncIterator;
548
+ const SymbolFor = Symbol.for;
549
+ const SymbolIterator = Symbol.iterator;
550
+ const SymbolToPrimitive = Symbol.toPrimitive;
551
+ const SymbolToStringTag = Symbol.toStringTag;
552
+ const URLSearchParamsPrototypeAppend = uncurryThis(
553
+ URLSearchParams.prototype.append
554
+ );
555
+ const URLSearchParamsPrototypeDelete = uncurryThis(
556
+ URLSearchParams.prototype.delete
557
+ );
558
+ const URLSearchParamsPrototypeForEach = uncurryThis(
559
+ URLSearchParams.prototype.forEach
560
+ );
561
+ const URLSearchParamsPrototypeGet = uncurryThis(
562
+ URLSearchParams.prototype.get
563
+ );
564
+ const URLSearchParamsPrototypeGetAll = uncurryThis(
565
+ URLSearchParams.prototype.getAll
566
+ );
567
+ const URLSearchParamsPrototypeHas = uncurryThis(
568
+ URLSearchParams.prototype.has
569
+ );
570
+ const URLSearchParamsPrototypeSet = uncurryThis(
571
+ URLSearchParams.prototype.set
572
+ );
573
+ const WeakMapPrototypeDelete = uncurryThis(WeakMap.prototype.delete);
574
+ const WeakMapPrototypeGet = uncurryThis(WeakMap.prototype.get);
575
+ const WeakMapPrototypeHas = uncurryThis(WeakMap.prototype.has);
576
+ const WeakMapPrototypeSet = uncurryThis(WeakMap.prototype.set);
577
+ const WeakSetPrototypeAdd = uncurryThis(WeakSet.prototype.add);
578
+ const WeakSetPrototypeDelete = uncurryThis(WeakSet.prototype.delete);
579
+ const WeakSetPrototypeHas = uncurryThis(WeakSet.prototype.has);
580
+ // Annotate the CommonJS export names for ESM import in node:
581
+ 0 && (module.exports = {
582
+ AggregateErrorCtor,
583
+ ArrayBufferCtor,
584
+ ArrayBufferIsView,
585
+ ArrayCtor,
586
+ ArrayFrom,
587
+ ArrayIsArray,
588
+ ArrayOf,
589
+ ArrayPrototypeAt,
590
+ ArrayPrototypeConcat,
591
+ ArrayPrototypeCopyWithin,
592
+ ArrayPrototypeEntries,
593
+ ArrayPrototypeEvery,
594
+ ArrayPrototypeFill,
595
+ ArrayPrototypeFilter,
596
+ ArrayPrototypeFind,
597
+ ArrayPrototypeFindIndex,
598
+ ArrayPrototypeFindLast,
599
+ ArrayPrototypeFindLastIndex,
600
+ ArrayPrototypeFlat,
601
+ ArrayPrototypeFlatMap,
602
+ ArrayPrototypeForEach,
603
+ ArrayPrototypeIncludes,
604
+ ArrayPrototypeIndexOf,
605
+ ArrayPrototypeJoin,
606
+ ArrayPrototypeKeys,
607
+ ArrayPrototypeLastIndexOf,
608
+ ArrayPrototypeMap,
609
+ ArrayPrototypePop,
610
+ ArrayPrototypePush,
611
+ ArrayPrototypeReduce,
612
+ ArrayPrototypeReduceRight,
613
+ ArrayPrototypeReverse,
614
+ ArrayPrototypeShift,
615
+ ArrayPrototypeSlice,
616
+ ArrayPrototypeSome,
617
+ ArrayPrototypeSort,
618
+ ArrayPrototypeSplice,
619
+ ArrayPrototypeToReversed,
620
+ ArrayPrototypeToSorted,
621
+ ArrayPrototypeUnshift,
622
+ ArrayPrototypeValues,
623
+ BooleanCtor,
624
+ BufferAlloc,
625
+ BufferAllocUnsafe,
626
+ BufferAllocUnsafeSlow,
627
+ BufferByteLength,
628
+ BufferConcat,
629
+ BufferCtor,
630
+ BufferFrom,
631
+ BufferIsBuffer,
632
+ BufferIsEncoding,
633
+ BufferPrototypeSlice,
634
+ BufferPrototypeToString,
635
+ DataViewCtor,
636
+ DateCtor,
637
+ DateNow,
638
+ DateParse,
639
+ DatePrototypeGetTime,
640
+ DatePrototypeToISOString,
641
+ DatePrototypeValueOf,
642
+ DateUTC,
643
+ ErrorCtor,
644
+ ErrorIsError,
645
+ EvalErrorCtor,
646
+ Float32ArrayCtor,
647
+ Float64ArrayCtor,
648
+ FunctionPrototypeApply,
649
+ FunctionPrototypeBind,
650
+ FunctionPrototypeCall,
651
+ Int16ArrayCtor,
652
+ Int32ArrayCtor,
653
+ Int8ArrayCtor,
654
+ IteratorPrototypeNext,
655
+ IteratorPrototypeReturn,
656
+ JSONParse,
657
+ JSONStringify,
658
+ MapCtor,
659
+ MapPrototypeClear,
660
+ MapPrototypeDelete,
661
+ MapPrototypeEntries,
662
+ MapPrototypeForEach,
663
+ MapPrototypeGet,
664
+ MapPrototypeHas,
665
+ MapPrototypeKeys,
666
+ MapPrototypeSet,
667
+ MapPrototypeValues,
668
+ MathAbs,
669
+ MathCeil,
670
+ MathFloor,
671
+ MathMax,
672
+ MathMin,
673
+ MathPow,
674
+ MathRandom,
675
+ MathRound,
676
+ MathSign,
677
+ MathSqrt,
678
+ MathTrunc,
679
+ NumberCtor,
680
+ NumberIsFinite,
681
+ NumberIsInteger,
682
+ NumberIsNaN,
683
+ NumberIsSafeInteger,
684
+ NumberParseFloat,
685
+ NumberParseInt,
686
+ NumberPrototypeToFixed,
687
+ NumberPrototypeToString,
688
+ ObjectAssign,
689
+ ObjectCreate,
690
+ ObjectCtor,
691
+ ObjectDefineProperties,
692
+ ObjectDefineProperty,
693
+ ObjectEntries,
694
+ ObjectFreeze,
695
+ ObjectFromEntries,
696
+ ObjectGetOwnPropertyDescriptor,
697
+ ObjectGetOwnPropertyDescriptors,
698
+ ObjectGetOwnPropertyNames,
699
+ ObjectGetOwnPropertySymbols,
700
+ ObjectGetPrototypeOf,
701
+ ObjectHasOwn,
702
+ ObjectIs,
703
+ ObjectIsExtensible,
704
+ ObjectIsFrozen,
705
+ ObjectIsSealed,
706
+ ObjectKeys,
707
+ ObjectPreventExtensions,
708
+ ObjectPrototype,
709
+ ObjectPrototypeHasOwnProperty,
710
+ ObjectPrototypeIsPrototypeOf,
711
+ ObjectPrototypePropertyIsEnumerable,
712
+ ObjectPrototypeToString,
713
+ ObjectPrototypeValueOf,
714
+ ObjectSeal,
715
+ ObjectSetPrototypeOf,
716
+ ObjectValues,
717
+ PromiseAll,
718
+ PromiseAllSettled,
719
+ PromiseAny,
720
+ PromiseCtor,
721
+ PromisePrototypeCatch,
722
+ PromisePrototypeFinally,
723
+ PromisePrototypeThen,
724
+ PromiseRace,
725
+ PromiseReject,
726
+ PromiseResolve,
727
+ PromiseWithResolvers,
728
+ RangeErrorCtor,
729
+ ReferenceErrorCtor,
730
+ ReflectApply,
731
+ ReflectConstruct,
732
+ ReflectDefineProperty,
733
+ ReflectDeleteProperty,
734
+ ReflectGet,
735
+ ReflectGetOwnPropertyDescriptor,
736
+ ReflectGetPrototypeOf,
737
+ ReflectHas,
738
+ ReflectIsExtensible,
739
+ ReflectOwnKeys,
740
+ ReflectPreventExtensions,
741
+ ReflectSet,
742
+ ReflectSetPrototypeOf,
743
+ RegExpCtor,
744
+ RegExpEscape,
745
+ RegExpPrototypeExec,
746
+ RegExpPrototypeSymbolMatch,
747
+ RegExpPrototypeSymbolReplace,
748
+ RegExpPrototypeTest,
749
+ SetCtor,
750
+ SetPrototypeAdd,
751
+ SetPrototypeClear,
752
+ SetPrototypeDelete,
753
+ SetPrototypeEntries,
754
+ SetPrototypeForEach,
755
+ SetPrototypeHas,
756
+ SetPrototypeKeys,
757
+ SetPrototypeValues,
758
+ StringCtor,
759
+ StringFromCharCode,
760
+ StringFromCodePoint,
761
+ StringPrototypeAt,
762
+ StringPrototypeCharAt,
763
+ StringPrototypeCharCodeAt,
764
+ StringPrototypeCodePointAt,
765
+ StringPrototypeConcat,
766
+ StringPrototypeEndsWith,
767
+ StringPrototypeIncludes,
768
+ StringPrototypeIndexOf,
769
+ StringPrototypeLastIndexOf,
770
+ StringPrototypeLocaleCompare,
771
+ StringPrototypeMatch,
772
+ StringPrototypeMatchAll,
773
+ StringPrototypeNormalize,
774
+ StringPrototypePadEnd,
775
+ StringPrototypePadStart,
776
+ StringPrototypeRepeat,
777
+ StringPrototypeReplace,
778
+ StringPrototypeReplaceAll,
779
+ StringPrototypeSearch,
780
+ StringPrototypeSlice,
781
+ StringPrototypeSplit,
782
+ StringPrototypeStartsWith,
783
+ StringPrototypeSubstring,
784
+ StringPrototypeToLocaleLowerCase,
785
+ StringPrototypeToLocaleUpperCase,
786
+ StringPrototypeToLowerCase,
787
+ StringPrototypeToUpperCase,
788
+ StringPrototypeTrim,
789
+ StringPrototypeTrimEnd,
790
+ StringPrototypeTrimStart,
791
+ StringRaw,
792
+ SymbolAsyncIterator,
793
+ SymbolCtor,
794
+ SymbolFor,
795
+ SymbolIterator,
796
+ SymbolToPrimitive,
797
+ SymbolToStringTag,
798
+ SyntaxErrorCtor,
799
+ TypeErrorCtor,
800
+ URIErrorCtor,
801
+ URLCtor,
802
+ URLSearchParamsCtor,
803
+ URLSearchParamsPrototypeAppend,
804
+ URLSearchParamsPrototypeDelete,
805
+ URLSearchParamsPrototypeForEach,
806
+ URLSearchParamsPrototypeGet,
807
+ URLSearchParamsPrototypeGetAll,
808
+ URLSearchParamsPrototypeHas,
809
+ URLSearchParamsPrototypeSet,
810
+ Uint16ArrayCtor,
811
+ Uint32ArrayCtor,
812
+ Uint8ArrayCtor,
813
+ Uint8ClampedArrayCtor,
814
+ WeakMapCtor,
815
+ WeakMapPrototypeDelete,
816
+ WeakMapPrototypeGet,
817
+ WeakMapPrototypeHas,
818
+ WeakMapPrototypeSet,
819
+ WeakRefCtor,
820
+ WeakSetCtor,
821
+ WeakSetPrototypeAdd,
822
+ WeakSetPrototypeDelete,
823
+ WeakSetPrototypeHas,
824
+ applyBind,
825
+ decodeComponent,
826
+ encodeComponent,
827
+ uncurryThis
828
+ });