inferred-types 0.53.3 → 0.53.5

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.
@@ -1,4 +1,454 @@
1
- 'use strict';
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/index.ts
21
+ var src_exports = {};
22
+ __export(src_exports, {
23
+ ShapeApiImplementation: () => ShapeApiImplementation,
24
+ addFnToProps: () => addFnToProps,
25
+ addPropsToFn: () => addPropsToFn,
26
+ and: () => and,
27
+ asApi: () => asApi,
28
+ asArray: () => asArray,
29
+ asChars: () => asChars,
30
+ asDate: () => asDate,
31
+ asEscapeFunction: () => asEscapeFunction,
32
+ asIsoDate: () => asIsoDate,
33
+ asOptionalParamFunction: () => asOptionalParamFunction,
34
+ asPhoneFormat: () => asPhoneFormat,
35
+ asRecord: () => asRecord,
36
+ asString: () => asString,
37
+ asStringLiteral: () => asStringLiteral,
38
+ asType: () => asType,
39
+ asTypeToken: () => asTypeToken,
40
+ asVueRef: () => asVueRef,
41
+ box: () => box,
42
+ boxDictionaryValues: () => boxDictionaryValues,
43
+ capitalize: () => capitalize,
44
+ choices: () => choices,
45
+ createConverter: () => createConverter,
46
+ createCssKeyframe: () => createCssKeyframe,
47
+ createCssSelector: () => createCssSelector,
48
+ createErrorCondition: () => createErrorCondition,
49
+ createFifoQueue: () => createFifoQueue,
50
+ createFnWithProps: () => createFnWithProps,
51
+ createLifoQueue: () => createLifoQueue,
52
+ createTypeToken: () => createTypeToken,
53
+ cssColor: () => cssColor,
54
+ csv: () => csv,
55
+ defineCss: () => defineCss,
56
+ defineObj: () => defineObj,
57
+ defineObject: () => defineObject,
58
+ defineTuple: () => defineTuple,
59
+ endsWith: () => endsWith,
60
+ ensureLeading: () => ensureLeading,
61
+ ensureSurround: () => ensureSurround,
62
+ ensureTrailing: () => ensureTrailing,
63
+ entries: () => entries,
64
+ errCondition: () => errCondition,
65
+ filter: () => filter,
66
+ find: () => find,
67
+ fnMeta: () => fnMeta,
68
+ get: () => get,
69
+ getDaysBetween: () => getDaysBetween,
70
+ getEach: () => getEach,
71
+ getPhoneCountryCode: () => getPhoneCountryCode,
72
+ getTailwindModifiers: () => getTailwindModifiers,
73
+ getToday: () => getToday,
74
+ getTomorrow: () => getTomorrow,
75
+ getUrlPath: () => getUrlPath,
76
+ getUrlPort: () => getUrlPort,
77
+ getUrlProtocol: () => getUrlProtocol,
78
+ getUrlQueryParams: () => getUrlQueryParams,
79
+ getUrlSource: () => getUrlSource,
80
+ getWeekNumber: () => getWeekNumber,
81
+ getYesterday: () => getYesterday,
82
+ getYouTubePageType: () => getYouTubePageType,
83
+ handleDoneFn: () => handleDoneFn,
84
+ hasDefaultValue: () => hasDefaultValue,
85
+ hasIndexOf: () => hasIndexOf,
86
+ hasKeys: () => hasKeys,
87
+ hasUrlPort: () => hasUrlPort,
88
+ hasUrlQueryParameter: () => hasUrlQueryParameter,
89
+ hasWhiteSpace: () => hasWhiteSpace,
90
+ idLiteral: () => idLiteral,
91
+ idTypeGuard: () => idTypeGuard,
92
+ identity: () => identity,
93
+ ifArray: () => ifArray,
94
+ ifArrayPartial: () => ifArrayPartial,
95
+ ifBoolean: () => ifBoolean,
96
+ ifChar: () => ifChar,
97
+ ifContainer: () => ifContainer,
98
+ ifDefined: () => ifDefined,
99
+ ifFalse: () => ifFalse,
100
+ ifFunction: () => ifFunction,
101
+ ifHasKey: () => ifHasKey,
102
+ ifLength: () => ifLength,
103
+ ifLowercaseChar: () => ifLowercaseChar,
104
+ ifNotNull: () => ifNotNull,
105
+ ifNull: () => ifNull,
106
+ ifNumber: () => ifNumber,
107
+ ifObject: () => ifObject,
108
+ ifSameType: () => ifSameType,
109
+ ifScalar: () => ifScalar,
110
+ ifString: () => ifString,
111
+ ifTrue: () => ifTrue,
112
+ ifUndefined: () => ifUndefined,
113
+ ifUppercaseChar: () => ifUppercaseChar,
114
+ indexOf: () => indexOf,
115
+ intersect: () => intersect,
116
+ intersection: () => intersection,
117
+ ip6GroupExpansion: () => ip6GroupExpansion,
118
+ ip6Prefix: () => ip6Prefix,
119
+ isAccelerationMetric: () => isAccelerationMetric,
120
+ isAccelerationUom: () => isAccelerationUom,
121
+ isAlpha: () => isAlpha,
122
+ isAmazonUrl: () => isAmazonUrl,
123
+ isApi: () => isApi,
124
+ isApiSurface: () => isApiSurface,
125
+ isAppleUrl: () => isAppleUrl,
126
+ isAreaMetric: () => isAreaMetric,
127
+ isAreaUom: () => isAreaUom,
128
+ isArray: () => isArray,
129
+ isArrayToken: () => isArrayToken,
130
+ isAtomicToken: () => isAtomicToken,
131
+ isAustralianNewsUrl: () => isAustralianNewsUrl,
132
+ isBelgiumNewsUrl: () => isBelgiumNewsUrl,
133
+ isBestBuyUrl: () => isBestBuyUrl,
134
+ isBitbucketUrl: () => isBitbucketUrl,
135
+ isBoolean: () => isBoolean,
136
+ isBooleanLike: () => isBooleanLike,
137
+ isBox: () => isBox,
138
+ isCanadianNewsUrl: () => isCanadianNewsUrl,
139
+ isChineseNewsUrl: () => isChineseNewsUrl,
140
+ isCodeCommitUrl: () => isCodeCommitUrl,
141
+ isConstant: () => isConstant,
142
+ isContainer: () => isContainer,
143
+ isContainerToken: () => isContainerToken,
144
+ isCostCoUrl: () => isCostCoUrl,
145
+ isCountryAbbrev: () => isCountryAbbrev,
146
+ isCountryCode2: () => isCountryCode2,
147
+ isCountryCode3: () => isCountryCode3,
148
+ isCountryName: () => isCountryName,
149
+ isCssAspectRatio: () => isCssAspectRatio,
150
+ isCurrentMetric: () => isCurrentMetric,
151
+ isCurrentUom: () => isCurrentUom,
152
+ isCvsUrl: () => isCvsUrl,
153
+ isDanishNewsUrl: () => isDanishNewsUrl,
154
+ isDate: () => isDate,
155
+ isDefineObject: () => isDefineObject,
156
+ isDefined: () => isDefined,
157
+ isDellUrl: () => isDellUrl,
158
+ isDistanceMetric: () => isDistanceMetric,
159
+ isDistanceUom: () => isDistanceUom,
160
+ isDomainName: () => isDomainName,
161
+ isDoneFn: () => isDoneFn,
162
+ isDutchNewsUrl: () => isDutchNewsUrl,
163
+ isEbayUrl: () => isEbayUrl,
164
+ isEmail: () => isEmail,
165
+ isEnergyMetric: () => isEnergyMetric,
166
+ isEnergyUom: () => isEnergyUom,
167
+ isEqual: () => isEqual,
168
+ isErrorCondition: () => isErrorCondition,
169
+ isEscapeFunction: () => isEscapeFunction,
170
+ isEtsyUrl: () => isEtsyUrl,
171
+ isFalse: () => isFalse,
172
+ isFalsy: () => isFalsy,
173
+ isFnToken: () => isFnToken,
174
+ isFnWithParams: () => isFnWithParams,
175
+ isFrenchNewsUrl: () => isFrenchNewsUrl,
176
+ isFrequencyMetric: () => isFrequencyMetric,
177
+ isFrequencyUom: () => isFrequencyUom,
178
+ isFunction: () => isFunction,
179
+ isGeneratorToken: () => isGeneratorToken,
180
+ isGermanNewsUrl: () => isGermanNewsUrl,
181
+ isGithubIssueUrl: () => isGithubIssueUrl,
182
+ isGithubIssuesListUrl: () => isGithubIssuesListUrl,
183
+ isGithubOrgUrl: () => isGithubOrgUrl,
184
+ isGithubProjectUrl: () => isGithubProjectUrl,
185
+ isGithubProjectsListUrl: () => isGithubProjectsListUrl,
186
+ isGithubReleaseTagUrl: () => isGithubReleaseTagUrl,
187
+ isGithubReleasesListUrl: () => isGithubReleasesListUrl,
188
+ isGithubRepoReleaseTagUrl: () => isGithubRepoReleaseTagUrl,
189
+ isGithubRepoReleasesUrl: () => isGithubRepoReleasesUrl,
190
+ isGithubRepoUrl: () => isGithubRepoUrl,
191
+ isGithubUrl: () => isGithubUrl,
192
+ isHexadecimal: () => isHexadecimal,
193
+ isHmUrl: () => isHmUrl,
194
+ isHomeDepotUrl: () => isHomeDepotUrl,
195
+ isHtmlElement: () => isHtmlElement,
196
+ isIkeaUrl: () => isIkeaUrl,
197
+ isIndexable: () => isIndexable,
198
+ isIndianNewsUrl: () => isIndianNewsUrl,
199
+ isInlineSvg: () => isInlineSvg,
200
+ isIp4Address: () => isIp4Address,
201
+ isIp6Address: () => isIp6Address,
202
+ isIpAddress: () => isIpAddress,
203
+ isIso3166Alpha2: () => isIso3166Alpha2,
204
+ isIso3166Alpha3: () => isIso3166Alpha3,
205
+ isIso3166CountryCode: () => isIso3166CountryCode,
206
+ isIso3166CountryName: () => isIso3166CountryName,
207
+ isIsoDate: () => isIsoDate,
208
+ isIsoDateTime: () => isIsoDateTime,
209
+ isIsoExplicitDate: () => isIsoExplicitDate,
210
+ isIsoExplicitTime: () => isIsoExplicitTime,
211
+ isIsoImplicitDate: () => isIsoImplicitDate,
212
+ isIsoImplicitTime: () => isIsoImplicitTime,
213
+ isIsoTime: () => isIsoTime,
214
+ isIsoYear: () => isIsoYear,
215
+ isItalianNewsUrl: () => isItalianNewsUrl,
216
+ isJapaneseNewsUrl: () => isJapaneseNewsUrl,
217
+ isKrogersUrl: () => isKrogersUrl,
218
+ isLeapYear: () => isLeapYear,
219
+ isLength: () => isLength,
220
+ isLikeRegExp: () => isLikeRegExp,
221
+ isLowesUrl: () => isLowesUrl,
222
+ isLuminosityMetric: () => isLuminosityMetric,
223
+ isLuminosityUom: () => isLuminosityUom,
224
+ isLuxonDateTime: () => isLuxonDateTime,
225
+ isMacysUrl: () => isMacysUrl,
226
+ isMapToken: () => isMapToken,
227
+ isMassMetric: () => isMassMetric,
228
+ isMassUom: () => isMassUom,
229
+ isMetric: () => isMetric,
230
+ isMexicanNewsUrl: () => isMexicanNewsUrl,
231
+ isMoment: () => isMoment,
232
+ isNever: () => isNever,
233
+ isNewsUrl: () => isNewsUrl,
234
+ isNikeUrl: () => isNikeUrl,
235
+ isNorwegianNewsUrl: () => isNorwegianNewsUrl,
236
+ isNotNull: () => isNotNull,
237
+ isNothing: () => isNothing,
238
+ isNull: () => isNull,
239
+ isNumber: () => isNumber,
240
+ isNumberLike: () => isNumberLike,
241
+ isNumericArray: () => isNumericArray,
242
+ isNumericString: () => isNumericString,
243
+ isObject: () => isObject,
244
+ isObjectToken: () => isObjectToken,
245
+ isOptionalParamFunction: () => isOptionalParamFunction,
246
+ isPhoneNumber: () => isPhoneNumber,
247
+ isPowerMetric: () => isPowerMetric,
248
+ isPowerUom: () => isPowerUom,
249
+ isPressureMetric: () => isPressureMetric,
250
+ isPressureUom: () => isPressureUom,
251
+ isReadonlyArray: () => isReadonlyArray,
252
+ isRecordToken: () => isRecordToken,
253
+ isRef: () => isRef,
254
+ isRegExp: () => isRegExp,
255
+ isRepoSource: () => isRepoSource,
256
+ isRepoUrl: () => isRepoUrl,
257
+ isResistance: () => isResistance,
258
+ isResistanceUom: () => isResistanceUom,
259
+ isRetailUrl: () => isRetailUrl,
260
+ isSameTypeOf: () => isSameTypeOf,
261
+ isScalar: () => isScalar,
262
+ isSemanticVersion: () => isSemanticVersion,
263
+ isSet: () => isSet,
264
+ isSetToken: () => isSetToken,
265
+ isShape: () => isShape,
266
+ isShapeCallback: () => isShapeCallback,
267
+ isSimpleContainerToken: () => isSimpleContainerToken,
268
+ isSimpleContainerTokenTuple: () => isSimpleContainerTokenTuple,
269
+ isSimpleScalarToken: () => isSimpleScalarToken,
270
+ isSimpleScalarTokenTuple: () => isSimpleScalarTokenTuple,
271
+ isSimpleToken: () => isSimpleToken,
272
+ isSimpleTokenTuple: () => isSimpleTokenTuple,
273
+ isSingletonToken: () => isSingletonToken,
274
+ isSocialMediaProfileUrl: () => isSocialMediaProfileUrl,
275
+ isSocialMediaUrl: () => isSocialMediaUrl,
276
+ isSouthKoreanNewsUrl: () => isSouthKoreanNewsUrl,
277
+ isSpanishNewsUrl: () => isSpanishNewsUrl,
278
+ isSpecificConstant: () => isSpecificConstant,
279
+ isSpeedMetric: () => isSpeedMetric,
280
+ isSpeedUom: () => isSpeedUom,
281
+ isString: () => isString,
282
+ isStringArray: () => isStringArray,
283
+ isSwissNewsUrl: () => isSwissNewsUrl,
284
+ isSymbol: () => isSymbol,
285
+ isTailwindColor: () => isTailwindColor,
286
+ isTailwindColorClass: () => isTailwindColorClass,
287
+ isTailwindColorName: () => isTailwindColorName,
288
+ isTailwindColorTarget: () => isTailwindColorTarget,
289
+ isTailwindColorWithLuminosity: () => isTailwindColorWithLuminosity,
290
+ isTailwindColorWithLuminosityAndOpacity: () => isTailwindColorWithLuminosityAndOpacity,
291
+ isTailwindModifier: () => isTailwindModifier,
292
+ isTargetUrl: () => isTargetUrl,
293
+ isTemperatureMetric: () => isTemperatureMetric,
294
+ isTemperatureUom: () => isTemperatureUom,
295
+ isThenable: () => isThenable,
296
+ isThisMonth: () => isThisMonth,
297
+ isThisWeek: () => isThisWeek,
298
+ isThisYear: () => isThisYear,
299
+ isTimeMetric: () => isTimeMetric,
300
+ isTimeUom: () => isTimeUom,
301
+ isToday: () => isToday,
302
+ isTomorrow: () => isTomorrow,
303
+ isTrimable: () => isTrimable,
304
+ isTrue: () => isTrue,
305
+ isTruthy: () => isTruthy,
306
+ isTuple: () => isTuple,
307
+ isTupleToken: () => isTupleToken,
308
+ isTurkishNewsUrl: () => isTurkishNewsUrl,
309
+ isTypeOf: () => isTypeOf,
310
+ isTypeToken: () => isTypeToken,
311
+ isTypeTuple: () => isTypeTuple,
312
+ isUkNewsUrl: () => isUkNewsUrl,
313
+ isUndefined: () => isUndefined,
314
+ isUnionSetToken: () => isUnionSetToken,
315
+ isUnionToken: () => isUnionToken,
316
+ isUnset: () => isUnset,
317
+ isUom: () => isUom,
318
+ isUri: () => isUri,
319
+ isUrl: () => isUrl,
320
+ isUrlPath: () => isUrlPath,
321
+ isUrlSource: () => isUrlSource,
322
+ isUsNewsUrl: () => isUsNewsUrl,
323
+ isUsStateAbbreviation: () => isUsStateAbbreviation,
324
+ isUsStateName: () => isUsStateName,
325
+ isVoltageMetric: () => isVoltageMetric,
326
+ isVoltageUom: () => isVoltageUom,
327
+ isVolumeMetric: () => isVolumeMetric,
328
+ isVolumeUom: () => isVolumeUom,
329
+ isWalgreensUrl: () => isWalgreensUrl,
330
+ isWalmartUrl: () => isWalmartUrl,
331
+ isWayfairUrl: () => isWayfairUrl,
332
+ isWeakMapToken: () => isWeakMapToken,
333
+ isWholeFoodsUrl: () => isWholeFoodsUrl,
334
+ isYesterday: () => isYesterday,
335
+ isYouTubeCreatorUrl: () => isYouTubeCreatorUrl,
336
+ isYouTubeFeedHistoryUrl: () => isYouTubeFeedHistoryUrl,
337
+ isYouTubeFeedUrl: () => isYouTubeFeedUrl,
338
+ isYouTubePlaylistUrl: () => isYouTubePlaylistUrl,
339
+ isYouTubePlaylistsUrl: () => isYouTubePlaylistsUrl,
340
+ isYouTubeShareUrl: () => isYouTubeShareUrl,
341
+ isYouTubeSubscriptionsUrl: () => isYouTubeSubscriptionsUrl,
342
+ isYouTubeTrendingUrl: () => isYouTubeTrendingUrl,
343
+ isYouTubeUrl: () => isYouTubeUrl,
344
+ isYouTubeVideoUrl: () => isYouTubeVideoUrl,
345
+ isYouTubeVideosInPlaylist: () => isYouTubeVideosInPlaylist,
346
+ isZaraUrl: () => isZaraUrl,
347
+ isZipCode: () => isZipCode,
348
+ isZipCode5: () => isZipCode5,
349
+ isZipPlus4: () => isZipPlus4,
350
+ joinWith: () => joinWith,
351
+ jsonValue: () => jsonValue,
352
+ jsonValues: () => jsonValues,
353
+ keysOf: () => keysOf,
354
+ kindLiteral: () => kindLiteral,
355
+ last: () => last,
356
+ list: () => list,
357
+ literal: () => literal,
358
+ logicalReturns: () => logicalReturns,
359
+ lookupCountryAlpha2: () => lookupCountryAlpha2,
360
+ lookupCountryAlpha3: () => lookupCountryAlpha3,
361
+ lookupCountryCode: () => lookupCountryCode,
362
+ lookupCountryName: () => lookupCountryName,
363
+ lowercase: () => lowercase,
364
+ mergeObjects: () => mergeObjects,
365
+ mergeScalars: () => mergeScalars,
366
+ mergeTuples: () => mergeTuples,
367
+ nameLiteral: () => nameLiteral,
368
+ narrow: () => narrow,
369
+ never: () => never,
370
+ omit: () => omit,
371
+ optional: () => optional,
372
+ optionalOrNull: () => optionalOrNull,
373
+ or: () => or,
374
+ orNull: () => orNull,
375
+ pathJoin: () => pathJoin,
376
+ pluralize: () => pluralize,
377
+ removePhoneCountryCode: () => removePhoneCountryCode,
378
+ removeTailwindModifiers: () => removeTailwindModifiers,
379
+ removeUrlProtocol: () => removeUrlProtocol,
380
+ result: () => result,
381
+ retain: () => retain,
382
+ retainAfter: () => retainAfter,
383
+ retainAfterInclusive: () => retainAfterInclusive,
384
+ retainChars: () => retainChars,
385
+ retainUntil: () => retainUntil,
386
+ retainUntilInclusive: () => retainUntilInclusive,
387
+ retainWhile: () => retainWhile,
388
+ reverse: () => reverse,
389
+ rightWhitespace: () => rightWhitespace,
390
+ shape: () => shape,
391
+ sharedKeys: () => sharedKeys,
392
+ shift: () => shift,
393
+ simpleContainerToken: () => simpleContainerToken,
394
+ simpleContainerTokenToTypeToken: () => simpleContainerTokenToTypeToken,
395
+ simpleContainerType: () => simpleContainerType,
396
+ simpleScalarToken: () => simpleScalarToken,
397
+ simpleScalarTokenToTypeToken: () => simpleScalarTokenToTypeToken,
398
+ simpleScalarType: () => simpleScalarType,
399
+ simpleToken: () => simpleToken,
400
+ simpleType: () => simpleType,
401
+ simpleUnionTokenToTypeToken: () => simpleUnionTokenToTypeToken,
402
+ slice: () => slice,
403
+ split: () => split,
404
+ startsWith: () => startsWith,
405
+ stripAfter: () => stripAfter,
406
+ stripBefore: () => stripBefore,
407
+ stripChars: () => stripChars,
408
+ stripLeading: () => stripLeading,
409
+ stripParenthesis: () => stripParenthesis,
410
+ stripSurround: () => stripSurround,
411
+ stripTrailing: () => stripTrailing,
412
+ stripUntil: () => stripUntil,
413
+ stripWhile: () => stripWhile,
414
+ surround: () => surround,
415
+ takeNumericCharacters: () => takeNumericCharacters,
416
+ takeProp: () => takeProp,
417
+ toCamelCase: () => toCamelCase,
418
+ toKebabCase: () => toKebabCase,
419
+ toNumber: () => toNumber,
420
+ toNumericArray: () => toNumericArray,
421
+ toPascalCase: () => toPascalCase,
422
+ toSnakeCase: () => toSnakeCase,
423
+ toString: () => toString,
424
+ toUppercase: () => toUppercase,
425
+ trim: () => trim,
426
+ trimEnd: () => trimEnd,
427
+ trimLeft: () => trimLeft,
428
+ trimRight: () => trimRight,
429
+ trimStart: () => trimStart,
430
+ truncate: () => truncate,
431
+ tuple: () => tuple,
432
+ twColor: () => twColor,
433
+ unbox: () => unbox,
434
+ uncapitalize: () => uncapitalize,
435
+ union: () => union,
436
+ unionize: () => unionize,
437
+ unique: () => unique,
438
+ uniqueKeys: () => uniqueKeys,
439
+ uppercase: () => uppercase,
440
+ urlMeta: () => urlMeta,
441
+ valuesOf: () => valuesOf,
442
+ widen: () => widen,
443
+ withDefaults: () => withDefaults,
444
+ withKeys: () => withKeys,
445
+ withoutKeys: () => withoutKeys,
446
+ withoutValue: () => withoutValue,
447
+ wrapFn: () => wrapFn,
448
+ youtubeEmbed: () => youtubeEmbed,
449
+ youtubeMeta: () => youtubeMeta
450
+ });
451
+ module.exports = __toCommonJS(src_exports);
2
452
 
3
453
  // src/api/defineApi.ts
4
454
  function asEscapeFunction(fn2) {
@@ -94,12 +544,21 @@ var ALPHA_CHARS = [
94
544
  ...LOWER_ALPHA_CHARS,
95
545
  ...UPPER_ALPHA_CHARS
96
546
  ];
547
+ var string = `{{ string }}`;
548
+ var AMAZON_BOOKS = [
549
+ `https://www.amazon.com/${string}storeType=ebooks${string}`,
550
+ `https://www.amazon.com/${string}ref=tmm_hrd_swatch${string}`,
551
+ `https://www.amazon.com/${string}ref=tmm_pap_swatch${string}`,
552
+ `https://www.amazon.com/${string}ref=tmm_aud_swatch${string}`,
553
+ `https://www.amazon.com/books-used-books-textbooks/${string}`
554
+ ];
97
555
  var WHITESPACE_CHARS = [
98
556
  " ",
99
557
  "\n",
100
558
  " ",
101
559
  "\b"
102
560
  ];
561
+ var COMMA = createConstant("comma");
103
562
  function createConstant(kind) {
104
563
  return {
105
564
  _type: "Constant",
@@ -182,6 +641,97 @@ var US_STATE_LOOKUP = [
182
641
  ...US_STATE_LOOKUP_STRICT,
183
642
  ...US_STATE_LOOKUP_PROVINCES
184
643
  ];
644
+ var HASH_TABLE_ALPHA_LOWER = {
645
+ a: "8",
646
+ b: "~",
647
+ c: "^",
648
+ d: ".",
649
+ e: "82",
650
+ f: "89",
651
+ g: ",",
652
+ h: "!",
653
+ i: "-7",
654
+ j: "-8",
655
+ k: "88",
656
+ l: "8f",
657
+ m: "8e",
658
+ n: "6e",
659
+ o: "44",
660
+ p: "60",
661
+ q: "61",
662
+ r: "71",
663
+ s: ":",
664
+ t: "-45",
665
+ u: "-5",
666
+ v: "-9",
667
+ w: "-f",
668
+ x: "+1",
669
+ y: ";",
670
+ z: "*1"
671
+ };
672
+ var HASH_TABLE_SPECIAL = {
673
+ "!": "1",
674
+ "@": "8",
675
+ "#": "5",
676
+ "$": "4",
677
+ "%": "3",
678
+ "^": "2",
679
+ "&": "9",
680
+ "*": "7",
681
+ "(": "6",
682
+ ")": "12",
683
+ "{": "33",
684
+ "}": "54",
685
+ "[": "x8",
686
+ "]": "y4",
687
+ ":": "z2",
688
+ ";": "e88",
689
+ '"': "c11",
690
+ "'": "c12",
691
+ "<": "p3",
692
+ ",": "45",
693
+ ">": "e9",
694
+ ".": "f2",
695
+ "?": "ee",
696
+ "/": "u9",
697
+ "\\": "f9",
698
+ "|": "q1",
699
+ "~": "fe",
700
+ "`": "8e"
701
+ };
702
+ var HASH_TABLE_ALPHA_UPPER = {
703
+ A: "b8",
704
+ B: "~9",
705
+ C: "6^",
706
+ D: ".8",
707
+ E: "5<",
708
+ F: ">7",
709
+ G: "1,",
710
+ H: "!7",
711
+ I: "8#",
712
+ J: "@9",
713
+ K: "1*",
714
+ L: "4&",
715
+ M: "+5",
716
+ N: "j|",
717
+ O: "-l",
718
+ P: "q{",
719
+ Q: "]9",
720
+ R: "f%",
721
+ S: ":3",
722
+ T: "?+",
723
+ U: "}5",
724
+ V: "'4",
725
+ W: "1@g",
726
+ X: "0+1",
727
+ Y: "4;",
728
+ Z: "a*1"
729
+ };
730
+ var HASH_TABLE_CHAR = {
731
+ ...HASH_TABLE_ALPHA_LOWER,
732
+ ...HASH_TABLE_ALPHA_UPPER,
733
+ ...HASH_TABLE_SPECIAL
734
+ };
185
735
  var ISO3166_1 = [
186
736
  { name: "Afghanistan", alpha2: "AF", countryCode: "004", alpha3: "AFG" },
187
737
  { name: "Albania", alpha2: "AL", countryCode: "008", alpha3: "ALB" },
@@ -326,6 +876,7 @@ var ISO3166_1 = [
326
876
  { name: "Zambia", alpha2: "ZM", countryCode: "894", alpha3: "ZMB" },
327
877
  { name: "Zimbabwe", alpha2: "ZW", countryCode: "716", alpha3: "ZWE" }
328
878
  ];
879
+ var MARKED = createConstant("Marked");
329
880
  var DISTANCE_METRICS_LOOKUP = [
330
881
  { abbrev: "km", name: "kilometer" },
331
882
  { abbrev: "mi", name: "mile" },
@@ -905,6 +1456,7 @@ var NORWEGIAN_NEWS = [
905
1456
  { company: "Hamar Arbeiderblad", baseUrls: ["www.h-a.no"], type: ["newspaper", "digital"] }
906
1457
  ];
907
1458
  var NO_DEFAULT_VALUE = createConstant("no-default-value");
1459
+ var NOT_APPLICABLE = Symbol("not applicable");
908
1460
  var NOT_DEFINED = createConstant("not-defined");
909
1461
  var NUMERIC_CHAR = [
910
1462
  "0",
@@ -1293,17 +1845,17 @@ var TW_LUMINOSITY = {
1293
1845
  900: 32,
1294
1846
  950: 23.78
1295
1847
  };
1296
- TW_LUMINOSITY["50"];
1297
- TW_LUMINOSITY["100"];
1298
- TW_LUMINOSITY["200"];
1299
- TW_LUMINOSITY["300"];
1300
- TW_LUMINOSITY["400"];
1301
- TW_LUMINOSITY["500"];
1302
- TW_LUMINOSITY["600"];
1303
- TW_LUMINOSITY["700"];
1304
- TW_LUMINOSITY["800"];
1305
- TW_LUMINOSITY["900"];
1306
- TW_LUMINOSITY["950"];
1848
+ var TW_LUMIN_50 = TW_LUMINOSITY["50"];
1849
+ var TW_LUMIN_100 = TW_LUMINOSITY["100"];
1850
+ var TW_LUMIN_200 = TW_LUMINOSITY["200"];
1851
+ var TW_LUMIN_300 = TW_LUMINOSITY["300"];
1852
+ var TW_LUMIN_400 = TW_LUMINOSITY["400"];
1853
+ var TW_LUMIN_500 = TW_LUMINOSITY["500"];
1854
+ var TW_LUMIN_600 = TW_LUMINOSITY["600"];
1855
+ var TW_LUMIN_700 = TW_LUMINOSITY["700"];
1856
+ var TW_LUMIN_800 = TW_LUMINOSITY["800"];
1857
+ var TW_LUMIN_900 = TW_LUMINOSITY["900"];
1858
+ var TW_LUMIN_950 = TW_LUMINOSITY["950"];
1307
1859
  var TW_CHROMA = {
1308
1860
  50: 0.0108,
1309
1861
  100: 0.0321,
@@ -1317,17 +1869,17 @@ var TW_CHROMA = {
1317
1869
  900: 0.0726,
1318
1870
  950: 0.054
1319
1871
  };
1320
- TW_CHROMA["50"];
1321
- TW_CHROMA["100"];
1322
- TW_CHROMA["200"];
1323
- TW_CHROMA["300"];
1324
- TW_CHROMA["400"];
1325
- TW_CHROMA["500"];
1326
- TW_CHROMA["600"];
1327
- TW_CHROMA["700"];
1328
- TW_CHROMA["800"];
1329
- TW_CHROMA["900"];
1330
- TW_CHROMA["950"];
1872
+ var TW_CHROMA_50 = TW_CHROMA["50"];
1873
+ var TW_CHROMA_100 = TW_CHROMA["100"];
1874
+ var TW_CHROMA_200 = TW_CHROMA["200"];
1875
+ var TW_CHROMA_300 = TW_CHROMA["300"];
1876
+ var TW_CHROMA_400 = TW_CHROMA["400"];
1877
+ var TW_CHROMA_500 = TW_CHROMA["500"];
1878
+ var TW_CHROMA_600 = TW_CHROMA["600"];
1879
+ var TW_CHROMA_700 = TW_CHROMA["700"];
1880
+ var TW_CHROMA_800 = TW_CHROMA["800"];
1881
+ var TW_CHROMA_900 = TW_CHROMA["900"];
1882
+ var TW_CHROMA_950 = TW_CHROMA["950"];
1331
1883
  var TW_COLOR_TARGETS = [
1332
1884
  "bg",
1333
1885
  "text",
@@ -1399,7 +1951,7 @@ function entry(refType, desc, ...params) {
1399
1951
  )
1400
1952
  ];
1401
1953
  }
1402
- ({
1954
+ var TYPE_COMPARISONS = {
1403
1955
  Extends: entry((t) => t.unknown(), "extends the type", (t) => t.unknown()),
1404
1956
  NotExtends: entry((t) => t.unknown(), "does not extent the type", (t) => t.unknown()),
1405
1957
  Equals: entry((t) => t.unknown(), "equals the type", (t) => t.unknown()),
@@ -1430,7 +1982,46 @@ function entry(refType, desc, ...params) {
1430
1982
  Contains: entry((t) => t.tuple(), "must be a tuple and have elements that extends the value [[0]]", (t) => t.unknown()),
1431
1983
  // TODO: get the below working`
1432
1984
  ContainsSome: entry((t) => t.tuple(), "must be a tuple and have elements that extends the value [[0]]", (t) => t.singularTuple())
1433
- });
1985
+ };
1986
+ var FALSY_TYPE_KINDS = [
1987
+ "undefined",
1988
+ "null"
1989
+ ];
1990
+ var LITERAL_TYPE_KINDS = [
1991
+ "true",
1992
+ "false",
1993
+ "stringLiteral",
1994
+ "numericLiteral"
1995
+ ];
1996
+ var WIDE_TYPE_KINDS = [
1997
+ "string",
1998
+ "number",
1999
+ "boolean"
2000
+ ];
2001
+ var NARROW_CONTAINER_TYPE_KINDS = [
2002
+ "object",
2003
+ "explicitFunctions",
2004
+ "fnType",
2005
+ "fnWithDict",
2006
+ "tuple",
2007
+ "union",
2008
+ "intersection",
2009
+ "arrayOf"
2010
+ ];
2011
+ var WIDE_CONTAINER_TYPE_KINDS = [
2012
+ "anyArray",
2013
+ "anyObject",
2014
+ "unknownObject",
2015
+ "anyFunction",
2016
+ "emptyObject"
2017
+ ];
2018
+ var TYPE_KINDS = [
2019
+ ...FALSY_TYPE_KINDS,
2020
+ ...WIDE_TYPE_KINDS,
2021
+ ...LITERAL_TYPE_KINDS,
2022
+ ...NARROW_CONTAINER_TYPE_KINDS,
2023
+ ...WIDE_CONTAINER_TYPE_KINDS
2024
+ ];
1434
2025
  var SIMPLE_SCALAR_TOKENS = [
1435
2026
  "string",
1436
2027
  "number",
@@ -1462,6 +2053,30 @@ var SIMPLE_OPT_SCALAR_TOKENS = [
1462
2053
  var SIMPLE_UNION_TOKENS = [
1463
2054
  `Union(TOKEN)`
1464
2055
  ];
2056
+ var SIMPLE_MAP_KEYS = [
2057
+ "string",
2058
+ "number",
2059
+ "Dict",
2060
+ "Dict<string, string>",
2061
+ "Dict<string, number>",
2062
+ "Dict<string, boolean>",
2063
+ "Dict<string, unknown>",
2064
+ "Dict<string, Opt<string>>",
2065
+ "Dict<string, Opt<number>>",
2066
+ "Dict<string, Opt<boolean>>"
2067
+ ];
2068
+ var SIMPLE_MAP_VALUES = [
2069
+ ...SIMPLE_MAP_KEYS,
2070
+ "boolean",
2071
+ "unknown",
2072
+ "undefined",
2073
+ "Dict",
2074
+ "Array",
2075
+ "Dict<string, Opt<string>>",
2076
+ "Dict<string, Opt<number>>",
2077
+ "Dict<string, Opt<boolean>>",
2078
+ "Dict<string, Opt<unknown>>"
2079
+ ];
1465
2080
  var SIMPLE_DICT_TOKENS = [
1466
2081
  "Dict",
1467
2082
  "Dict<string, string>",
@@ -1537,6 +2152,68 @@ var TT_Containers = [
1537
2152
  "obj",
1538
2153
  "tuple"
1539
2154
  ];
2155
+ var TYPE_TOKEN_IDENTITIES = [
2156
+ "string",
2157
+ "number",
2158
+ "numericString",
2159
+ "booleanString",
2160
+ "null",
2161
+ "undefined",
2162
+ "boolean",
2163
+ "true",
2164
+ "false",
2165
+ "space",
2166
+ "whitespace",
2167
+ "object",
2168
+ "emptyObject",
2169
+ "function",
2170
+ "array"
2171
+ ];
2172
+ var TYPE_TOKEN_PARAM_STR = [
2173
+ "explicitClass",
2174
+ "startsWith",
2175
+ "endsWith",
2176
+ "ensureLeading",
2177
+ "stripLeading",
2178
+ "ensureTrailing",
2179
+ "stripTrailing",
2180
+ "camelCase",
2181
+ "pascalCase",
2182
+ "snakeCase",
2183
+ "kebabCase",
2184
+ "explicitType"
2185
+ ];
2186
+ var TYPE_TOKEN_PARAM_CSV = [
2187
+ "stringLiteral",
2188
+ "numericLiteral",
2189
+ "objectLiteral",
2190
+ "tuple",
2191
+ "union"
2192
+ ];
2193
+ var TYPE_TOKEN_PARAM_DATETIME = [
2194
+ "datetime"
2195
+ ];
2196
+ var TYPE_TOKEN_PARAM_DATE = [
2197
+ "ymd",
2198
+ "monthThenDate",
2199
+ "dateThenMonth"
2200
+ ];
2201
+ var TYPE_TOKEN_PARAM_TIME = [
2202
+ "timeInMinutes",
2203
+ "timeInSeconds",
2204
+ "militaryTimeInMinutes",
2205
+ "militaryTimeInSeconds",
2206
+ "militaryTimeInMilliseconds",
2207
+ "civilianTimeInMinutes"
2208
+ ];
2209
+ var TYPE_TOKEN_ALL = [
2210
+ ...TYPE_TOKEN_IDENTITIES,
2211
+ ...TYPE_TOKEN_PARAM_CSV,
2212
+ ...TYPE_TOKEN_PARAM_DATE,
2213
+ ...TYPE_TOKEN_PARAM_DATETIME,
2214
+ ...TYPE_TOKEN_PARAM_STR,
2215
+ ...TYPE_TOKEN_PARAM_TIME
2216
+ ];
1540
2217
 
1541
2218
  // src/boolean-logic/ifChar.ts
1542
2219
  var def_if = (v) => v;
@@ -1706,6 +2383,23 @@ ${frameToCss(frames)}
1706
2383
  };
1707
2384
  }
1708
2385
 
2386
+ // src/css/defineCss.ts
2387
+ function createCss(defn, indent = "") {
2388
+ return Object.keys(defn).map((key) => `${indent}${key}: ${ensureTrailing(defn[key], ";")}
2389
+ `).join("");
2390
+ }
2391
+ function defineCss(defn) {
2392
+ const fn2 = (selector) => {
2393
+ return selector ? `${selector} {
2394
+ ${createCss(defn, " ")}}
2395
+ ` : createCss(defn);
2396
+ };
2397
+ return createFnWithProps(
2398
+ fn2,
2399
+ { defn }
2400
+ );
2401
+ }
2402
+
1709
2403
  // src/datetime/asDate.ts
1710
2404
  function asDate(input) {
1711
2405
  if (isDate(input)) {
@@ -1811,6 +2505,11 @@ function isLeapYear(val) {
1811
2505
  return year % 100 === 0 ? year % 400 === 0 : year % 4 === 0;
1812
2506
  }
1813
2507
 
2508
+ // src/dictionary/defineObject.ts
2509
+ function defineObject(defn) {
2510
+ return defn;
2511
+ }
2512
+
1814
2513
  // src/dictionary/entries.ts
1815
2514
  function entries(obj) {
1816
2515
  const iterable = {
@@ -2441,10 +3140,12 @@ function isIsoDateTime(val) {
2441
3140
  if (month < 1 || month > 12) {
2442
3141
  return false;
2443
3142
  }
3143
+ ;
2444
3144
  const daysInMonth = new Date(year, month, 0).getDate();
2445
3145
  if (day < 1 || day > daysInMonth) {
2446
3146
  return false;
2447
3147
  }
3148
+ ;
2448
3149
  const tzMatch = val.match(/([+-])(\d{2}):(\d{2})$/);
2449
3150
  if (tzMatch) {
2450
3151
  const [_2, _sign, tzHours, tzMinutes] = tzMatch;
@@ -4166,7 +4867,7 @@ function simpleScalarTokenToTypeToken(val) {
4166
4867
  return val in scalarToToken ? scalarToToken[val] : val.startsWith("string(") ? stringLiteral(val).includes(",") ? `<<union::[ ${stringLiteral(val).split(/,\s?/).map((i) => `"${i}"`).join(", ")} ]>>` : `<<string::${stringLiteral(val)}>>` : val.startsWith("number(") ? numericLiteral(val).includes(",") ? `<<union::[ ${numericLiteral(val).split(/,\s?/).join(", ")} ]>>` : `<<number::${numericLiteral(val)}>>` : val.startsWith("Opt<") ? handleOptional(val) : `<<never>>`;
4167
4868
  }
4168
4869
  function unionNode(node) {
4169
- return isNumberLike(node) ? `<<number::${node}>>` : isBooleanLike(node) ? `<<${node}>>` : isSimpleContainerToken(node) ? simpleContainerTokenToTypeToken() : isSimpleScalarToken(node) ? simpleScalarToken(node) : `<<string::${node}>>`;
4870
+ return isNumberLike(node) ? `<<number::${node}>>` : isBooleanLike(node) ? `<<${node}>>` : isSimpleContainerToken(node) ? simpleContainerTokenToTypeToken(node) : isSimpleScalarToken(node) ? simpleScalarToken(node) : `<<string::${node}>>`;
4170
4871
  }
4171
4872
  function union2(nodes) {
4172
4873
  return Array.isArray(nodes) ? nodes.map((n) => unionNode(n)) : nodes.includes(",") ? nodes.split(/,\s?/).map((n) => unionNode(n)).join(", ") : unionNode(nodes);
@@ -4457,431 +5158,434 @@ function asVueRef(value) {
4457
5158
  _value: null
4458
5159
  };
4459
5160
  }
4460
-
4461
- exports.ShapeApiImplementation = ShapeApiImplementation;
4462
- exports.addFnToProps = addFnToProps;
4463
- exports.addPropsToFn = addPropsToFn;
4464
- exports.and = and;
4465
- exports.asApi = asApi;
4466
- exports.asArray = asArray;
4467
- exports.asChars = asChars;
4468
- exports.asDate = asDate;
4469
- exports.asEscapeFunction = asEscapeFunction;
4470
- exports.asIsoDate = asIsoDate;
4471
- exports.asOptionalParamFunction = asOptionalParamFunction;
4472
- exports.asPhoneFormat = asPhoneFormat;
4473
- exports.asRecord = asRecord;
4474
- exports.asString = asString;
4475
- exports.asStringLiteral = asStringLiteral;
4476
- exports.asType = asType;
4477
- exports.asTypeToken = asTypeToken;
4478
- exports.asVueRef = asVueRef;
4479
- exports.box = box;
4480
- exports.boxDictionaryValues = boxDictionaryValues;
4481
- exports.capitalize = capitalize;
4482
- exports.choices = choices;
4483
- exports.createConverter = createConverter;
4484
- exports.createCssKeyframe = createCssKeyframe;
4485
- exports.createCssSelector = createCssSelector;
4486
- exports.createErrorCondition = createErrorCondition;
4487
- exports.createFifoQueue = createFifoQueue;
4488
- exports.createFnWithProps = createFnWithProps;
4489
- exports.createLifoQueue = createLifoQueue;
4490
- exports.createTypeToken = createTypeToken;
4491
- exports.cssColor = cssColor;
4492
- exports.csv = csv;
4493
- exports.defineObj = defineObj;
4494
- exports.defineTuple = defineTuple;
4495
- exports.endsWith = endsWith;
4496
- exports.ensureLeading = ensureLeading;
4497
- exports.ensureSurround = ensureSurround;
4498
- exports.ensureTrailing = ensureTrailing;
4499
- exports.entries = entries;
4500
- exports.errCondition = errCondition;
4501
- exports.filter = filter;
4502
- exports.find = find;
4503
- exports.fnMeta = fnMeta;
4504
- exports.get = get;
4505
- exports.getDaysBetween = getDaysBetween;
4506
- exports.getEach = getEach;
4507
- exports.getPhoneCountryCode = getPhoneCountryCode;
4508
- exports.getTailwindModifiers = getTailwindModifiers;
4509
- exports.getToday = getToday;
4510
- exports.getTomorrow = getTomorrow;
4511
- exports.getUrlPath = getUrlPath;
4512
- exports.getUrlPort = getUrlPort;
4513
- exports.getUrlProtocol = getUrlProtocol;
4514
- exports.getUrlQueryParams = getUrlQueryParams;
4515
- exports.getUrlSource = getUrlSource;
4516
- exports.getWeekNumber = getWeekNumber;
4517
- exports.getYesterday = getYesterday;
4518
- exports.getYouTubePageType = getYouTubePageType;
4519
- exports.handleDoneFn = handleDoneFn;
4520
- exports.hasDefaultValue = hasDefaultValue;
4521
- exports.hasIndexOf = hasIndexOf;
4522
- exports.hasKeys = hasKeys;
4523
- exports.hasUrlPort = hasUrlPort;
4524
- exports.hasUrlQueryParameter = hasUrlQueryParameter;
4525
- exports.hasWhiteSpace = hasWhiteSpace;
4526
- exports.idLiteral = idLiteral;
4527
- exports.idTypeGuard = idTypeGuard;
4528
- exports.identity = identity;
4529
- exports.ifArray = ifArray;
4530
- exports.ifArrayPartial = ifArrayPartial;
4531
- exports.ifBoolean = ifBoolean;
4532
- exports.ifChar = ifChar;
4533
- exports.ifContainer = ifContainer;
4534
- exports.ifDefined = ifDefined;
4535
- exports.ifFalse = ifFalse;
4536
- exports.ifFunction = ifFunction;
4537
- exports.ifHasKey = ifHasKey;
4538
- exports.ifLength = ifLength;
4539
- exports.ifLowercaseChar = ifLowercaseChar;
4540
- exports.ifNotNull = ifNotNull;
4541
- exports.ifNull = ifNull;
4542
- exports.ifNumber = ifNumber;
4543
- exports.ifObject = ifObject;
4544
- exports.ifSameType = ifSameType;
4545
- exports.ifScalar = ifScalar;
4546
- exports.ifString = ifString;
4547
- exports.ifTrue = ifTrue;
4548
- exports.ifUndefined = ifUndefined;
4549
- exports.ifUppercaseChar = ifUppercaseChar;
4550
- exports.indexOf = indexOf;
4551
- exports.intersect = intersect;
4552
- exports.intersection = intersection;
4553
- exports.ip6GroupExpansion = ip6GroupExpansion;
4554
- exports.ip6Prefix = ip6Prefix;
4555
- exports.isAccelerationMetric = isAccelerationMetric;
4556
- exports.isAccelerationUom = isAccelerationUom;
4557
- exports.isAlpha = isAlpha;
4558
- exports.isAmazonUrl = isAmazonUrl;
4559
- exports.isApi = isApi;
4560
- exports.isApiSurface = isApiSurface;
4561
- exports.isAppleUrl = isAppleUrl;
4562
- exports.isAreaMetric = isAreaMetric;
4563
- exports.isAreaUom = isAreaUom;
4564
- exports.isArray = isArray;
4565
- exports.isArrayToken = isArrayToken;
4566
- exports.isAtomicToken = isAtomicToken;
4567
- exports.isAustralianNewsUrl = isAustralianNewsUrl;
4568
- exports.isBelgiumNewsUrl = isBelgiumNewsUrl;
4569
- exports.isBestBuyUrl = isBestBuyUrl;
4570
- exports.isBitbucketUrl = isBitbucketUrl;
4571
- exports.isBoolean = isBoolean;
4572
- exports.isBooleanLike = isBooleanLike;
4573
- exports.isBox = isBox;
4574
- exports.isCanadianNewsUrl = isCanadianNewsUrl;
4575
- exports.isChineseNewsUrl = isChineseNewsUrl;
4576
- exports.isCodeCommitUrl = isCodeCommitUrl;
4577
- exports.isConstant = isConstant;
4578
- exports.isContainer = isContainer;
4579
- exports.isContainerToken = isContainerToken;
4580
- exports.isCostCoUrl = isCostCoUrl;
4581
- exports.isCountryAbbrev = isCountryAbbrev;
4582
- exports.isCountryCode2 = isCountryCode2;
4583
- exports.isCountryCode3 = isCountryCode3;
4584
- exports.isCountryName = isCountryName;
4585
- exports.isCssAspectRatio = isCssAspectRatio;
4586
- exports.isCurrentMetric = isCurrentMetric;
4587
- exports.isCurrentUom = isCurrentUom;
4588
- exports.isCvsUrl = isCvsUrl;
4589
- exports.isDanishNewsUrl = isDanishNewsUrl;
4590
- exports.isDate = isDate;
4591
- exports.isDefineObject = isDefineObject;
4592
- exports.isDefined = isDefined;
4593
- exports.isDellUrl = isDellUrl;
4594
- exports.isDistanceMetric = isDistanceMetric;
4595
- exports.isDistanceUom = isDistanceUom;
4596
- exports.isDomainName = isDomainName;
4597
- exports.isDoneFn = isDoneFn;
4598
- exports.isDutchNewsUrl = isDutchNewsUrl;
4599
- exports.isEbayUrl = isEbayUrl;
4600
- exports.isEmail = isEmail;
4601
- exports.isEnergyMetric = isEnergyMetric;
4602
- exports.isEnergyUom = isEnergyUom;
4603
- exports.isEqual = isEqual;
4604
- exports.isErrorCondition = isErrorCondition;
4605
- exports.isEscapeFunction = isEscapeFunction;
4606
- exports.isEtsyUrl = isEtsyUrl;
4607
- exports.isFalse = isFalse;
4608
- exports.isFalsy = isFalsy;
4609
- exports.isFnToken = isFnToken;
4610
- exports.isFnWithParams = isFnWithParams;
4611
- exports.isFrenchNewsUrl = isFrenchNewsUrl;
4612
- exports.isFrequencyMetric = isFrequencyMetric;
4613
- exports.isFrequencyUom = isFrequencyUom;
4614
- exports.isFunction = isFunction;
4615
- exports.isGeneratorToken = isGeneratorToken;
4616
- exports.isGermanNewsUrl = isGermanNewsUrl;
4617
- exports.isGithubIssueUrl = isGithubIssueUrl;
4618
- exports.isGithubIssuesListUrl = isGithubIssuesListUrl;
4619
- exports.isGithubOrgUrl = isGithubOrgUrl;
4620
- exports.isGithubProjectUrl = isGithubProjectUrl;
4621
- exports.isGithubProjectsListUrl = isGithubProjectsListUrl;
4622
- exports.isGithubReleaseTagUrl = isGithubReleaseTagUrl;
4623
- exports.isGithubReleasesListUrl = isGithubReleasesListUrl;
4624
- exports.isGithubRepoReleaseTagUrl = isGithubRepoReleaseTagUrl;
4625
- exports.isGithubRepoReleasesUrl = isGithubRepoReleasesUrl;
4626
- exports.isGithubRepoUrl = isGithubRepoUrl;
4627
- exports.isGithubUrl = isGithubUrl;
4628
- exports.isHexadecimal = isHexadecimal;
4629
- exports.isHmUrl = isHmUrl;
4630
- exports.isHomeDepotUrl = isHomeDepotUrl;
4631
- exports.isHtmlElement = isHtmlElement;
4632
- exports.isIkeaUrl = isIkeaUrl;
4633
- exports.isIndexable = isIndexable;
4634
- exports.isIndianNewsUrl = isIndianNewsUrl;
4635
- exports.isInlineSvg = isInlineSvg;
4636
- exports.isIp4Address = isIp4Address;
4637
- exports.isIp6Address = isIp6Address;
4638
- exports.isIpAddress = isIpAddress;
4639
- exports.isIso3166Alpha2 = isIso3166Alpha2;
4640
- exports.isIso3166Alpha3 = isIso3166Alpha3;
4641
- exports.isIso3166CountryCode = isIso3166CountryCode;
4642
- exports.isIso3166CountryName = isIso3166CountryName;
4643
- exports.isIsoDate = isIsoDate;
4644
- exports.isIsoDateTime = isIsoDateTime;
4645
- exports.isIsoExplicitDate = isIsoExplicitDate;
4646
- exports.isIsoExplicitTime = isIsoExplicitTime;
4647
- exports.isIsoImplicitDate = isIsoImplicitDate;
4648
- exports.isIsoImplicitTime = isIsoImplicitTime;
4649
- exports.isIsoTime = isIsoTime;
4650
- exports.isIsoYear = isIsoYear;
4651
- exports.isItalianNewsUrl = isItalianNewsUrl;
4652
- exports.isJapaneseNewsUrl = isJapaneseNewsUrl;
4653
- exports.isKrogersUrl = isKrogersUrl;
4654
- exports.isLeapYear = isLeapYear;
4655
- exports.isLength = isLength;
4656
- exports.isLikeRegExp = isLikeRegExp;
4657
- exports.isLowesUrl = isLowesUrl;
4658
- exports.isLuminosityMetric = isLuminosityMetric;
4659
- exports.isLuminosityUom = isLuminosityUom;
4660
- exports.isLuxonDateTime = isLuxonDateTime;
4661
- exports.isMacysUrl = isMacysUrl;
4662
- exports.isMapToken = isMapToken;
4663
- exports.isMassMetric = isMassMetric;
4664
- exports.isMassUom = isMassUom;
4665
- exports.isMetric = isMetric;
4666
- exports.isMexicanNewsUrl = isMexicanNewsUrl;
4667
- exports.isMoment = isMoment;
4668
- exports.isNever = isNever;
4669
- exports.isNewsUrl = isNewsUrl;
4670
- exports.isNikeUrl = isNikeUrl;
4671
- exports.isNorwegianNewsUrl = isNorwegianNewsUrl;
4672
- exports.isNotNull = isNotNull;
4673
- exports.isNothing = isNothing;
4674
- exports.isNull = isNull;
4675
- exports.isNumber = isNumber;
4676
- exports.isNumberLike = isNumberLike;
4677
- exports.isNumericArray = isNumericArray;
4678
- exports.isNumericString = isNumericString;
4679
- exports.isObject = isObject;
4680
- exports.isObjectToken = isObjectToken;
4681
- exports.isOptionalParamFunction = isOptionalParamFunction;
4682
- exports.isPhoneNumber = isPhoneNumber;
4683
- exports.isPowerMetric = isPowerMetric;
4684
- exports.isPowerUom = isPowerUom;
4685
- exports.isPressureMetric = isPressureMetric;
4686
- exports.isPressureUom = isPressureUom;
4687
- exports.isReadonlyArray = isReadonlyArray;
4688
- exports.isRecordToken = isRecordToken;
4689
- exports.isRef = isRef;
4690
- exports.isRegExp = isRegExp;
4691
- exports.isRepoSource = isRepoSource;
4692
- exports.isRepoUrl = isRepoUrl;
4693
- exports.isResistance = isResistance;
4694
- exports.isResistanceUom = isResistanceUom;
4695
- exports.isRetailUrl = isRetailUrl;
4696
- exports.isSameTypeOf = isSameTypeOf;
4697
- exports.isScalar = isScalar;
4698
- exports.isSemanticVersion = isSemanticVersion;
4699
- exports.isSet = isSet;
4700
- exports.isSetToken = isSetToken;
4701
- exports.isShape = isShape;
4702
- exports.isShapeCallback = isShapeCallback;
4703
- exports.isSimpleContainerToken = isSimpleContainerToken;
4704
- exports.isSimpleContainerTokenTuple = isSimpleContainerTokenTuple;
4705
- exports.isSimpleScalarToken = isSimpleScalarToken;
4706
- exports.isSimpleScalarTokenTuple = isSimpleScalarTokenTuple;
4707
- exports.isSimpleToken = isSimpleToken;
4708
- exports.isSimpleTokenTuple = isSimpleTokenTuple;
4709
- exports.isSingletonToken = isSingletonToken;
4710
- exports.isSocialMediaProfileUrl = isSocialMediaProfileUrl;
4711
- exports.isSocialMediaUrl = isSocialMediaUrl;
4712
- exports.isSouthKoreanNewsUrl = isSouthKoreanNewsUrl;
4713
- exports.isSpanishNewsUrl = isSpanishNewsUrl;
4714
- exports.isSpecificConstant = isSpecificConstant;
4715
- exports.isSpeedMetric = isSpeedMetric;
4716
- exports.isSpeedUom = isSpeedUom;
4717
- exports.isString = isString;
4718
- exports.isStringArray = isStringArray;
4719
- exports.isSwissNewsUrl = isSwissNewsUrl;
4720
- exports.isSymbol = isSymbol;
4721
- exports.isTailwindColor = isTailwindColor;
4722
- exports.isTailwindColorClass = isTailwindColorClass;
4723
- exports.isTailwindColorName = isTailwindColorName;
4724
- exports.isTailwindColorTarget = isTailwindColorTarget;
4725
- exports.isTailwindColorWithLuminosity = isTailwindColorWithLuminosity;
4726
- exports.isTailwindColorWithLuminosityAndOpacity = isTailwindColorWithLuminosityAndOpacity;
4727
- exports.isTailwindModifier = isTailwindModifier;
4728
- exports.isTargetUrl = isTargetUrl;
4729
- exports.isTemperatureMetric = isTemperatureMetric;
4730
- exports.isTemperatureUom = isTemperatureUom;
4731
- exports.isThenable = isThenable;
4732
- exports.isThisMonth = isThisMonth;
4733
- exports.isThisWeek = isThisWeek;
4734
- exports.isThisYear = isThisYear;
4735
- exports.isTimeMetric = isTimeMetric;
4736
- exports.isTimeUom = isTimeUom;
4737
- exports.isToday = isToday;
4738
- exports.isTomorrow = isTomorrow;
4739
- exports.isTrimable = isTrimable;
4740
- exports.isTrue = isTrue;
4741
- exports.isTruthy = isTruthy;
4742
- exports.isTuple = isTuple;
4743
- exports.isTupleToken = isTupleToken;
4744
- exports.isTurkishNewsUrl = isTurkishNewsUrl;
4745
- exports.isTypeOf = isTypeOf;
4746
- exports.isTypeToken = isTypeToken;
4747
- exports.isTypeTuple = isTypeTuple;
4748
- exports.isUkNewsUrl = isUkNewsUrl;
4749
- exports.isUndefined = isUndefined;
4750
- exports.isUnionSetToken = isUnionSetToken;
4751
- exports.isUnionToken = isUnionToken;
4752
- exports.isUnset = isUnset;
4753
- exports.isUom = isUom;
4754
- exports.isUri = isUri;
4755
- exports.isUrl = isUrl;
4756
- exports.isUrlPath = isUrlPath;
4757
- exports.isUrlSource = isUrlSource;
4758
- exports.isUsNewsUrl = isUsNewsUrl;
4759
- exports.isUsStateAbbreviation = isUsStateAbbreviation;
4760
- exports.isUsStateName = isUsStateName;
4761
- exports.isVoltageMetric = isVoltageMetric;
4762
- exports.isVoltageUom = isVoltageUom;
4763
- exports.isVolumeMetric = isVolumeMetric;
4764
- exports.isVolumeUom = isVolumeUom;
4765
- exports.isWalgreensUrl = isWalgreensUrl;
4766
- exports.isWalmartUrl = isWalmartUrl;
4767
- exports.isWayfairUrl = isWayfairUrl;
4768
- exports.isWeakMapToken = isWeakMapToken;
4769
- exports.isWholeFoodsUrl = isWholeFoodsUrl;
4770
- exports.isYesterday = isYesterday;
4771
- exports.isYouTubeCreatorUrl = isYouTubeCreatorUrl;
4772
- exports.isYouTubeFeedHistoryUrl = isYouTubeFeedHistoryUrl;
4773
- exports.isYouTubeFeedUrl = isYouTubeFeedUrl;
4774
- exports.isYouTubePlaylistUrl = isYouTubePlaylistUrl;
4775
- exports.isYouTubePlaylistsUrl = isYouTubePlaylistsUrl;
4776
- exports.isYouTubeShareUrl = isYouTubeShareUrl;
4777
- exports.isYouTubeSubscriptionsUrl = isYouTubeSubscriptionsUrl;
4778
- exports.isYouTubeTrendingUrl = isYouTubeTrendingUrl;
4779
- exports.isYouTubeUrl = isYouTubeUrl;
4780
- exports.isYouTubeVideoUrl = isYouTubeVideoUrl;
4781
- exports.isYouTubeVideosInPlaylist = isYouTubeVideosInPlaylist;
4782
- exports.isZaraUrl = isZaraUrl;
4783
- exports.isZipCode = isZipCode;
4784
- exports.isZipCode5 = isZipCode5;
4785
- exports.isZipPlus4 = isZipPlus4;
4786
- exports.joinWith = joinWith;
4787
- exports.jsonValue = jsonValue;
4788
- exports.jsonValues = jsonValues;
4789
- exports.keysOf = keysOf;
4790
- exports.kindLiteral = kindLiteral;
4791
- exports.last = last;
4792
- exports.list = list;
4793
- exports.literal = literal;
4794
- exports.logicalReturns = logicalReturns;
4795
- exports.lookupCountryAlpha2 = lookupCountryAlpha2;
4796
- exports.lookupCountryAlpha3 = lookupCountryAlpha3;
4797
- exports.lookupCountryCode = lookupCountryCode;
4798
- exports.lookupCountryName = lookupCountryName;
4799
- exports.lowercase = lowercase;
4800
- exports.mergeObjects = mergeObjects;
4801
- exports.mergeScalars = mergeScalars;
4802
- exports.mergeTuples = mergeTuples;
4803
- exports.nameLiteral = nameLiteral;
4804
- exports.narrow = narrow;
4805
- exports.never = never;
4806
- exports.omit = omit;
4807
- exports.optional = optional;
4808
- exports.optionalOrNull = optionalOrNull;
4809
- exports.or = or;
4810
- exports.orNull = orNull;
4811
- exports.pathJoin = pathJoin;
4812
- exports.pluralize = pluralize;
4813
- exports.removePhoneCountryCode = removePhoneCountryCode;
4814
- exports.removeTailwindModifiers = removeTailwindModifiers;
4815
- exports.removeUrlProtocol = removeUrlProtocol;
4816
- exports.result = result;
4817
- exports.retain = retain;
4818
- exports.retainAfter = retainAfter;
4819
- exports.retainAfterInclusive = retainAfterInclusive;
4820
- exports.retainChars = retainChars;
4821
- exports.retainUntil = retainUntil;
4822
- exports.retainUntilInclusive = retainUntilInclusive;
4823
- exports.retainWhile = retainWhile;
4824
- exports.reverse = reverse;
4825
- exports.rightWhitespace = rightWhitespace;
4826
- exports.shape = shape;
4827
- exports.sharedKeys = sharedKeys;
4828
- exports.shift = shift;
4829
- exports.simpleContainerToken = simpleContainerToken;
4830
- exports.simpleContainerTokenToTypeToken = simpleContainerTokenToTypeToken;
4831
- exports.simpleContainerType = simpleContainerType;
4832
- exports.simpleScalarToken = simpleScalarToken;
4833
- exports.simpleScalarTokenToTypeToken = simpleScalarTokenToTypeToken;
4834
- exports.simpleScalarType = simpleScalarType;
4835
- exports.simpleToken = simpleToken;
4836
- exports.simpleType = simpleType;
4837
- exports.simpleUnionTokenToTypeToken = simpleUnionTokenToTypeToken;
4838
- exports.slice = slice;
4839
- exports.split = split;
4840
- exports.startsWith = startsWith;
4841
- exports.stripAfter = stripAfter;
4842
- exports.stripBefore = stripBefore;
4843
- exports.stripChars = stripChars;
4844
- exports.stripLeading = stripLeading;
4845
- exports.stripParenthesis = stripParenthesis;
4846
- exports.stripSurround = stripSurround;
4847
- exports.stripTrailing = stripTrailing;
4848
- exports.stripUntil = stripUntil;
4849
- exports.stripWhile = stripWhile;
4850
- exports.surround = surround;
4851
- exports.takeNumericCharacters = takeNumericCharacters;
4852
- exports.takeProp = takeProp;
4853
- exports.toCamelCase = toCamelCase;
4854
- exports.toKebabCase = toKebabCase;
4855
- exports.toNumber = toNumber;
4856
- exports.toNumericArray = toNumericArray;
4857
- exports.toPascalCase = toPascalCase;
4858
- exports.toSnakeCase = toSnakeCase;
4859
- exports.toString = toString;
4860
- exports.toUppercase = toUppercase;
4861
- exports.trim = trim;
4862
- exports.trimEnd = trimEnd;
4863
- exports.trimLeft = trimLeft;
4864
- exports.trimRight = trimRight;
4865
- exports.trimStart = trimStart;
4866
- exports.truncate = truncate;
4867
- exports.tuple = tuple;
4868
- exports.twColor = twColor;
4869
- exports.unbox = unbox;
4870
- exports.uncapitalize = uncapitalize;
4871
- exports.union = union;
4872
- exports.unionize = unionize;
4873
- exports.unique = unique;
4874
- exports.uniqueKeys = uniqueKeys;
4875
- exports.uppercase = uppercase;
4876
- exports.urlMeta = urlMeta;
4877
- exports.valuesOf = valuesOf;
4878
- exports.widen = widen;
4879
- exports.withDefaults = withDefaults;
4880
- exports.withKeys = withKeys;
4881
- exports.withoutKeys = withoutKeys;
4882
- exports.withoutValue = withoutValue;
4883
- exports.wrapFn = wrapFn;
4884
- exports.youtubeEmbed = youtubeEmbed;
4885
- exports.youtubeMeta = youtubeMeta;
4886
- //# sourceMappingURL=index.cjs.map
5161
+ // Annotate the CommonJS export names for ESM import in node:
5162
+ 0 && (module.exports = {
5163
+ ShapeApiImplementation,
5164
+ addFnToProps,
5165
+ addPropsToFn,
5166
+ and,
5167
+ asApi,
5168
+ asArray,
5169
+ asChars,
5170
+ asDate,
5171
+ asEscapeFunction,
5172
+ asIsoDate,
5173
+ asOptionalParamFunction,
5174
+ asPhoneFormat,
5175
+ asRecord,
5176
+ asString,
5177
+ asStringLiteral,
5178
+ asType,
5179
+ asTypeToken,
5180
+ asVueRef,
5181
+ box,
5182
+ boxDictionaryValues,
5183
+ capitalize,
5184
+ choices,
5185
+ createConverter,
5186
+ createCssKeyframe,
5187
+ createCssSelector,
5188
+ createErrorCondition,
5189
+ createFifoQueue,
5190
+ createFnWithProps,
5191
+ createLifoQueue,
5192
+ createTypeToken,
5193
+ cssColor,
5194
+ csv,
5195
+ defineCss,
5196
+ defineObj,
5197
+ defineObject,
5198
+ defineTuple,
5199
+ endsWith,
5200
+ ensureLeading,
5201
+ ensureSurround,
5202
+ ensureTrailing,
5203
+ entries,
5204
+ errCondition,
5205
+ filter,
5206
+ find,
5207
+ fnMeta,
5208
+ get,
5209
+ getDaysBetween,
5210
+ getEach,
5211
+ getPhoneCountryCode,
5212
+ getTailwindModifiers,
5213
+ getToday,
5214
+ getTomorrow,
5215
+ getUrlPath,
5216
+ getUrlPort,
5217
+ getUrlProtocol,
5218
+ getUrlQueryParams,
5219
+ getUrlSource,
5220
+ getWeekNumber,
5221
+ getYesterday,
5222
+ getYouTubePageType,
5223
+ handleDoneFn,
5224
+ hasDefaultValue,
5225
+ hasIndexOf,
5226
+ hasKeys,
5227
+ hasUrlPort,
5228
+ hasUrlQueryParameter,
5229
+ hasWhiteSpace,
5230
+ idLiteral,
5231
+ idTypeGuard,
5232
+ identity,
5233
+ ifArray,
5234
+ ifArrayPartial,
5235
+ ifBoolean,
5236
+ ifChar,
5237
+ ifContainer,
5238
+ ifDefined,
5239
+ ifFalse,
5240
+ ifFunction,
5241
+ ifHasKey,
5242
+ ifLength,
5243
+ ifLowercaseChar,
5244
+ ifNotNull,
5245
+ ifNull,
5246
+ ifNumber,
5247
+ ifObject,
5248
+ ifSameType,
5249
+ ifScalar,
5250
+ ifString,
5251
+ ifTrue,
5252
+ ifUndefined,
5253
+ ifUppercaseChar,
5254
+ indexOf,
5255
+ intersect,
5256
+ intersection,
5257
+ ip6GroupExpansion,
5258
+ ip6Prefix,
5259
+ isAccelerationMetric,
5260
+ isAccelerationUom,
5261
+ isAlpha,
5262
+ isAmazonUrl,
5263
+ isApi,
5264
+ isApiSurface,
5265
+ isAppleUrl,
5266
+ isAreaMetric,
5267
+ isAreaUom,
5268
+ isArray,
5269
+ isArrayToken,
5270
+ isAtomicToken,
5271
+ isAustralianNewsUrl,
5272
+ isBelgiumNewsUrl,
5273
+ isBestBuyUrl,
5274
+ isBitbucketUrl,
5275
+ isBoolean,
5276
+ isBooleanLike,
5277
+ isBox,
5278
+ isCanadianNewsUrl,
5279
+ isChineseNewsUrl,
5280
+ isCodeCommitUrl,
5281
+ isConstant,
5282
+ isContainer,
5283
+ isContainerToken,
5284
+ isCostCoUrl,
5285
+ isCountryAbbrev,
5286
+ isCountryCode2,
5287
+ isCountryCode3,
5288
+ isCountryName,
5289
+ isCssAspectRatio,
5290
+ isCurrentMetric,
5291
+ isCurrentUom,
5292
+ isCvsUrl,
5293
+ isDanishNewsUrl,
5294
+ isDate,
5295
+ isDefineObject,
5296
+ isDefined,
5297
+ isDellUrl,
5298
+ isDistanceMetric,
5299
+ isDistanceUom,
5300
+ isDomainName,
5301
+ isDoneFn,
5302
+ isDutchNewsUrl,
5303
+ isEbayUrl,
5304
+ isEmail,
5305
+ isEnergyMetric,
5306
+ isEnergyUom,
5307
+ isEqual,
5308
+ isErrorCondition,
5309
+ isEscapeFunction,
5310
+ isEtsyUrl,
5311
+ isFalse,
5312
+ isFalsy,
5313
+ isFnToken,
5314
+ isFnWithParams,
5315
+ isFrenchNewsUrl,
5316
+ isFrequencyMetric,
5317
+ isFrequencyUom,
5318
+ isFunction,
5319
+ isGeneratorToken,
5320
+ isGermanNewsUrl,
5321
+ isGithubIssueUrl,
5322
+ isGithubIssuesListUrl,
5323
+ isGithubOrgUrl,
5324
+ isGithubProjectUrl,
5325
+ isGithubProjectsListUrl,
5326
+ isGithubReleaseTagUrl,
5327
+ isGithubReleasesListUrl,
5328
+ isGithubRepoReleaseTagUrl,
5329
+ isGithubRepoReleasesUrl,
5330
+ isGithubRepoUrl,
5331
+ isGithubUrl,
5332
+ isHexadecimal,
5333
+ isHmUrl,
5334
+ isHomeDepotUrl,
5335
+ isHtmlElement,
5336
+ isIkeaUrl,
5337
+ isIndexable,
5338
+ isIndianNewsUrl,
5339
+ isInlineSvg,
5340
+ isIp4Address,
5341
+ isIp6Address,
5342
+ isIpAddress,
5343
+ isIso3166Alpha2,
5344
+ isIso3166Alpha3,
5345
+ isIso3166CountryCode,
5346
+ isIso3166CountryName,
5347
+ isIsoDate,
5348
+ isIsoDateTime,
5349
+ isIsoExplicitDate,
5350
+ isIsoExplicitTime,
5351
+ isIsoImplicitDate,
5352
+ isIsoImplicitTime,
5353
+ isIsoTime,
5354
+ isIsoYear,
5355
+ isItalianNewsUrl,
5356
+ isJapaneseNewsUrl,
5357
+ isKrogersUrl,
5358
+ isLeapYear,
5359
+ isLength,
5360
+ isLikeRegExp,
5361
+ isLowesUrl,
5362
+ isLuminosityMetric,
5363
+ isLuminosityUom,
5364
+ isLuxonDateTime,
5365
+ isMacysUrl,
5366
+ isMapToken,
5367
+ isMassMetric,
5368
+ isMassUom,
5369
+ isMetric,
5370
+ isMexicanNewsUrl,
5371
+ isMoment,
5372
+ isNever,
5373
+ isNewsUrl,
5374
+ isNikeUrl,
5375
+ isNorwegianNewsUrl,
5376
+ isNotNull,
5377
+ isNothing,
5378
+ isNull,
5379
+ isNumber,
5380
+ isNumberLike,
5381
+ isNumericArray,
5382
+ isNumericString,
5383
+ isObject,
5384
+ isObjectToken,
5385
+ isOptionalParamFunction,
5386
+ isPhoneNumber,
5387
+ isPowerMetric,
5388
+ isPowerUom,
5389
+ isPressureMetric,
5390
+ isPressureUom,
5391
+ isReadonlyArray,
5392
+ isRecordToken,
5393
+ isRef,
5394
+ isRegExp,
5395
+ isRepoSource,
5396
+ isRepoUrl,
5397
+ isResistance,
5398
+ isResistanceUom,
5399
+ isRetailUrl,
5400
+ isSameTypeOf,
5401
+ isScalar,
5402
+ isSemanticVersion,
5403
+ isSet,
5404
+ isSetToken,
5405
+ isShape,
5406
+ isShapeCallback,
5407
+ isSimpleContainerToken,
5408
+ isSimpleContainerTokenTuple,
5409
+ isSimpleScalarToken,
5410
+ isSimpleScalarTokenTuple,
5411
+ isSimpleToken,
5412
+ isSimpleTokenTuple,
5413
+ isSingletonToken,
5414
+ isSocialMediaProfileUrl,
5415
+ isSocialMediaUrl,
5416
+ isSouthKoreanNewsUrl,
5417
+ isSpanishNewsUrl,
5418
+ isSpecificConstant,
5419
+ isSpeedMetric,
5420
+ isSpeedUom,
5421
+ isString,
5422
+ isStringArray,
5423
+ isSwissNewsUrl,
5424
+ isSymbol,
5425
+ isTailwindColor,
5426
+ isTailwindColorClass,
5427
+ isTailwindColorName,
5428
+ isTailwindColorTarget,
5429
+ isTailwindColorWithLuminosity,
5430
+ isTailwindColorWithLuminosityAndOpacity,
5431
+ isTailwindModifier,
5432
+ isTargetUrl,
5433
+ isTemperatureMetric,
5434
+ isTemperatureUom,
5435
+ isThenable,
5436
+ isThisMonth,
5437
+ isThisWeek,
5438
+ isThisYear,
5439
+ isTimeMetric,
5440
+ isTimeUom,
5441
+ isToday,
5442
+ isTomorrow,
5443
+ isTrimable,
5444
+ isTrue,
5445
+ isTruthy,
5446
+ isTuple,
5447
+ isTupleToken,
5448
+ isTurkishNewsUrl,
5449
+ isTypeOf,
5450
+ isTypeToken,
5451
+ isTypeTuple,
5452
+ isUkNewsUrl,
5453
+ isUndefined,
5454
+ isUnionSetToken,
5455
+ isUnionToken,
5456
+ isUnset,
5457
+ isUom,
5458
+ isUri,
5459
+ isUrl,
5460
+ isUrlPath,
5461
+ isUrlSource,
5462
+ isUsNewsUrl,
5463
+ isUsStateAbbreviation,
5464
+ isUsStateName,
5465
+ isVoltageMetric,
5466
+ isVoltageUom,
5467
+ isVolumeMetric,
5468
+ isVolumeUom,
5469
+ isWalgreensUrl,
5470
+ isWalmartUrl,
5471
+ isWayfairUrl,
5472
+ isWeakMapToken,
5473
+ isWholeFoodsUrl,
5474
+ isYesterday,
5475
+ isYouTubeCreatorUrl,
5476
+ isYouTubeFeedHistoryUrl,
5477
+ isYouTubeFeedUrl,
5478
+ isYouTubePlaylistUrl,
5479
+ isYouTubePlaylistsUrl,
5480
+ isYouTubeShareUrl,
5481
+ isYouTubeSubscriptionsUrl,
5482
+ isYouTubeTrendingUrl,
5483
+ isYouTubeUrl,
5484
+ isYouTubeVideoUrl,
5485
+ isYouTubeVideosInPlaylist,
5486
+ isZaraUrl,
5487
+ isZipCode,
5488
+ isZipCode5,
5489
+ isZipPlus4,
5490
+ joinWith,
5491
+ jsonValue,
5492
+ jsonValues,
5493
+ keysOf,
5494
+ kindLiteral,
5495
+ last,
5496
+ list,
5497
+ literal,
5498
+ logicalReturns,
5499
+ lookupCountryAlpha2,
5500
+ lookupCountryAlpha3,
5501
+ lookupCountryCode,
5502
+ lookupCountryName,
5503
+ lowercase,
5504
+ mergeObjects,
5505
+ mergeScalars,
5506
+ mergeTuples,
5507
+ nameLiteral,
5508
+ narrow,
5509
+ never,
5510
+ omit,
5511
+ optional,
5512
+ optionalOrNull,
5513
+ or,
5514
+ orNull,
5515
+ pathJoin,
5516
+ pluralize,
5517
+ removePhoneCountryCode,
5518
+ removeTailwindModifiers,
5519
+ removeUrlProtocol,
5520
+ result,
5521
+ retain,
5522
+ retainAfter,
5523
+ retainAfterInclusive,
5524
+ retainChars,
5525
+ retainUntil,
5526
+ retainUntilInclusive,
5527
+ retainWhile,
5528
+ reverse,
5529
+ rightWhitespace,
5530
+ shape,
5531
+ sharedKeys,
5532
+ shift,
5533
+ simpleContainerToken,
5534
+ simpleContainerTokenToTypeToken,
5535
+ simpleContainerType,
5536
+ simpleScalarToken,
5537
+ simpleScalarTokenToTypeToken,
5538
+ simpleScalarType,
5539
+ simpleToken,
5540
+ simpleType,
5541
+ simpleUnionTokenToTypeToken,
5542
+ slice,
5543
+ split,
5544
+ startsWith,
5545
+ stripAfter,
5546
+ stripBefore,
5547
+ stripChars,
5548
+ stripLeading,
5549
+ stripParenthesis,
5550
+ stripSurround,
5551
+ stripTrailing,
5552
+ stripUntil,
5553
+ stripWhile,
5554
+ surround,
5555
+ takeNumericCharacters,
5556
+ takeProp,
5557
+ toCamelCase,
5558
+ toKebabCase,
5559
+ toNumber,
5560
+ toNumericArray,
5561
+ toPascalCase,
5562
+ toSnakeCase,
5563
+ toString,
5564
+ toUppercase,
5565
+ trim,
5566
+ trimEnd,
5567
+ trimLeft,
5568
+ trimRight,
5569
+ trimStart,
5570
+ truncate,
5571
+ tuple,
5572
+ twColor,
5573
+ unbox,
5574
+ uncapitalize,
5575
+ union,
5576
+ unionize,
5577
+ unique,
5578
+ uniqueKeys,
5579
+ uppercase,
5580
+ urlMeta,
5581
+ valuesOf,
5582
+ widen,
5583
+ withDefaults,
5584
+ withKeys,
5585
+ withoutKeys,
5586
+ withoutValue,
5587
+ wrapFn,
5588
+ youtubeEmbed,
5589
+ youtubeMeta
5590
+ });
4887
5591
  //# sourceMappingURL=index.cjs.map