inferred-types 0.53.11 → 0.54.0

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.
@@ -3449,6 +3449,28 @@ declare const WHOLE_FOODS_DNS$2: readonly ["www.wholefoodsmarket.com", "www.whol
3449
3449
  declare const SHAPE_PREFIXES: readonly ["string", "number", "boolean", "null", "undefined", "unknown", "opt::", "union::", "tuple::", "array::", "object", "record::"];
3450
3450
  declare const SHAPE_DELIMITER: "||,||";
3451
3451
 
3452
+ declare const SIMPLE_DICT_VALUES$2: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
3453
+ declare const SIMPLE_SET_TYPES$2: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
3454
+ declare const SIMPLE_SCALAR_TOKENS$2: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never"];
3455
+ declare const SIMPLE_OPT_SCALAR_TOKENS$2: readonly ["Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>"];
3456
+ declare const SIMPLE_FN_TOKENS: readonly ["Fn<none> => Unknown", "Fn<string> => Unknown", "Fn<number> => Unknown", "Fn<boolean> => Unknown"];
3457
+ declare const SIMPLE_UNION_TOKENS$2: readonly [`union(${string})` | `union(${string},${string})`];
3458
+ declare const SIMPLE_MAP_KEYS$2: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>"];
3459
+ declare const SIMPLE_MAP_VALUES$2: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "boolean", "unknown", "undefined", "Dict", "Array", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>"];
3460
+ declare const SIMPLE_DICT_TOKENS$2: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`];
3461
+ declare const SIMPLE_ARRAY_TOKENS$2: readonly ["Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>"];
3462
+ declare const SIMPLE_MAP_TOKENS$2: readonly ["Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap"];
3463
+ declare const SIMPLE_SET_TOKENS$2: readonly ["Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
3464
+ declare const SIMPLE_CONTAINER_TOKENS: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`, "Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>", "Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap", "Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
3465
+ /**
3466
+ * **SIMPLE_TOKENS**
3467
+ *
3468
+ * A list of strings literals which can be used
3469
+ * to express the type of a variable or token
3470
+ * in relatively course granularity
3471
+ */
3472
+ declare const SIMPLE_TOKENS: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`, "Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>", "Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap", "Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>", `union(${string})` | `union(${string},${string})`];
3473
+
3452
3474
  /**
3453
3475
  * Singular nouns typically end in the characters represented by this array.
3454
3476
  *
@@ -3947,73 +3969,35 @@ declare const WIDE_CONTAINER_TYPE_KINDS$1: readonly ["anyArray", "anyObject", "u
3947
3969
  */
3948
3970
  declare const TYPE_KINDS: readonly ["undefined", "null", "string", "number", "boolean", "true", "false", "stringLiteral", "numericLiteral", "object", "explicitFunctions", "fnType", "fnWithDict", "tuple", "union", "intersection", "arrayOf", "anyArray", "anyObject", "unknownObject", "anyFunction", "emptyObject"];
3949
3971
 
3950
- declare const SIMPLE_DICT_VALUES$2: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
3951
- declare const SIMPLE_SET_TYPES$2: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
3952
- declare const SIMPLE_SCALAR_TOKENS$2: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never"];
3953
- declare const SIMPLE_OPT_SCALAR_TOKENS$2: readonly ["Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>"];
3954
- declare const SIMPLE_FN_TOKENS: readonly ["Fn<none> => Unknown", "Fn<string> => Unknown", "Fn<number> => Unknown", "Fn<boolean> => Unknown"];
3955
- declare const SIMPLE_UNION_TOKENS$2: readonly [`union(${string})` | `union(${string},${string})`];
3956
- declare const SIMPLE_MAP_KEYS$2: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>"];
3957
- declare const SIMPLE_MAP_VALUES$2: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "boolean", "unknown", "undefined", "Dict", "Array", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>"];
3958
- declare const SIMPLE_DICT_TOKENS$2: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`];
3959
- declare const SIMPLE_ARRAY_TOKENS$2: readonly ["Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>"];
3960
- declare const SIMPLE_MAP_TOKENS$2: readonly ["Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap"];
3961
- declare const SIMPLE_SET_TOKENS$2: readonly ["Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
3962
- declare const SIMPLE_CONTAINER_TOKENS: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`, "Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>", "Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap", "Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
3963
- /**
3964
- * **SIMPLE_TOKENS**
3965
- *
3966
- * A list of strings literals which can be used
3967
- * to express the type of a variable or token
3968
- * in relatively course granularity
3969
- */
3970
- declare const SIMPLE_TOKENS: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`, "Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>", "Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap", "Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>", `union(${string})` | `union(${string},${string})`];
3971
3972
  /**
3972
3973
  * **Type Tokens** which have zero configuration elements.
3973
3974
  */
3974
- declare const TT_Atomics$2: readonly ["undefined", "null", "boolean", "true", "false"];
3975
+ declare const TT_ATOMICS$2: readonly ["undefined", "null", "boolean", "true", "false"];
3975
3976
  /**
3976
3977
  * **Type Tokens** which have a literal variant which represents
3977
3978
  * the _single_ configuration of this type which is available.
3978
3979
  */
3979
- declare const TT_Singletons$2: readonly ["string", "number"];
3980
- declare const TT_Sets$2: readonly ["string-set", "numeric-set", "union-set"];
3980
+ declare const TT_SINGLETONS$2: readonly ["string", "number"];
3981
+ declare const TT_SETS$2: readonly ["string-set", "numeric-set", "fn-set", "union-set"];
3981
3982
  /**
3982
3983
  * **Type Tokens** which represent _functions_ (either the typical
3983
3984
  * variety or Generator functions).
3984
3985
  */
3985
- declare const TT_Functions$2: readonly ["fn", "gen"];
3986
+ declare const TT_FUNCTIONS$2: readonly ["fn", "gen"];
3986
3987
  /**
3987
3988
  * **Type Tokens** which _contain_ other **Type Tokens** to make up their
3988
3989
  * identity.
3989
3990
  */
3990
- declare const TT_Containers$2: readonly ["rec", "arr", "set", "map", "union", "obj", "tuple"];
3991
+ declare const TT_CONTAINERS$2: readonly ["rec", "arr", "set", "map", "union", "obj", "tuple"];
3992
+ declare const TT_KIND_VARIANTS: readonly ["undefined", "null", "boolean", "true", "false", "rec", "arr", "set", "map", "union", "obj", "tuple", "fn", "gen", "string-set", "numeric-set", "fn-set", "union-set", "string", "number"];
3991
3993
  declare const TT_START$2: "<<";
3992
3994
  declare const TT_STOP$2: ">>";
3993
- declare const TT_SEP$1: "::";
3994
- /**
3995
- * `TypeToken` names whose name provides the full definition
3996
- * for the type.
3997
- */
3998
- declare const TYPE_TOKEN_IDENTITIES: readonly ["string", "number", "numericString", "booleanString", "null", "undefined", "boolean", "true", "false", "space", "whitespace", "object", "emptyObject", "function", "array"];
3999
- /**
4000
- * `TypeToken` names which need a _string_ parameter to fully qualify
4001
- */
4002
- declare const TYPE_TOKEN_PARAM_STR: readonly ["explicitClass", "startsWith", "endsWith", "ensureLeading", "stripLeading", "ensureTrailing", "stripTrailing", "camelCase", "pascalCase", "snakeCase", "kebabCase", "explicitType"];
4003
- /**
4004
- * `TypeToken` names which need a _CSV_ parameter to fully qualify
4005
- */
4006
- declare const TYPE_TOKEN_PARAM_CSV: readonly ["stringLiteral", "numericLiteral", "objectLiteral", "tuple", "union"];
4007
- /**
4008
- * `TypeToken` names which need a _datetime_ parameter to fully qualify
4009
- */
4010
- declare const TYPE_TOKEN_PARAM_DATETIME: readonly ["datetime"];
4011
- /**
4012
- * `TypeToken` names which need a _datetime_ parameter to fully qualify
4013
- */
4014
- declare const TYPE_TOKEN_PARAM_DATE: readonly ["ymd", "monthThenDate", "dateThenMonth"];
4015
- declare const TYPE_TOKEN_PARAM_TIME: readonly ["timeInMinutes", "timeInSeconds", "militaryTimeInMinutes", "militaryTimeInSeconds", "militaryTimeInMilliseconds", "civilianTimeInMinutes"];
4016
- declare const TYPE_TOKEN_ALL: readonly ["string", "number", "numericString", "booleanString", "null", "undefined", "boolean", "true", "false", "space", "whitespace", "object", "emptyObject", "function", "array", "stringLiteral", "numericLiteral", "objectLiteral", "tuple", "union", "ymd", "monthThenDate", "dateThenMonth", "datetime", "explicitClass", "startsWith", "endsWith", "ensureLeading", "stripLeading", "ensureTrailing", "stripTrailing", "camelCase", "pascalCase", "snakeCase", "kebabCase", "explicitType", "timeInMinutes", "timeInSeconds", "militaryTimeInMinutes", "militaryTimeInSeconds", "militaryTimeInMilliseconds", "civilianTimeInMinutes"];
3995
+ declare const TT_DELIMITER$2: "::";
3996
+
3997
+ declare const TYPE_TOKEN_REC_VARIANTS$2: readonly ["object-key", "string-key"];
3998
+ declare const TYPE_TOKEN_REC_KEY_VARIANTS$2: readonly ["unknown", "any", "string", "number", "boolean", "truthy", "numberlike", "scalar", "object", "string|undefined", "number|undefined", "boolean|undefined", "object|undefined", "unknown[]", "any[]", "string[]", "number[]", "boolean[]"];
3999
+ declare const TYPE_TOKEN_STRING_SET_VARIANTS$2: readonly ["endsWith::${string}", "startsWith::${string}", "contains::${string}", "civilianTime", "militaryTime", "ipv4Address", "ipv4Address::tight", "ipv4Address::loose", "ipv6Address", "ipv6Address::${string}", "numericString", "zipCode5", "zipCode5+4", "countryCode2", "countryCode3", "countryName", "capitalized", "url", "url::${string}", "isoDate", "isoDateTime", "usStateAbbrev", "usCitySuggestions", "metricCategory", "metric", "metric::${Metric}"];
4000
+ declare const TYPE_TOKEN_UNION_SET_VARIANTS$2: string[];
4017
4001
 
4018
4002
  /**
4019
4003
  * **TYPE_TRANSFORMS**
@@ -4707,6 +4691,13 @@ interface Thenable$1 {
4707
4691
  }
4708
4692
 
4709
4693
  type TupleRange$1 = [required: number, optional: number];
4694
+ type _Tuple$1<TType = unknown, TLength extends number | TupleRange$1 | `${number}+` = 0> = 0 extends TLength ? TType extends any[] ? Readonly<TType> : readonly TType[] : TLength extends number ? Readonly<FixedLengthArray$1<TType, TLength>> : TLength extends TupleRange$1 ? Readonly<[
4695
+ ...FixedLengthArray$1<TType, TLength[0]>,
4696
+ ...FixedLengthArray$1<TType | undefined, TLength[1]>
4697
+ ]> : TLength extends `${infer Num extends number}+` ? Num extends number ? Readonly<[
4698
+ ...FixedLengthArray$1<TType, Num>,
4699
+ ...TType[]
4700
+ ]> : never : never;
4710
4701
  /**
4711
4702
  * **Tuple**`<TType,TLength>`
4712
4703
  *
@@ -4722,13 +4713,7 @@ type TupleRange$1 = [required: number, optional: number];
4722
4713
  * type T2 = Tuple<string, 4>;
4723
4714
  * ```
4724
4715
  */
4725
- type Tuple$1<TType = unknown, TLength extends number | TupleRange$1 | `${number}+` = 0> = 0 extends TLength ? TType extends any[] ? Readonly<TType> : readonly TType[] : TLength extends number ? Readonly<FixedLengthArray$1<TType, TLength>> : TLength extends TupleRange$1 ? Readonly<[
4726
- ...FixedLengthArray$1<TType, TLength[0]>,
4727
- ...FixedLengthArray$1<TType | undefined, TLength[1]>
4728
- ]> : TLength extends `${infer Num extends number}+` ? Num extends number ? Readonly<[
4729
- ...FixedLengthArray$1<TType, Num>,
4730
- ...TType[]
4731
- ]> : never : never;
4716
+ type Tuple$1<TType = unknown, TLength extends number | TupleRange$1 | `${number}+` = 0> = _Tuple$1<TType, TLength> extends readonly unknown[] ? _Tuple$1<TType, TLength> : never;
4732
4717
 
4733
4718
  type Process$1x$1<TVal, TDefault> = TVal extends Something$1 ? TVal : TDefault;
4734
4719
  /**
@@ -5153,14 +5138,6 @@ type IsGreaterThanOrEqual$1<A extends NumberLike$1, B extends NumberLike$1> = Is
5153
5138
  */
5154
5139
  type IsInteger$1<T> = [IsNever$1<T>] extends [true] ? false : [T] extends [NumberLike$1] ? [IsStringLiteral$1<`${T}`>] extends [true] ? [HasCharacters$1<`${T}`, ".">] extends [true] ? false : true : boolean : false;
5155
5140
 
5156
- /**
5157
- * **IsLength**`<T, LEN>`
5158
- *
5159
- * Boolean type utility which returns true/false based on whether
5160
- * the correct length for `T` is specified.
5161
- */
5162
- type IsLength$1<T, LEN extends number> = T extends readonly unknown[] ? IfEqual$1<Length$1<T>, LEN, true, false> : false;
5163
-
5164
5141
  type Calc$2$1<A extends number, B extends number, Count extends 1[] = []> = Count["length"] extends B ? false : Count["length"] extends A ? true : Calc$2$1<A, B, [...Count, 1]>;
5165
5142
  /**
5166
5143
  * **IsLessThan**`<A,B>`
@@ -5371,6 +5348,14 @@ type IsUndefined$1<T> = T extends undefined ? true : false;
5371
5348
  */
5372
5349
  type IsUnionArray$1<T> = T extends readonly any[] ? IsEqual$1<T["length"], number> extends true ? IsUnion$1<ElementOf$1<T>> extends true ? true : false : false : false;
5373
5350
 
5351
+ /**
5352
+ * **IsUnset**`<T>`
5353
+ *
5354
+ * Boolean operator which reports true/false on whether
5355
+ * `T` is the value `Unset`.
5356
+ */
5357
+ type IsUnset$1<T> = IsEqual$1<T, Unset$1>;
5358
+
5374
5359
  type HasUrlPath$1<T extends string> = And$1<[
5375
5360
  Not$1<IsNever$1<GetUrlPath$1<T>>>,
5376
5361
  Or$1<[
@@ -8459,6 +8444,18 @@ declare const WALGREENS_DNS$1: readonly ["www.walgreens.com"];
8459
8444
  declare const CVS_DNS$1: readonly ["www.cvs.com"];
8460
8445
  declare const WHOLE_FOODS_DNS$1: readonly ["www.wholefoodsmarket.com", "www.wholefoodsmarket.co.uk"];
8461
8446
 
8447
+ declare const SIMPLE_DICT_VALUES$1: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
8448
+ declare const SIMPLE_SET_TYPES$1: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
8449
+ declare const SIMPLE_SCALAR_TOKENS$1: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never"];
8450
+ declare const SIMPLE_OPT_SCALAR_TOKENS$1: readonly ["Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>"];
8451
+ declare const SIMPLE_UNION_TOKENS$1: readonly [`union(${string})` | `union(${string},${string})`];
8452
+ declare const SIMPLE_MAP_KEYS$1: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>"];
8453
+ declare const SIMPLE_MAP_VALUES$1: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "boolean", "unknown", "undefined", "Dict", "Array", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>"];
8454
+ declare const SIMPLE_DICT_TOKENS$1: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`];
8455
+ declare const SIMPLE_ARRAY_TOKENS$1: readonly ["Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>"];
8456
+ declare const SIMPLE_MAP_TOKENS$1: readonly ["Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap"];
8457
+ declare const SIMPLE_SET_TOKENS$1: readonly ["Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
8458
+
8462
8459
  declare const SOCIAL_MEDIA$1: [{
8463
8460
  readonly name: "Facebook";
8464
8461
  readonly description: "Connect with friends, family, and communities worldwide on one of the largest social networks.";
@@ -8679,39 +8676,34 @@ declare const TW_MODIFIERS_SIZING$1: readonly ["sm", "md", "lg", "xl", "2xl"];
8679
8676
  */
8680
8677
  declare const TYPE_OF$1: readonly ["string", "number", "boolean", "undefined", "symbol", "bigint", "function", "object"];
8681
8678
 
8682
- declare const SIMPLE_DICT_VALUES$1: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
8683
- declare const SIMPLE_SET_TYPES$1: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
8684
- declare const SIMPLE_SCALAR_TOKENS$1: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never"];
8685
- declare const SIMPLE_OPT_SCALAR_TOKENS$1: readonly ["Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>"];
8686
- declare const SIMPLE_UNION_TOKENS$1: readonly [`union(${string})` | `union(${string},${string})`];
8687
- declare const SIMPLE_MAP_KEYS$1: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>"];
8688
- declare const SIMPLE_MAP_VALUES$1: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "boolean", "unknown", "undefined", "Dict", "Array", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>"];
8689
- declare const SIMPLE_DICT_TOKENS$1: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`];
8690
- declare const SIMPLE_ARRAY_TOKENS$1: readonly ["Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>"];
8691
- declare const SIMPLE_MAP_TOKENS$1: readonly ["Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap"];
8692
- declare const SIMPLE_SET_TOKENS$1: readonly ["Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
8693
8679
  /**
8694
8680
  * **Type Tokens** which have zero configuration elements.
8695
8681
  */
8696
- declare const TT_Atomics$1: readonly ["undefined", "null", "boolean", "true", "false"];
8682
+ declare const TT_ATOMICS$1: readonly ["undefined", "null", "boolean", "true", "false"];
8697
8683
  /**
8698
8684
  * **Type Tokens** which have a literal variant which represents
8699
8685
  * the _single_ configuration of this type which is available.
8700
8686
  */
8701
- declare const TT_Singletons$1: readonly ["string", "number"];
8702
- declare const TT_Sets$1: readonly ["string-set", "numeric-set", "union-set"];
8687
+ declare const TT_SINGLETONS$1: readonly ["string", "number"];
8688
+ declare const TT_SETS$1: readonly ["string-set", "numeric-set", "fn-set", "union-set"];
8703
8689
  /**
8704
8690
  * **Type Tokens** which represent _functions_ (either the typical
8705
8691
  * variety or Generator functions).
8706
8692
  */
8707
- declare const TT_Functions$1: readonly ["fn", "gen"];
8693
+ declare const TT_FUNCTIONS$1: readonly ["fn", "gen"];
8708
8694
  /**
8709
8695
  * **Type Tokens** which _contain_ other **Type Tokens** to make up their
8710
8696
  * identity.
8711
8697
  */
8712
- declare const TT_Containers$1: readonly ["rec", "arr", "set", "map", "union", "obj", "tuple"];
8698
+ declare const TT_CONTAINERS$1: readonly ["rec", "arr", "set", "map", "union", "obj", "tuple"];
8713
8699
  declare const TT_START$1: "<<";
8714
8700
  declare const TT_STOP$1: ">>";
8701
+ declare const TT_DELIMITER$1: "::";
8702
+
8703
+ declare const TYPE_TOKEN_REC_VARIANTS$1: readonly ["object-key", "string-key"];
8704
+ declare const TYPE_TOKEN_REC_KEY_VARIANTS$1: readonly ["unknown", "any", "string", "number", "boolean", "truthy", "numberlike", "scalar", "object", "string|undefined", "number|undefined", "boolean|undefined", "object|undefined", "unknown[]", "any[]", "string[]", "number[]", "boolean[]"];
8705
+ declare const TYPE_TOKEN_STRING_SET_VARIANTS$1: readonly ["endsWith::${string}", "startsWith::${string}", "contains::${string}", "civilianTime", "militaryTime", "ipv4Address", "ipv4Address::tight", "ipv4Address::loose", "ipv6Address", "ipv6Address::${string}", "numericString", "zipCode5", "zipCode5+4", "countryCode2", "countryCode3", "countryName", "capitalized", "url", "url::${string}", "isoDate", "isoDateTime", "usStateAbbrev", "usCitySuggestions", "metricCategory", "metric", "metric::${Metric}"];
8706
+ declare const TYPE_TOKEN_UNION_SET_VARIANTS$1: string[];
8715
8707
 
8716
8708
  interface OnPassRemap$1<TNever = unknown, TFalse = unknown, TError = unknown> {
8717
8709
  never: TNever;
@@ -9030,9 +9022,9 @@ type PreProcess$2$1<A extends NumberLike$1, B extends NumberLike$1> = CheckWide$
9030
9022
  */
9031
9023
  type Add$1<A extends NumberLike$1, B extends NumberLike$1> = A extends number ? As$1<PreProcess$2$1<A, B>, number> : A extends `${number}` ? As$1<PreProcess$2$1<A, B>, `${number}`> : never;
9032
9024
 
9033
- type Convert$2$1<T> = T extends `${number}` ? ToNumber$1<T> : T;
9025
+ type Convert$3$1<T> = T extends `${number}` ? ToNumber$1<T> : T;
9034
9026
  type ConvertTuple$1<T> = T extends unknown[] ? {
9035
- [K in keyof T]: Convert$2$1<T[K]>;
9027
+ [K in keyof T]: Convert$3$1<T[K]>;
9036
9028
  } : never;
9037
9029
  type ConvertUnion$1$1<T> = If$1<IsUnion$1<T>, TupleToUnion$1<ConvertTuple$1<UnionToTuple$1$1<T>>>, never>;
9038
9030
  /**
@@ -9048,7 +9040,7 @@ type ConvertUnion$1$1<T> = If$1<IsUnion$1<T>, TupleToUnion$1<ConvertTuple$1<Unio
9048
9040
  * literal values will be converted to a numeric literal but the return type will
9049
9041
  * still be a _union_.
9050
9042
  */
9051
- type AsNumberWhenPossible$1<T> = If$1<IsUnion$1<T>, ConvertUnion$1$1<T>, T extends readonly unknown[] ? ConvertTuple$1<T> : Convert$2$1<T>>;
9043
+ type AsNumberWhenPossible$1<T> = If$1<IsUnion$1<T>, ConvertUnion$1$1<T>, T extends readonly unknown[] ? ConvertTuple$1<T> : Convert$3$1<T>>;
9052
9044
 
9053
9045
  /**
9054
9046
  * **AsBoolean**`<T>`
@@ -9058,8 +9050,6 @@ type AsNumberWhenPossible$1<T> = If$1<IsUnion$1<T>, ConvertUnion$1$1<T>, T exten
9058
9050
  */
9059
9051
  type AsBoolean$1<T> = T extends boolean ? T : T extends "true" ? true : T extends "false" ? false : T extends "boolean" ? boolean : never;
9060
9052
 
9061
- type AsDictionary$1<T> = T extends Dictionary$1 ? T : never;
9062
-
9063
9053
  interface TypeErrorInfo$1<TContext extends Record<string, unknown> = EmptyObject$1> {
9064
9054
  /**
9065
9055
  * if there is a particular "id" value which is useful to separate from the error message
@@ -9375,7 +9365,7 @@ type KebabCase$1<TString extends string, TPreserve extends boolean = false> = Pr
9375
9365
  */
9376
9366
  type LowerAllCaps$1<T extends string> = IsAllCaps$1<T> extends true ? Lowercase<T> : T;
9377
9367
 
9378
- type Delimiter$1 = "_" | "-" | " ";
9368
+ type Delimiter$1$1 = "_" | "-" | " ";
9379
9369
  /** convert all delimiters to dashes */
9380
9370
  type DashDelim$1<T extends string> = T extends `${infer Begin}${" "}${infer Rest}` ? DashDelim$1<`${Begin}-${Rest}`> : T extends `${infer Begin}${"_"}${infer Rest}` ? DashDelim$1<`${Begin}-${Rest}`> : T;
9381
9371
  /**
@@ -9388,7 +9378,7 @@ type DashDelim$1<T extends string> = T extends `${infer Begin}${" "}${infer Rest
9388
9378
  * type T = PascalCase<"\n foo_bar \t">;
9389
9379
  * ```
9390
9380
  */
9391
- type PascalCase$1<S extends string> = string extends S ? string : Trim$1<DashDelim$1<LowerAllCaps$1<S>>> extends `${infer Begin}${Delimiter$1}${infer Rest}` ? PascalCase$1<`${Capitalize<Begin>}${Capitalize<Rest>}`> : Capitalize<Trim$1<LowerAllCaps$1<S>>>;
9381
+ type PascalCase$1<S extends string> = string extends S ? string : Trim$1<DashDelim$1<LowerAllCaps$1<S>>> extends `${infer Begin}${Delimiter$1$1}${infer Rest}` ? PascalCase$1<`${Capitalize<Begin>}${Capitalize<Rest>}`> : Capitalize<Trim$1<LowerAllCaps$1<S>>>;
9392
9382
 
9393
9383
  /** convert space to dash */
9394
9384
  type SpaceToDash$1<T extends string> = T extends `${infer Begin}${" "}${infer Rest}` ? SpaceToDash$1<`${Begin}-${Rest}`> : T;
@@ -11986,6 +11976,7 @@ type Volume$1 = `${number}${OptSpace$1}${VolumeUom$1}`;
11986
11976
  * **Related:** `Uom`
11987
11977
  */
11988
11978
  type Metric$1 = Acceleration$1 | Area$1 | Current$1 | Distance$1 | Frequency$1 | Luminosity$1 | Mass$1 | Power$1 | Pressure$1 | Resistance$1 | Speed$1 | Temperature$1 | TimeMetric$1 | Voltage$1 | Volume$1;
11979
+ type MetricCategory$1 = "Acceleration" | "Area" | "Current" | "Distance" | "Frequency" | "Luminosity" | "Mass" | "Power" | "Pressure" | "Resistance" | "Speed" | "Temperature" | "Time" | "Voltage" | "Volume";
11989
11980
  /**
11990
11981
  * **Uom**
11991
11982
  *
@@ -14005,7 +13996,6 @@ interface LuxonJs$1 {
14005
13996
  };
14006
13997
  }
14007
13998
 
14008
- type HandleObject$1<TObj extends Dictionary$1, TKeys extends readonly unknown[], TResult extends Dictionary$1 = EmptyObject$1> = [] extends TKeys ? ExpandDictionary$1<TResult> : HandleObject$1<TObj, AfterFirst$1<TKeys>, First$1<TKeys> extends keyof TObj ? TObj[First$1<TKeys>] extends ShapeCallback$1 ? Record<First$1<TKeys>, HandleDoneFn$1<ReturnType<TObj[First$1<TKeys>]>>> & TResult : TObj[First$1<TKeys>] extends SimpleToken$1 ? Record<First$1<TKeys>, AsType$1<TObj[First$1<TKeys>]>> & TResult : Record<First$1<TKeys>, TObj[First$1<TKeys>]> & TResult : never>;
14009
13999
  type ProcessUnion$2<T extends UnionElDefn$1> = T extends Tuple$1 ? TupleToUnion$1<T> : T extends ShapeCallback$1 ? HandleDoneFn$1<ReturnType<T>> : never;
14010
14000
  type IterateUnion$1<T extends readonly UnionElDefn$1[]> = {
14011
14001
  [K in keyof T]: ProcessUnion$2<T[K]>;
@@ -14017,11 +14007,10 @@ type IterateUnion$1<T extends readonly UnionElDefn$1[]> = {
14017
14007
  * and makes this into _union type_.
14018
14008
  */
14019
14009
  type AsUnion$1<T extends UnionElDefn$1 | readonly [UnionElDefn$1, ...UnionElDefn$1[]]> = T extends UnionElDefn$1[] ? TupleToUnion$1<IterateUnion$1<T>> : T extends UnionElDefn$1 ? ProcessUnion$2<T> : never;
14020
- type IsDictionaryDefinition$1<T> = T extends Dictionary$1 ? Contains$1<Values$1<T>, ShapeCallback$1> : false;
14021
14010
  /**
14022
14011
  * converts non-tuple definition types to actual type
14023
14012
  */
14024
- type ToType$1$1<T, TElse> = [T] extends [ShapeCallback$1] ? HandleDoneFn$1<ReturnType<T>> : [IsDictionaryDefinition$1<T>] extends [true] ? HandleObject$1<AsDictionary$1<T>, Keys$1<AsDictionary$1<T>>> : T extends SimpleToken$1 ? AsType$1<T> : IsEqual$1<TElse, Constant$1<"not-set">> extends true ? T : TElse extends SimpleToken$1 ? AsType$1<TElse> : TElse;
14013
+ type ToType$1$1<T, TElse> = T extends ShapeCallback$1 ? FromShapeCallback$1<T> : T extends SimpleToken$1 ? FromSimpleToken$1<T> : T extends RecordKeyWideTokens$1 ? FromSimpleRecordKey$1<T> : T extends WideTokenNames$1 | WideContainerNames$1 ? FromWideTokens$1<T> : T extends RecordKeyWideTokens$1 ? FromSimpleRecordKey$1<T> : TElse;
14025
14014
  /**
14026
14015
  * iterates over tuple definition types to convert into real types
14027
14016
  */
@@ -14029,8 +14018,16 @@ type IterateOverDefinitions$1<T extends readonly unknown[], TElse> = {
14029
14018
  [K in keyof T]: ToType$1$1<T[K], TElse>;
14030
14019
  };
14031
14020
  type TypeDefinition$1 = NarrowableScalar$1 | ShapeCallback$1;
14021
+ /**
14022
+ * converts a `ShapeCallback` into the _type_ which it is defining
14023
+ */
14024
+ type FromShapeCallback$1<TShape extends ShapeCallback$1, TAsToken extends boolean = false> = TAsToken extends false ? ReturnType<HandleDoneFn$1<TShape>> : string;
14025
+ /**
14026
+ * converts a `SimpleToken` into the _type_ which it is defining
14027
+ */
14028
+ type FromSimpleToken$1<T extends SimpleToken$1> = SimpleType$1<T>;
14032
14029
  type _FromDefineObject$1<T extends Required<DefineObject$1>> = {
14033
- [K in keyof T]: T[K] extends SimpleToken$1 ? SimpleType$1<T[K]> : T[K] extends ShapeCallback$1 ? ReturnType<HandleDoneFn$1<T[K]>> : never;
14030
+ [K in keyof T]: T[K] extends SimpleToken$1 ? FromSimpleToken$1<T[K]> : T[K] extends ShapeCallback$1 ? FromShapeCallback$1<T[K]> : never;
14034
14031
  };
14035
14032
  /**
14036
14033
  * Converts a `DefineObject` definition into the type that it is
@@ -14052,7 +14049,7 @@ type FromDefineObject$1<T extends DefineObject$1> = MakeKeysOptional$1<_FromDefi
14052
14049
  * Note: when dictionary objects are found the _values_ will be
14053
14050
  * interrogated for ShapeCallback's.
14054
14051
  */
14055
- type FromDefn$1<T, TElse = Constant$1<"not-set">> = T extends DefineObject$1 ? FromDefineObject$1<T> : T extends readonly unknown[] ? IterateOverDefinitions$1<T, TElse> : ToType$1$1<T, TElse>;
14052
+ type FromDefn$1<T, TElse = Unset$1> = T extends DefineObject$1 ? FromDefineObject$1<T> : T extends readonly unknown[] ? IterateOverDefinitions$1<T, TElse> : ToType$1$1<T, TElse>;
14056
14053
 
14057
14054
  type WideTokenNames$1 = "string" | "number" | "boolean" | "null" | "undefined" | "never" | "unknown" | "string[]" | "number[]" | "boolean[]" | "unknown[]";
14058
14055
  type ConvertWideTokenNames$1<T extends WideTokenNames$1> = T extends "string" ? string : T extends "number" ? number : T extends "boolean" ? boolean : T extends "null" ? null : T extends "undefined" ? undefined : T extends "never" ? never : T extends "unknown" ? unknown : T extends "string[]" ? string[] : T extends "number[]" ? number[] : T extends "boolean[]" ? boolean[] : T extends "unknown[]" ? unknown[] : never;
@@ -14448,47 +14445,6 @@ type Process$c$1<TKeys extends readonly string[], TValue, TObj extends Dictionar
14448
14445
  */
14449
14446
  type CreateKV$1<TKeys extends readonly string[], TValue = unknown> = ExpandRecursively$1<Process$c$1<TKeys, TValue>>;
14450
14447
 
14451
- type SetTypes$1 = typeof SIMPLE_SET_TYPES$1[number];
14452
- type MapKeys$1 = typeof SIMPLE_MAP_KEYS$1[number];
14453
- type MapValues$1 = typeof SIMPLE_MAP_VALUES$1[number];
14454
- type DictValues$1 = typeof SIMPLE_DICT_VALUES$1[number];
14455
- /**
14456
- * **SimpleTypeScalar**`<T>`
14457
- *
14458
- * Converts a `SimpleScalarToken` into the _type_ it represents.
14459
- */
14460
- type SimpleTypeScalar$1<T extends SimpleScalarToken$1> = T extends "string" ? string : T extends `string(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToStrUnion$1<Literal> : Literal : T extends "number" ? number : T extends `number(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToUnion$1<Literal> : AsNumber$1<Literal> : T extends "boolean" ? boolean : T extends "true" ? true : T extends "false" ? false : T extends "null" ? null : T extends "any" ? any : T extends "undefined" ? undefined : T extends "unknown" ? unknown : T extends `Opt<${infer Underlying extends SimpleScalarToken$1}>` ? undefined | SimpleTypeScalar$1<Underlying> : never;
14461
- /**
14462
- * **SimpleTypeUnion**`<T>`
14463
- *
14464
- * Converts a `SimpleUnionToken` into the _type_ it represents.
14465
- */
14466
- type SimpleTypeUnion$1<T extends SimpleUnionToken$1> = T extends "opt(string)" ? string | undefined : T extends "opt(number)" ? number | undefined : T extends "opt(boolean)" ? boolean | undefined : T extends "opt(unknown)" ? unknown | undefined : T extends `opt(${infer Literal extends string})` ? Literal extends `${string},${string}` ? TupleToUnion$1<CsvToTuple$1<Literal>> | undefined : UnderlyingType$1<Literal> | undefined : T extends `Union(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToTuple$1<Literal> : Literal : never;
14467
- type SimpleTypeDict$1<T extends SimpleDictToken$1> = T extends `Dict` ? Dictionary$1 : T extends `Dict<string, ${infer Value extends DictValues$1 & SimpleScalarToken$1}>` ? Dictionary$1<string, SimpleTypeScalar$1<Value>> : T extends `Dict<{${infer K}: ${infer V}, ${infer K2}: ${infer V2}}>` ? V extends SimpleScalarToken$1 ? V2 extends SimpleScalarToken$1 ? ExpandDictionary$1<Record<K, SimpleTypeScalar$1<V>> & Record<K2, SimpleTypeScalar$1<V2>> & Dictionary$1> : ExpandDictionary$1<Record<K, SimpleTypeScalar$1<V>> & Dictionary$1> : V2 extends SimpleScalarToken$1 ? ExpandDictionary$1<Record<K2, SimpleTypeScalar$1<V2>> & Dictionary$1> : never : T extends `Dict<{${infer Key}: ${infer Value}}>` ? Value extends SimpleScalarToken$1 ? ExpandDictionary$1<Record<Key, SimpleTypeScalar$1<Value>> & Dictionary$1> : never : never;
14468
- type SimpleTypeArray$1<T extends SimpleArrayToken$1> = T extends "Array" ? any[] : T extends "Array<string>" ? string[] : T extends `Array<string(${infer StringUnion})>` ? Array<SimpleTypeScalar$1<`string(${StringUnion})`>> : T extends "Array<number>" ? number[] : T extends `Array<number(${infer NumericUnion extends `${number}`})>` ? Array<SimpleTypeScalar$1<`number(${NumericUnion})`>> : T extends "Array<boolean>" ? boolean[] : T extends "Array<unknown>" ? unknown[] : never;
14469
- type SimpleTypeMap$1<T extends SimpleMapToken$1> = T extends "Map" ? Map<any, any> : T extends `Map<${infer Key extends MapKeys$1}, ${infer Value extends MapValues$1}>` ? Map<SimpleType$1<Key>, SimpleType$1<Value>> : never;
14470
- type SimpleTypeSet$1<T extends SimpleSetToken$1> = T extends "Set" ? Set<any> : T extends `Set<${infer Type extends SetTypes$1}>` ? Set<SimpleType$1<Type>> : never;
14471
- /**
14472
- * **SimpleType**`<T>`
14473
- *
14474
- * A type utility which takes a `SimpleToken` and converts it to
14475
- * it's _type_ in the type system.
14476
- *
14477
- * **Related:** `ToShapeToken`, `StructuredStringType`
14478
- */
14479
- type SimpleType$1<T extends SimpleToken$1> = T extends SimpleScalarToken$1 ? SimpleTypeScalar$1<T> : T extends SimpleDictToken$1 ? SimpleTypeDict$1<T> : T extends SimpleArrayToken$1 ? SimpleTypeArray$1<T> : T extends SimpleMapToken$1 ? SimpleTypeMap$1<T> : T extends SimpleSetToken$1 ? SimpleTypeSet$1<T> : T extends SimpleUnionToken$1 ? SimpleTypeUnion$1<T> : never;
14480
-
14481
- /**
14482
- * **SimpleToken**
14483
- *
14484
- * An enumeration of string values which point to _types_ in the
14485
- * the type system.
14486
- *
14487
- * **Related:**
14488
- * - `SimpleScalarToken`, `SimpleContainerToken`, `SimpleUnionToken`,
14489
- * - `TypeToken`
14490
- */
14491
- type SimpleToken$1 = SimpleScalarToken$1 | SimpleArrayToken$1 | SimpleDictToken$1 | SimpleMapToken$1 | SimpleSetToken$1 | SimpleUnionToken$1;
14492
14448
  /**
14493
14449
  * the _optional_ variants of the `SimpleScalarToken` type
14494
14450
  */
@@ -14497,30 +14453,12 @@ type OptionalSimpleScalarTokens$1 = typeof SIMPLE_OPT_SCALAR_TOKENS$1[number];
14497
14453
  * the _required_ variants of the `SimpleScalarToken` type
14498
14454
  */
14499
14455
  type RequiredSimpleScalarTokens$1 = typeof SIMPLE_SCALAR_TOKENS$1[number];
14500
- /**
14501
- * **SimpleScalarToken**
14502
- *
14503
- * A subset of the `SimpleToken` which may be more useful for building
14504
- * simple string literal values.
14505
- *
14506
- * **Note:** this includes both `RequiredSimpleScalarTokens` and `OptionalSimpleScalarTokens`.
14507
- */
14508
- type SimpleScalarToken$1 = RequiredSimpleScalarTokens$1 | OptionalSimpleScalarTokens$1;
14509
14456
  /**
14510
14457
  * **SimpleUnionToken**
14511
14458
  *
14512
14459
  * A subset of `SimpleToken` which represents union types.
14513
14460
  */
14514
14461
  type SimpleUnionToken$1 = typeof SIMPLE_UNION_TOKENS$1[number];
14515
- /**
14516
- * **BaseTypeToken**
14517
- *
14518
- * A very simple structure for `TypeTokens` to fit into.
14519
- *
14520
- * Use this type if you need to preserve type simplicity, otherwise
14521
- * prefer `TypeToken` (or subsets like `AtomicToken`, `SingletonToken`, etc.)
14522
- */
14523
- type BaseTypeToken$1 = `${TypeTokenStart$1}${string}${TypeTokenStop$1}`;
14524
14462
  /**
14525
14463
  * a subset of `SimpleContainerToken`
14526
14464
  */
@@ -14545,52 +14483,129 @@ type SimpleSetToken$1 = typeof SIMPLE_SET_TOKENS$1[number];
14545
14483
  */
14546
14484
  type SimpleContainerToken$1 = SimpleDictToken$1 | SimpleArrayToken$1 | SimpleMapToken$1 | SimpleArrayToken$1;
14547
14485
  /**
14548
- * TypeTokenAtomics
14486
+ * **SimpleScalarToken**
14549
14487
  *
14550
- * The token names which are considered "atomic"
14488
+ * A subset of the `SimpleToken` which may be more useful for building
14489
+ * simple string literal values.
14490
+ *
14491
+ * **Note:** this includes both `RequiredSimpleScalarTokens` and `OptionalSimpleScalarTokens`.
14492
+ */
14493
+ type SimpleScalarToken$1 = RequiredSimpleScalarTokens$1 | OptionalSimpleScalarTokens$1;
14494
+ /**
14495
+ * **SimpleToken**
14496
+ *
14497
+ * An enumeration of string values which point to _types_ in the
14498
+ * the type system.
14499
+ *
14500
+ * **Related:**
14501
+ * - `SimpleScalarToken`, `SimpleContainerToken`, `SimpleUnionToken`,
14502
+ * - `FromSimpleToken`, `FromDefn`
14503
+ * - `TypeToken`
14551
14504
  */
14552
- type TypeTokenAtomics$1 = typeof TT_Atomics$1[number];
14505
+ type SimpleToken$1 = SimpleScalarToken$1 | SimpleArrayToken$1 | SimpleDictToken$1 | SimpleMapToken$1 | SimpleSetToken$1 | SimpleUnionToken$1;
14506
+
14507
+ type SetTypes$1 = typeof SIMPLE_SET_TYPES$1[number];
14508
+ type MapKeys$1 = typeof SIMPLE_MAP_KEYS$1[number];
14509
+ type MapValues$1 = typeof SIMPLE_MAP_VALUES$1[number];
14510
+ type DictValues$1 = typeof SIMPLE_DICT_VALUES$1[number];
14553
14511
  /**
14554
- * **AtomicToken**
14512
+ * **SimpleTypeScalar**`<T>`
14555
14513
  *
14556
- * A fully formed `TypeToken` of the "atomic" type.
14514
+ * Converts a `SimpleScalarToken` into the _type_ it represents.
14557
14515
  */
14558
- type AtomicToken$1 = `<<${TypeTokenAtomics$1}>>`;
14559
- type TypeTokenContainers$1 = typeof TT_Containers$1[number];
14560
- type ContainerToken$1 = `<<${TypeTokenContainers$1}${string}>>`;
14561
- type UnionToken$1<_TEls extends readonly unknown[] = unknown[]> = `<<union::[ ${string} ]>>`;
14516
+ type SimpleTypeScalar$1<T extends SimpleScalarToken$1> = T extends "string" ? string : T extends `string(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToStrUnion$1<Literal> : Literal : T extends "number" ? number : T extends `number(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToUnion$1<Literal> : AsNumber$1<Literal> : T extends "boolean" ? boolean : T extends "true" ? true : T extends "false" ? false : T extends "null" ? null : T extends "any" ? any : T extends "undefined" ? undefined : T extends "unknown" ? unknown : T extends `Opt<${infer Underlying extends SimpleScalarToken$1}>` ? undefined | SimpleTypeScalar$1<Underlying> : never;
14517
+ /**
14518
+ * **SimpleTypeUnion**`<T>`
14519
+ *
14520
+ * Converts a `SimpleUnionToken` into the _type_ it represents.
14521
+ */
14522
+ type SimpleTypeUnion$1<T extends SimpleUnionToken$1> = T extends "opt(string)" ? string | undefined : T extends "opt(number)" ? number | undefined : T extends "opt(boolean)" ? boolean | undefined : T extends "opt(unknown)" ? unknown | undefined : T extends `opt(${infer Literal extends string})` ? Literal extends `${string},${string}` ? TupleToUnion$1<CsvToTuple$1<Literal>> | undefined : UnderlyingType$1<Literal> | undefined : T extends `Union(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToTuple$1<Literal> : Literal : never;
14523
+ type SimpleTypeDict$1<T extends SimpleDictToken$1> = T extends `Dict` ? Dictionary$1 : T extends `Dict<string, ${infer Value extends DictValues$1 & SimpleScalarToken$1}>` ? Dictionary$1<string, SimpleTypeScalar$1<Value>> : T extends `Dict<{${infer K}: ${infer V}, ${infer K2}: ${infer V2}}>` ? V extends SimpleScalarToken$1 ? V2 extends SimpleScalarToken$1 ? ExpandDictionary$1<Record<K, SimpleTypeScalar$1<V>> & Record<K2, SimpleTypeScalar$1<V2>> & Dictionary$1> : ExpandDictionary$1<Record<K, SimpleTypeScalar$1<V>> & Dictionary$1> : V2 extends SimpleScalarToken$1 ? ExpandDictionary$1<Record<K2, SimpleTypeScalar$1<V2>> & Dictionary$1> : never : T extends `Dict<{${infer Key}: ${infer Value}}>` ? Value extends SimpleScalarToken$1 ? ExpandDictionary$1<Record<Key, SimpleTypeScalar$1<Value>> & Dictionary$1> : never : never;
14524
+ type SimpleTypeArray$1<T extends SimpleArrayToken$1> = T extends "Array" ? any[] : T extends "Array<string>" ? string[] : T extends `Array<string(${infer StringUnion})>` ? Array<SimpleTypeScalar$1<`string(${StringUnion})`>> : T extends "Array<number>" ? number[] : T extends `Array<number(${infer NumericUnion extends `${number}`})>` ? Array<SimpleTypeScalar$1<`number(${NumericUnion})`>> : T extends "Array<boolean>" ? boolean[] : T extends "Array<unknown>" ? unknown[] : never;
14525
+ type SimpleTypeMap$1<T extends SimpleMapToken$1> = T extends "Map" ? Map<any, any> : T extends `Map<${infer Key extends MapKeys$1}, ${infer Value extends MapValues$1}>` ? Map<SimpleType$1<Key>, SimpleType$1<Value>> : never;
14526
+ type SimpleTypeSet$1<T extends SimpleSetToken$1> = T extends "Set" ? Set<any> : T extends `Set<${infer Type extends SetTypes$1}>` ? Set<SimpleType$1<Type>> : never;
14562
14527
  /**
14563
- * **UnionSetToken**
14528
+ * **SimpleType**`<T>`
14529
+ *
14530
+ * A type utility which takes a `SimpleToken` and converts it to
14531
+ * it's _type_ in the type system.
14564
14532
  *
14565
- * - static `<<union-set::`, then
14566
- * - set _name_ `${string}`, then
14567
- * - static `::[ `, then
14568
- * - set _parameters_ `${string}`, then
14569
- * - static ` ]>>`
14533
+ * **Related:** `ToShapeToken`, `StructuredStringType`
14570
14534
  */
14571
- type UnionSetToken$1 = `<<union-set::${string}::[ ${string} ]>>`;
14572
- type ObjectToken$1 = `<<obj::{ ${string} }>>`;
14573
- type TupleToken$1 = `<<tuple::[ ${string} ]>>`;
14574
- type ArrayToken$1 = `<<arr::${BaseTypeToken$1}>>`;
14575
- type RecordToken$1 = `<<rec::${BaseTypeToken$1}::${BaseTypeToken$1}>>`;
14576
- type SetToken$1 = `<<set::${BaseTypeToken$1}>>`;
14577
- type MapToken$1 = `<<map::${BaseTypeToken$1}::${BaseTypeToken$1}>>`;
14578
- type WeakMapToken$1 = `<<weak::${BaseTypeToken$1}::${BaseTypeToken$1}>>`;
14579
- type FnToken$1 = `<<fn::${string}::${BaseTypeToken$1}>>`;
14580
- type GeneratorToken$1 = `<<gen::${string}::${BaseTypeToken$1}>>`;
14581
- type TypeTokenFunctions$1 = typeof TT_Functions$1[number];
14582
- type TypeTokenSingletons$1 = typeof TT_Singletons$1[number];
14535
+ type SimpleType$1<T extends SimpleToken$1> = T extends SimpleScalarToken$1 ? SimpleTypeScalar$1<T> : T extends SimpleDictToken$1 ? SimpleTypeDict$1<T> : T extends SimpleArrayToken$1 ? SimpleTypeArray$1<T> : T extends SimpleMapToken$1 ? SimpleTypeMap$1<T> : T extends SimpleSetToken$1 ? SimpleTypeSet$1<T> : T extends SimpleUnionToken$1 ? SimpleTypeUnion$1<T> : never;
14536
+
14537
+ type MakeDynamic$1<T extends readonly string[]> = {
14538
+ [K in keyof T]: ReplaceAll$1<ReplaceAll$1<T[K], "${string}", `${string}`>, "${Metric}", MetricCategory$1>;
14539
+ };
14583
14540
  /**
14584
- * **SingletonToken**
14541
+ * Type extensions for the `string` variant
14542
+ *
14543
+ * Allow for wide "string", or a string literal.
14544
+ */
14545
+ type TypeToken__String$1 = `${string}`;
14546
+ type TypeToken__StringSet$1 = MakeDynamic$1<typeof TYPE_TOKEN_STRING_SET_VARIANTS$1>[number];
14547
+ /**
14548
+ * Type extensions for the `number` variant.
14549
+ *
14550
+ * Allow for wide "number", a numeric literal.
14551
+ */
14552
+ type TypeToken__Number$1 = `::${number}`;
14553
+ type TypeToken__NumberSet$1 = "bigInt" | `bigInt::${bigint}` | "digit" | `digit::${2 | 3 | 4}` | "integer";
14554
+ type params$1 = string;
14555
+ type rtn$1 = string;
14556
+ type D$1 = TypeTokenDelimiter$1;
14557
+ type TypeToken__Fn$1 = `[${params$1}]` | `[${params$1}]${D$1}${rtn$1}` | `any::${rtn$1}`;
14558
+ type TypeToken__Gen$1 = `[${params$1}]` | `[${params$1}]${D$1}${rtn$1}` | `gen${D$1}any${D$1}${rtn$1}`;
14559
+ type TypeToken__FnSet$1 = `withoutParams` | `withoutParams${D$1}${rtn$1}` | `booleanLogic` | `booleanLogic${D$1}[${params$1}]`;
14560
+ type RecVariant$1 = typeof TYPE_TOKEN_REC_VARIANTS$1[number];
14561
+ type RecKeyVariant$1 = typeof TYPE_TOKEN_REC_KEY_VARIANTS$1[number];
14562
+ type TypeToken__Rec$1 = `${RecVariant$1}${D$1}${RecKeyVariant$1}` | `${D$1}kv${D$1}${string}` | `${D$1}kv${D$1}${string}${D$1}${"withUnknownIndex" | "withAnyIndex"}`;
14563
+ type TypeToken__Undefined$1 = "";
14564
+ type TypeToken__Null$1 = "";
14565
+ type TypeToken__Boolean$1 = "";
14566
+ type TypeToken__True$1 = "";
14567
+ type TypeToken__False$1 = "";
14568
+ type TypeToken__Never$1 = "";
14569
+ type TypeToken__Unknown$1 = "";
14570
+ type TypeToken__UnionSet$1 = typeof TYPE_TOKEN_UNION_SET_VARIANTS$1[number];
14571
+ interface _TypeTokenLookup$1 {
14572
+ "string": TypeToken__String$1;
14573
+ "string-set": TypeToken__StringSet$1;
14574
+ "number": TypeToken__Number$1;
14575
+ "number-set": TypeToken__NumberSet$1;
14576
+ "undefined": TypeToken__Undefined$1;
14577
+ "null": TypeToken__Null$1;
14578
+ "boolean": TypeToken__Boolean$1;
14579
+ "true": TypeToken__True$1;
14580
+ "false": TypeToken__False$1;
14581
+ "never": TypeToken__Never$1;
14582
+ "unknown": TypeToken__Unknown$1;
14583
+ "fn": TypeToken__Fn$1;
14584
+ "fn-set": TypeToken__FnSet$1;
14585
+ "gen": TypeToken__Gen$1;
14586
+ "rec": TypeToken__Rec$1;
14587
+ "arr": "";
14588
+ "map": "";
14589
+ "weak": "";
14590
+ "union": "";
14591
+ "union-set": TypeToken__UnionSet$1;
14592
+ }
14593
+ /**
14594
+ * **TypeTokenLookup**`<T>`
14585
14595
  *
14586
- * Shapes:
14587
- * - Wide: `<<string>>` or `<<number>>`
14588
- * - Literal: `<<string::{string}>` or `<number::{number}>`
14589
- * - Union Literal: `<<string::{UnionToken}>>`
14590
- * - Sets: `<<string-set::[set]::[...params]>`
14596
+ * Adds allowed string literal variants for a given `TypeTokenKind`
14591
14597
  */
14592
- type SingletonToken$1 = `<<${TypeTokenSingletons$1}>>` | `<<${TypeTokenSingletons$1}::${string}>>` | `<<${TypeTokenSingletons$1}::${UnionToken$1}>>` | `<<string-set::${string}::[${string}]>>` | `<<number-set::${string}::[${string}]>>`;
14593
- type TypeTokenSets$1 = typeof TT_Sets$1[number];
14598
+ type TypeTokenLookup$1<T extends TypeTokenKind$1> = T extends keyof _TypeTokenLookup$1 ? _TypeTokenLookup$1[T] : "";
14599
+ /**
14600
+ * TypeTokenAtomics
14601
+ *
14602
+ * The token names which are considered "atomic"
14603
+ */
14604
+ type TypeTokenAtomics$1 = typeof TT_ATOMICS$1[number];
14605
+ type TypeTokenContainers$1 = typeof TT_CONTAINERS$1[number];
14606
+ type TypeTokenFunctions$1 = typeof TT_FUNCTIONS$1[number];
14607
+ type TypeTokenSingletons$1 = typeof TT_SINGLETONS$1[number];
14608
+ type TypeTokenSets$1 = typeof TT_SETS$1[number];
14594
14609
  /**
14595
14610
  * **TypeTokenKind**
14596
14611
  *
@@ -14607,24 +14622,32 @@ type TypeTokenStart$1 = typeof TT_START$1;
14607
14622
  * string which indicates the end of a `TypeToken`
14608
14623
  */
14609
14624
  type TypeTokenStop$1 = typeof TT_STOP$1;
14625
+ /** the _delimiter_ token used in a `TypeToken` */
14626
+ type TypeTokenDelimiter$1 = typeof TT_DELIMITER$1;
14627
+ type Delim$1 = TypeTokenDelimiter$1;
14610
14628
  /**
14611
14629
  * **TypeToken**
14612
14630
  *
14631
+ * A **TypeToken** represents the general shape of all variants of the
14632
+ * TypeToken family. Variants are distinguished at the highest level
14633
+ * by their `TypeTokenKind`.
14613
14634
  *
14635
+ * You can use the generic `T` to isolate to one or more of these kinds
14636
+ * if you like but by default all are represented.
14614
14637
  */
14615
- type TypeToken$1<T extends TypeTokenKind$1 = TypeTokenKind$1> = `${TypeTokenStart$1}${T}${"" | `::${string}`}${TypeTokenStop$1}`;
14616
-
14617
- type ProcessSimple$1<T extends SimpleToken$1 | TypeToken$1> = T extends SimpleToken$1 ? SimpleType$1<T> : never;
14618
- type Iterate$8<T extends readonly SimpleToken$1[], TResult = never> = [] extends T ? TResult : Iterate$8<AfterFirst$1<T>, TResult & (First$1<T> extends SimpleScalarToken$1 ? SimpleTypeScalar$1<First$1<T>> : First$1<T> extends SimpleDictToken$1 ? SimpleTypeDict$1<First$1<T>> : First$1<T> extends SimpleMapToken$1 ? SimpleTypeMap$1<First$1<T>> : First$1<T> extends SimpleSetToken$1 ? SimpleTypeSet$1<First$1<T>> : First$1<T> extends SimpleArrayToken$1 ? SimpleTypeArray$1<First$1<T>> : First$1<T> extends SimpleUnionToken$1 ? SimpleTypeUnion$1<First$1<T>> : never)>;
14638
+ type TypeToken$1<T extends TypeTokenKind$1 = TypeTokenKind$1> = IsEqual$1<T, TypeTokenKind$1> extends true ? `${TypeTokenStart$1}${T}${"" | `${Delim$1}${string}`}${TypeTokenStop$1}` : T extends TypeTokenKind$1 ? IsUnion$1<T> extends true ? null : T extends TypeTokenSets$1 ? `${TypeTokenStart$1}${T}${Delim$1}${TypeTokenLookup$1<T>}${TypeTokenStop$1}` : T extends TypeTokenAtomics$1 ? `${TypeTokenStart$1}${T}${TypeTokenStop$1}` : `${TypeTokenStart$1}${T}${TypeTokenStop$1}` | `${TypeTokenStart$1}${T}${Delim$1}${TypeTokenLookup$1<T>}${TypeTokenStop$1}` : never;
14619
14639
  /**
14620
- * **AsType**`<T>`
14621
- *
14622
- * converts either a `SimpleToken` or a `TypeToken` into the
14623
- * _type_ it represents.
14624
- *
14625
- * NOTE: only implemented for `SimpleToken` at the moment.
14640
+ * the shape of `TypeToken` variants which represent one of the Singleton variants
14626
14641
  */
14627
- type AsType$1<T extends SimpleToken$1 | readonly SimpleToken$1[] | TypeToken$1> = T extends readonly SimpleToken$1[] ? Iterate$8<T> : T extends SimpleToken$1 ? ProcessSimple$1<T> : never;
14642
+ type TT_Singleton$1 = TypeToken$1<TypeTokenSingletons$1>;
14643
+ /** the shape of `TypeToken` variants which represent one of the Atomic variants */
14644
+ type TT_Atomic$1 = TypeToken$1<TypeTokenAtomics$1>;
14645
+ /** the shape of `TypeToken` variants which a "set" of pattern based types */
14646
+ type TT_Set$1 = TypeToken$1<TypeTokenSets$1>;
14647
+ /** the shape of `TypeToken` variants which represent a function */
14648
+ type TT_Function$1 = TypeToken$1<TypeTokenFunctions$1>;
14649
+ /** the shape of `TypeToken` variants which represent a container */
14650
+ type TT_Container$1 = TypeToken$1<TypeTokenContainers$1>;
14628
14651
  /**
14629
14652
  * **Shape**
14630
14653
  *
@@ -14795,22 +14818,27 @@ interface ShapeApi__Functions$1 {
14795
14818
  done: () => AsLiteralFn$1<FromDefn$1<TArgs>>;
14796
14819
  });
14797
14820
  }
14821
+ /** used in Shape callbacks */
14798
14822
  type RecordKeyWideTokens$1 = "string" | "symbol" | "string | symbol";
14823
+ type FromSimpleRecordKey$1<T extends RecordKeyWideTokens$1> = T extends "string" ? string : T extends "symbol" ? symbol : T extends "string | symbol" ? string | symbol : never;
14824
+ type RecordKeyDefn$1 = RecordKeyWideTokens$1 | ShapeCallback$1;
14825
+ type FromRecordKeyDefn$1<T extends RecordKeyDefn$1> = T extends ShapeCallback$1 ? FromShapeCallback$1<T> extends ObjectKey$1 ? FromShapeCallback$1<T> : never : T extends "string" ? string : T extends "symbol" ? symbol : T extends "string | symbol" ? string | symbol : never;
14799
14826
  /**
14800
14827
  * An input type for defining an object's "key".
14801
14828
  *
14802
14829
  * Note: use of `FromDefn<T>` will translate this into the actual key value.
14803
14830
  */
14804
14831
  type ObjKeyDefn$1 = RecordKeyWideTokens$1 | ShapeCallback$1;
14805
- type ArrayTypeDefn$1 = "string[]" | "number[]" | "boolean[]" | "unknown[]" | ShapeCallback$1;
14832
+ type FromObjKeyDefn$1<T extends ObjKeyDefn$1> = T extends ShapeCallback$1 ? FromShapeCallback$1<T> extends ObjectKey$1 ? FromShapeCallback$1<T> : never : FromRecordKeyDefn$1<T>;
14833
+ type ArrayTypeDefn$1 = "Array<string>" | "Array<number>" | "Array<boolean>" | "Array<unknown>" | ShapeCallback$1;
14806
14834
  type RecordValueTypeDefn$1 = ShapeCallback$1 | WideTokenNames$1;
14807
14835
  type MapKeyDefn$1 = ShapeCallback$1 | WideTokenNames$1;
14808
14836
  type MapValueDefn$1 = ShapeCallback$1 | WideTokenNames$1;
14809
14837
  type WeakMapKeyDefn$1 = WideContainerNames$1 | ShapeCallback$1;
14810
14838
  type WeakMapValueDefn$1 = ShapeCallback$1 | WideTokenNames$1;
14811
14839
  interface ShapeApi__WideContainers$1 {
14812
- record: <TKey extends ObjKeyDefn$1 = "string | symbol", TValue extends RecordValueTypeDefn$1 = "unknown">(key?: TKey, value?: TValue) => Record<FromDefn$1<TKey>, FromDefn$1<TValue>>;
14813
- array: <T extends ArrayTypeDefn$1 = "unknown[]">(type?: T) => AsArray$1<FromDefn$1<T>>;
14840
+ record: <TKey extends ObjKeyDefn$1 = "string | symbol", TValue extends RecordValueTypeDefn$1 = "unknown">(key?: TKey, value?: TValue) => TKey extends string | symbol ? Record<FromObjKeyDefn$1<TKey>, FromDefn$1<TValue>> : never;
14841
+ array: <T extends ArrayTypeDefn$1 = "Array<unknown>">(type?: T) => AsArray$1<FromDefn$1<T>>;
14814
14842
  set: <T extends WideTokenNames$1 | ShapeCallback$1 = "unknown">(type?: T) => T extends ShapeCallback$1 ? Set<HandleDoneFn$1<ReturnType<T>>> : T extends WideTokenNames$1 ? Set<FromDefn$1<T>> : Set<unknown>;
14815
14843
  map: <TKey extends MapKeyDefn$1 = "unknown", TValue extends MapValueDefn$1 = "unknown">(key?: TKey, value?: TValue) => Map<FromDefn$1<TKey>, FromDefn$1<TValue>>;
14816
14844
  weakMap: <TKey extends WeakMapKeyDefn$1 = "object", TValue extends WeakMapValueDefn$1 = "unknown">(key?: TKey, value?: TValue) => WeakMap<As$1<FromDefn$1<TKey>, Container$1>, FromDefn$1<TValue>>;
@@ -14926,7 +14954,7 @@ type TypeTuple$1<TType extends Narrowable$1 = Narrowable$1, TDesc extends string
14926
14954
  * }
14927
14955
  * ```
14928
14956
  *
14929
- * - typically used though a function of type `DefineObjectApi`
14957
+ * - typically used alongside `FromDefn` or `FromDefineObject`
14930
14958
  */
14931
14959
  interface DefineObject$1 {
14932
14960
  [key: string]: SimpleToken$1 | ShapeCallback$1;
@@ -15488,7 +15516,7 @@ declare function getYesterday(): Iso8601Date$1<"explicit">;
15488
15516
  */
15489
15517
  declare function isLeapYear(val: NumberLike$1 | Record<string, any> | Date | number): boolean;
15490
15518
 
15491
- type Returns$1<T extends DefineObject$1, P extends readonly (keyof T & string)[]> = P["length"] extends 0 ? FromDefineObject$1<T> : MakeKeysOptional$1<T, P> extends DefineObject$1 ? FromDefineObject$1<MakeKeysOptional$1<T, P>> : never;
15519
+ type Returns$2<T extends DefineObject$1, P extends readonly (keyof T & string)[]> = P["length"] extends 0 ? FromDefineObject$1<T> : MakeKeysOptional$1<T, P> extends DefineObject$1 ? FromDefineObject$1<MakeKeysOptional$1<T, P>> : never;
15492
15520
  /**
15493
15521
  * Takes an object definition where the values are either
15494
15522
  * `SimpleToken` representations of a type or a `ShapeCallback`.
@@ -15496,7 +15524,7 @@ type Returns$1<T extends DefineObject$1, P extends readonly (keyof T & string)[]
15496
15524
  * In both cases the runtime type is left unchanged but the
15497
15525
  * type is converted to represent the designed object shape.
15498
15526
  */
15499
- declare function defineObject<T extends DefineObject$1, P extends readonly (keyof T & string)[]>(defn: T, ..._optProps: P): Returns$1<T, P>;
15527
+ declare function defineObject<T extends DefineObject$1, P extends readonly (keyof T & string)[]>(defn: T, ..._optProps: P): Returns$2<T, P>;
15500
15528
 
15501
15529
  /**
15502
15530
  * **entries**
@@ -15883,6 +15911,14 @@ type ConversionResult<TConvert extends Partial<ConverterDefn$1<any, any, any, an
15883
15911
  */
15884
15912
  declare function createConverter<TStr extends Narrowable$1 = never, TNum extends Narrowable$1 = never, TBool extends Narrowable$1 = never, TObj extends Narrowable$1 = never, TTuple extends Narrowable$1 = never, TNothing extends Narrowable$1 = never>(mapper: Partial<ConverterDefn$1<TStr, TNum, TBool, TObj, TTuple, TNothing>>): <TInput extends Narrowable$1 | Tuple$1>(input: TInput) => ConversionResult<typeof mapper, TInput>;
15885
15913
 
15914
+ /**
15915
+ * **createFixedLengthArray**`(content, quantity)`
15916
+ *
15917
+ * Provides a type strong array of duplicates of what was
15918
+ * passed in as `content`
15919
+ */
15920
+ declare function createFixedLengthArray<T extends Narrowable$1, C extends number>(content: T, quantity: C): FixedLengthArray$1<T, C>;
15921
+
15886
15922
  declare const filter = "NOT READY";
15887
15923
 
15888
15924
  /**
@@ -15969,7 +16005,7 @@ declare function logicalReturns<TConditions extends readonly (boolean | LogicFun
15969
16005
  */
15970
16006
  declare function reverse<T extends readonly unknown[]>(list: T): Reverse$1<T>;
15971
16007
 
15972
- type Rtn$1<T extends readonly K[] | K[] | undefined, K extends Narrowable$1> = IsUndefined$1<T> extends true ? undefined : T extends readonly K[] | K[] ? IsEqual$1<T["length"], number> extends true ? undefined | string : T["length"] extends 0 ? undefined : First$1<T> : never;
16008
+ type Rtn$2<T extends readonly K[] | K[] | undefined, K extends Narrowable$1> = IsUndefined$1<T> extends true ? undefined : T extends readonly K[] | K[] ? IsEqual$1<T["length"], number> extends true ? undefined | string : T["length"] extends 0 ? undefined : First$1<T> : never;
15973
16009
  /**
15974
16010
  * **shift**(list)
15975
16011
  *
@@ -15987,7 +16023,7 @@ type Rtn$1<T extends readonly K[] | K[] | undefined, K extends Narrowable$1> = I
15987
16023
  * `createLifoQueue()` or `createFifoQueue()`
15988
16024
  *
15989
16025
  */
15990
- declare function shift<T extends readonly K[] | K[] | undefined, K extends Narrowable$1>(list: T): Rtn$1<T, K>;
16026
+ declare function shift<T extends readonly K[] | K[] | undefined, K extends Narrowable$1>(list: T): Rtn$2<T, K>;
15991
16027
 
15992
16028
  /**
15993
16029
  * **slice**(list, start, end)
@@ -16045,13 +16081,13 @@ declare function capitalize<T extends string>(str: T): Capitalize<T>;
16045
16081
  */
16046
16082
  declare function cssColor<TColorSpace extends CssColorSpace$1, TV1 extends ColorFnValue$1, TV2 extends ColorFnValue$1, TV3 extends ColorFnValue$1, TOp extends undefined | ColorFnOptOpacity$1>(color: TColorSpace, v1: TV1, v2: TV2, v3: TV3, opacity?: TOp): CssColorFn$1<TColorSpace, TV1, TV2, TV3, TOp extends ` / ${number}` ? TOp : "">;
16047
16083
 
16048
- type Rtn<TColor extends TwColor$1, TLum extends TwLuminosity$1> = TLum extends keyof TwLuminosityLookup$1 ? TLum extends keyof TwChromaLookup$1 ? TColor extends keyof TwHue$1 ? `oklch(${TwLuminosityLookup$1[TLum]} ${TwChromaLookup$1[TLum]} ${TwHue$1[TColor]}) ` : never : never : never;
16084
+ type Rtn$1<TColor extends TwColor$1, TLum extends TwLuminosity$1> = TLum extends keyof TwLuminosityLookup$1 ? TLum extends keyof TwChromaLookup$1 ? TColor extends keyof TwHue$1 ? `oklch(${TwLuminosityLookup$1[TLum]} ${TwChromaLookup$1[TLum]} ${TwHue$1[TColor]}) ` : never : never : never;
16049
16085
  /**
16050
16086
  * Provides a Tailwind Color using the `oklch` color
16051
16087
  * specification. The output is intended to put into
16052
16088
  * a CSS property.
16053
16089
  */
16054
- declare function twColor<TColor extends TwColor$1, TLum extends TwLuminosity$1>(color: TColor, luminosity: TLum): Rtn<TColor, TLum>;
16090
+ declare function twColor<TColor extends TwColor$1, TLum extends TwLuminosity$1>(color: TColor, luminosity: TLum): Rtn$1<TColor, TLum>;
16055
16091
 
16056
16092
  /**
16057
16093
  * **ensureLeading**(content, strip)
@@ -16091,16 +16127,16 @@ type _Index<T extends readonly string[], IF, ELSE, Results extends readonly unkn
16091
16127
  ...Results,
16092
16128
  If$1<Extends$1<T, LowerAlphaChar$1>, IF, ELSE>
16093
16129
  ]>;
16094
- type Returns$2<T extends string | readonly string[], IF, ELSE> = T extends string ? If$1<Extends$1<T, LowerAlphaChar$1>, IF, ELSE> : T extends readonly string[] ? _Index<T, IF, ELSE> : never;
16130
+ type Returns$1<T extends string | readonly string[], IF, ELSE> = T extends string ? If$1<Extends$1<T, LowerAlphaChar$1>, IF, ELSE> : T extends readonly string[] ? _Index<T, IF, ELSE> : never;
16095
16131
  /**
16096
16132
  * **ifLowercaseChar**(ch)
16097
16133
  *
16098
16134
  * Tests whether a passed in character is lowercase and then uses the appropriate callback to
16099
16135
  * mutate the value.
16100
16136
  */
16101
- declare function ifLowercaseChar<T extends string, IF, ELSE>(ch: T, callbackForMatch: <V extends T>(v: V) => IF, callbackForNoMatch: <V extends T>(v: V) => ELSE): Returns$2<T, IF, ELSE>;
16137
+ declare function ifLowercaseChar<T extends string, IF, ELSE>(ch: T, callbackForMatch: <V extends T>(v: V) => IF, callbackForNoMatch: <V extends T>(v: V) => ELSE): Returns$1<T, IF, ELSE>;
16102
16138
 
16103
- type Convert$3<T, IF, ELSE> = If$1<Extends$1<T, UpperAlphaChar$1>, IF, ELSE>;
16139
+ type Convert$4<T, IF, ELSE> = If$1<Extends$1<T, UpperAlphaChar$1>, IF, ELSE>;
16104
16140
  /**
16105
16141
  * **ifUppercaseChar**(ch, callbackForMatch, callbackForNoMatch)
16106
16142
  *
@@ -16111,7 +16147,23 @@ type Convert$3<T, IF, ELSE> = If$1<Extends$1<T, UpperAlphaChar$1>, IF, ELSE>;
16111
16147
  */
16112
16148
  declare function ifUppercaseChar<T extends string, IF extends Narrowable$1, ELSE extends Narrowable$1>(
16113
16149
  /** the character to be tested */
16114
- ch: T & IsSingleChar$1<T> extends true ? T : never, callbackForMatch: ValueCallback$1<T, IF>, callbackForNoMatch: ValueCallback$1<T, ELSE>): Convert$3<T, IF, ELSE>;
16150
+ ch: T & IsSingleChar$1<T> extends true ? T : never, callbackForMatch: ValueCallback$1<T, IF>, callbackForNoMatch: ValueCallback$1<T, ELSE>): Convert$4<T, IF, ELSE>;
16151
+
16152
+ type Ext = "string" | "number" | "boolean";
16153
+ type InferenceVars<T extends string, V extends readonly [str: string[], num: string[], bool: string[]] = [[], [], []]> = T extends `${string}{{${OptSpace$1}infer ${infer Var} extends ${infer Type extends Ext}${OptSpace$1}}}${infer REST}` ? Type extends "number" ? InferenceVars<REST, [V[0], [...V[1], Var], V[2]]> : Type extends "boolean" ? InferenceVars<REST, [V[0], V[1], [...V[2], Var]]> : InferenceVars<REST, [[...V[0], Var], V[1], V[2]]> : T extends `${string}{{${OptSpace$1}infer ${infer Var}${OptSpace$1}as ${infer Type extends Ext}${OptSpace$1}}}${infer REST}` ? Type extends "number" ? InferenceVars<REST, [V[0], [...V[1], Var], V[2]]> : Type extends "boolean" ? InferenceVars<REST, [V[0], V[1], [...V[2], Var]]> : InferenceVars<REST, [[...V[0], Var], V[1], V[2]]> : T extends `${string}{{${OptSpace$1}infer ${infer Var}${OptSpace$1}}}${infer REST}` ? InferenceVars<REST, [[...V[0], Var], V[1], V[2]]> : V;
16154
+ type StrVars<T extends string> = InferenceVars<T>[0];
16155
+ type NumVars<T extends string> = InferenceVars<T>[1];
16156
+ type BoolVars<T extends string> = InferenceVars<T>[2];
16157
+ type Shape$2<T extends string> = ExpandDictionary$1<Record<StrVars<T>[number], string> & Record<NumVars<T>[number], number> & Record<BoolVars<T>[number], boolean>>;
16158
+ type Lit$1 = "string" | "number" | "boolean";
16159
+ type LiteralSections<T extends string, V extends Lit$1[] = []> = T extends `${string}{{${OptSpace$1}${infer Section extends Lit$1}${OptSpace$1}}}${infer REST}` ? LiteralSections<REST, [...V, Section]> : V;
16160
+ /**
16161
+ * Boolean operator which indicates whether the string literal has any dynamic segments or not
16162
+ */
16163
+ type IsDynamic<T extends string> = LiteralSections<T>["length"] extends 0 ? InferenceVars<T>["length"] extends 0 ? false : true : true;
16164
+ type GetInference<TPattern extends string> = <T extends string>(test: T) => Shape$2<TPattern> | false;
16165
+ type Returns$3<T extends string> = IsDynamic<T> extends true ? GetInference<T> : never;
16166
+ declare function infer<TTempl extends string>(inference: TTempl): Returns$3<TTempl>;
16115
16167
 
16116
16168
  /**
16117
16169
  * Takes an object as input --which has an `id` property and returns it as the same
@@ -16549,6 +16601,8 @@ declare function tuple<N extends Narrowable$1, K extends PropertyKey, T extends
16549
16601
  */
16550
16602
  declare function uncapitalize<T extends string>(str: T): Uncapitalize<T>;
16551
16603
 
16604
+ declare const unset: Unset$1;
16605
+
16552
16606
  /**
16553
16607
  * **uppercase**()
16554
16608
  *
@@ -16771,33 +16825,69 @@ declare function shape<T extends ShapeCallback$1>(cb: T): HandleDoneFn$1<ReturnT
16771
16825
  */
16772
16826
  declare function isShape(v: unknown): v is Shape$1;
16773
16827
 
16774
- type BaseReturn<TBase extends TypeTokenKind$1> = TBase extends TypeTokenAtomics$1 ? `<<${TBase}>>` : TBase extends TypeTokenSingletons$1 ? SingletonClosure<TBase> : unknown;
16828
+ /**
16829
+ * A token representation of a **Parameter** definition inside
16830
+ * of a function token definition.
16831
+ */
16832
+ type FnParam = string & {
16833
+ __brand: `parameter for function`;
16834
+ };
16835
+ type FnParams<T> = T extends readonly unknown[] ? IsLiteral$1<T["length"]> extends true ? Join$1<FixedLengthArray$1<FnParam, T["length"]>, ", "> : string : never;
16836
+ /**
16837
+ * A token representation of a **Parameter** definition inside
16838
+ * of a function token definition.
16839
+ */
16840
+ type GenParam = string & {
16841
+ __brand: `parameter for generator function`;
16842
+ };
16843
+ type GenParams<T> = T extends readonly unknown[] ? IsLiteral$1<T["length"]> extends true ? Join$1<FixedLengthArray$1<GenParam, T["length"]>, ", "> : string : never;
16844
+ type Rtn = string & {
16845
+ __brand: `return type for a function`;
16846
+ };
16847
+
16848
+ type VariantClosure<TVariant extends TypeTokenKind$1> = TVariant extends TypeTokenAtomics$1 ? `<<${TVariant}>>` : TVariant extends TypeTokenSingletons$1 ? SingletonClosure<TVariant> : TVariant extends TypeTokenSets$1 ? TokenSetClosure<TVariant> : TVariant extends TypeTokenFunctions$1 ? TokenFunctionClosure<TVariant, Unset$1, Unset$1> : TVariant extends TypeTokenContainers$1 ? TokenContainerClosure<TVariant> : never;
16775
16849
  type UnionClosure = <T extends readonly unknown[]>(...elements: T) => `union::[${Join$1<T, ", ">}]`;
16776
16850
  /**
16777
16851
  * **SingletonClosure**
16778
16852
  *
16779
16853
  * Closes out the `string` or `number` base types to conclude as
16780
- * either a wide type or a string literal. It does allow for multiple
16781
- * literal values and in this case will need to add a union token as
16782
- * a parameter
16854
+ * a valid Singleton Token.
16855
+ */
16856
+ interface SingletonClosure<T extends "string" | "number"> {
16857
+ wide: () => `<<${T}>>`;
16858
+ literal: <TLit extends T extends "string" ? string : number>(val: TLit) => `<<${T}::${TLit}>>`;
16859
+ }
16860
+ /**
16861
+ * **TokenSetClosure**
16783
16862
  *
16784
- * ```ts
16785
- * // <<string>>
16786
- * const a = closure<"string">();
16787
- * // <<string::foo>>
16788
- * const b = closure<"string">("foo");
16789
- * // <<string::${UnionClosure("foo", "bar")}>>
16790
- * const c = closure<"string">("foo","bar");
16791
- * ```
16863
+ * Closes out the `string` or `number` base types to conclude as
16864
+ * a valid Singleton Token.
16792
16865
  */
16793
- type SingletonClosure<T extends "string" | "number"> = <TLit extends readonly SimpleType$1<T>[]>(...literals: TLit) => If$1<IsLength$1<TLit, 0>, `<<${T}>>`, If$1<IsLength$1<TLit, 1>, `<<${T}::${TLit[0]}>>`, `<<${T}::>>`>>;
16866
+ type TokenSetClosure<T extends TypeTokenSets$1> = <P extends TypeTokenLookup$1<T>>(_p: P) => any;
16867
+ type TokenContainerClosure<_T> = any;
16868
+ /**
16869
+ * Closes out the definition of a `TypeToken` for a _function_ based token
16870
+ */
16871
+ interface TokenFunctionClosure<T extends TypeTokenFunctions$1, P extends (readonly (SimpleToken$1 | ShapeCallback$1)[]) | Unset$1, R extends Unset$1 | SimpleToken$1 | ShapeCallback$1> {
16872
+ params: P extends Unset$1 ? <TParams extends (readonly (SimpleToken$1 | ShapeCallback$1)[])>(...p: TParams) => TokenFunctionClosure<T, TParams, R> : never;
16873
+ returns: R extends Unset$1 ? <TReturns extends SimpleToken$1 | ShapeCallback$1>(r: TReturns) => TokenFunctionClosure<T, P, TReturns> : never;
16874
+ done: () => IsUnset$1<P> extends true ? IsUnset$1<R> extends true ? `<<${T}>>` : `<<${T}::any::${string}>>` : IsUnset$1<R> extends true ? `<<${T}::${string}>>` : `<<${T}::${string}>>`;
16875
+ }
16794
16876
  /**
16795
16877
  * **createTypeToken**`(base) => (secondary) => ...`
16796
16878
  *
16797
16879
  * A higher order function designed to creating a valid
16798
16880
  * `TypeToken` simple through a compound process.
16799
16881
  */
16800
- declare function createTypeToken<TBase extends TypeTokenAtomics$1 | TypeTokenSingletons$1>(base: TBase): BaseReturn<TBase>;
16882
+ declare function createTypeToken<TBase extends TypeTokenKind$1>(kind: TBase): VariantClosure<TBase>;
16883
+
16884
+ /**
16885
+ * **getTokenKind**`(token)`
16886
+ *
16887
+ * Given a `TypeToken`, this function will extract the
16888
+ * `kind` variant name.
16889
+ */
16890
+ declare function getTokenKind<T extends TypeToken$1>(token: T): TypeTokenKind$1;
16801
16891
 
16802
16892
  /**
16803
16893
  * **simpleToken**`(token)`
@@ -17464,8 +17554,10 @@ declare function isArray(value: unknown): value is unknown[];
17464
17554
  * **isBoolean**(value)
17465
17555
  *
17466
17556
  * Type guard which validates that type is a boolean value.
17557
+ *
17558
+ * **Related:** `isBooleanLike()`
17467
17559
  */
17468
- declare function isBoolean<T>(value: T): value is T & boolean;
17560
+ declare function isBoolean(value: unknown): value is boolean;
17469
17561
 
17470
17562
  /**
17471
17563
  * **isBooleanLike**`(val)`
@@ -17539,17 +17631,20 @@ declare function isFalse(i: unknown): i is false;
17539
17631
  declare function isFalsy<V extends Narrowable$1>(val: V): val is V & FalsyValue$1;
17540
17632
 
17541
17633
  /**
17542
- * **isFnWithDict**(input)
17634
+ * **isFnWithParams**(input, [...params | count])
17543
17635
  *
17544
17636
  * Type guard which checks whether a give variable is a function
17545
17637
  * which contains at least one parameter.
17546
17638
  *
17547
- * - if you set the parameter types, it will check that precisely the
17548
- * correct amount are set
17639
+ * - the optional second parameter may be used to express the **types** of
17640
+ * the expected parameters or just the expected **count** of parameters
17641
+ * - if you set the parameter types, it will check that the
17642
+ * correct amount of parameters are set but can only _assume_ the types of
17643
+ * the parameters are as you have expressed
17549
17644
  */
17550
- declare function isFnWithParams<T, P extends readonly SimpleToken$1[]>(input: T, ...params: P): input is T & AsNarrowingFn$1<P["length"] extends 0 ? [any, ...any[]] : {
17645
+ declare function isFnWithParams<T, P extends (readonly SimpleToken$1[]) | [number]>(input: T, ...params: P): input is T & AsNarrowingFn$1<"length" extends keyof T ? T["length"] extends 0 ? IsLiteral$1<P["length"]> extends true ? Tuple$1<any, P["length"]> : [any, ...any[]] : [any, ...any[]] : P extends readonly SimpleToken$1[] ? {
17551
17646
  [K in keyof P]: SimpleType$1<P[K]>;
17552
- }, T extends TypedFunction$1 ? ReturnType<T> : unknown>;
17647
+ } : P extends [number] ? Tuple$1<any, P[0]> : never, T extends TypedFunction$1 ? ReturnType<T> : unknown>;
17553
17648
 
17554
17649
  /**
17555
17650
  * **isFunction**(value)
@@ -17558,7 +17653,7 @@ declare function isFnWithParams<T, P extends readonly SimpleToken$1[]>(input: T,
17558
17653
  *
17559
17654
  * **Related:** `isFnWithParams`, `ifFunction`
17560
17655
  */
17561
- declare function isFunction<T>(value: T): value is T & TypedFunction$1;
17656
+ declare function isFunction(value: unknown): value is TypedFunction$1;
17562
17657
 
17563
17658
  /**
17564
17659
  * **isHexadecimal**`(val)`
@@ -17609,18 +17704,6 @@ declare function isNotNull<T>(value: T): value is T & NotNull$1;
17609
17704
  */
17610
17705
  declare function isNull<T>(value: T): value is T & null;
17611
17706
 
17612
- /**
17613
- * **isNumber**(value)
17614
- *
17615
- * Type guard to test whether passed in value is a numeric type.
17616
- */
17617
- declare function isNumber<T>(value: T): value is T & number;
17618
-
17619
- /**
17620
- * Type guard which validates that the passed in `val` is a string array.
17621
- */
17622
- declare function isNumericArray(val: unknown): val is number[];
17623
-
17624
17707
  /**
17625
17708
  * **isNumericString**(value)
17626
17709
  *
@@ -17767,13 +17850,6 @@ declare function isTrue(value: unknown): value is true;
17767
17850
  */
17768
17851
  declare function isTruthy<V>(val: V): val is Exclude<V, FalsyValue$1>;
17769
17852
 
17770
- /**
17771
- * **isTypeToken**(val)
17772
- *
17773
- * Type guard which checks whether the given value is a valid `TypeToken`
17774
- */
17775
- declare function isTypeToken(val: unknown): val is TypeToken$1;
17776
-
17777
17853
  /**
17778
17854
  * **isTypeTuple**(value)
17779
17855
  *
@@ -17926,40 +18002,65 @@ declare function isUrlSource<T>(val: T): val is (T & DomainName$1<AsString$1<T>>
17926
18002
  declare function hasUrlQueryParameter<T extends string, P extends string>(val: T, prop: P): boolean;
17927
18003
 
17928
18004
  /**
17929
- * **isAtomicToken**`(val)`
18005
+ * **isNumber**(value)
17930
18006
  *
17931
- * Type guard which validates whether the value passed in is a
17932
- * valid `AtomicToken`.
18007
+ * Type guard to test whether passed in value is a numeric type.
17933
18008
  */
17934
- declare function isAtomicToken(val: unknown): val is AtomicToken$1;
18009
+ declare function isNumber<T>(value: T): value is T & number;
17935
18010
 
17936
- declare function isObjectToken(val: unknown): val is ObjectToken$1;
17937
- declare function isRecordToken(val: unknown): val is RecordToken$1;
17938
- declare function isTupleToken(val: unknown): val is TupleToken$1;
17939
- declare function isArrayToken(val: unknown): val is ArrayToken$1;
17940
- declare function isMapToken(val: unknown): val is MapToken$1;
17941
- declare function isSetToken(val: unknown): val is SetToken$1;
17942
- declare function isWeakMapToken(val: unknown): val is WeakMapToken$1;
17943
18011
  /**
17944
- * **isUnionToken**`(val)`: **val** is `UnionToken`
18012
+ * Type guard which validates that the passed in `val` is a string array.
17945
18013
  */
17946
- declare function isUnionToken(val: unknown): val is UnionToken$1;
18014
+ declare function isNumericArray(val: unknown): val is number[];
18015
+
17947
18016
  /**
17948
- * **isUnionSetToken**`(val)`: **val** is `UnionSetToken`
18017
+ * A _multi-granularity_ type guard for validating whether `val` is
18018
+ * a `TypeToken`.
18019
+ *
18020
+ * - when used without the `kind` parameter it will check whether `val`
18021
+ * is _any_ kind of `TypeToken`
18022
+ * - specifying a kind will narrow the check to that specific kind variant
17949
18023
  */
17950
- declare function isUnionSetToken(val: unknown): val is UnionSetToken$1;
18024
+ declare function isTypeToken<T extends TypeTokenKind$1 = TypeTokenKind$1>(val: unknown, kind?: T): val is TypeToken$1<T>;
18025
+ /**
18026
+ * type guard which validates that `val` is a `TypeTokenKind`
18027
+ */
18028
+ declare function isTypeTokenKind(val: unknown): val is TypeTokenKind$1;
18029
+
18030
+ /**
18031
+ * **isAtomicToken**`(val)`
18032
+ *
18033
+ * Type guard which validates whether the value passed in is a
18034
+ * valid `AtomicToken`.
18035
+ */
18036
+ declare function isAtomicToken(val: unknown): val is TT_Atomic$1;
18037
+ declare function isAtomicKind(val: unknown): val is TypeTokenAtomics$1;
18038
+
18039
+ declare function isObjectToken(val: unknown): val is TypeToken$1<"obj">;
18040
+ declare function isRecordToken(val: unknown): val is TypeToken$1<"rec">;
18041
+ declare function isTupleToken(val: unknown): val is TypeToken$1<"tuple">;
18042
+ declare function isArrayToken(val: unknown): val is TypeToken$1<"arr">;
18043
+ declare function isMapToken(val: unknown): val is TypeToken$1<"map">;
18044
+ declare function isSetToken(val: unknown): val is TypeToken$1<"set">;
17951
18045
  /**
17952
18046
  * **isContainerToken**`(val)`: **val** is `ContainerToken`
17953
18047
  */
17954
- declare function isContainerToken(val: unknown): val is ContainerToken$1;
18048
+ declare function isContainerToken(val: unknown): val is TT_Container$1;
17955
18049
 
17956
18050
  /**
17957
18051
  * type guard which validates whether the `val` passed in a `DefineObject`
17958
18052
  */
17959
18053
  declare function isDefineObject(val: unknown): val is DefineObject$1;
17960
18054
 
17961
- declare function isFnToken(val: unknown): val is FnToken$1;
17962
- declare function isGeneratorToken(val: unknown): val is GeneratorToken$1;
18055
+ /**
18056
+ * type guard which validates that `val` is a _function based_ `TypeToken`
18057
+ */
18058
+ declare function isFnBasedToken(val: unknown): boolean | undefined;
18059
+ /**
18060
+ * type guard which validates that `val` is a `TypeTokenKind` which
18061
+ * represents a _function based_ token (excluding "-set" types)
18062
+ */
18063
+ declare function isFnBasedKind(val: unknown): val is TT_Function$1;
17963
18064
 
17964
18065
  /**
17965
18066
  * type guard which validates that the `val` passed in is a `ShapeCallback`
@@ -18019,12 +18120,22 @@ declare function isSimpleScalarTokenTuple(val: unknown): val is SimpleScalarToke
18019
18120
  declare function isSimpleContainerTokenTuple(val: unknown): val is SimpleContainerToken$1[];
18020
18121
 
18021
18122
  /**
18022
- * **isSingletonToken**`(val)`
18123
+ * **isSetBasedToken**`(val)`
18023
18124
  *
18024
18125
  * Type guard which validates whether the value passed in is a
18025
- * valid `SingletonToken` of some sort.
18126
+ * valid `TypeToken` who's name "kind" ends in `-set`.
18026
18127
  */
18027
- declare function isSingletonToken(val: unknown): val is SingletonToken$1;
18128
+ declare function isSetBasedToken(val: unknown): val is TT_Set$1;
18129
+ declare function isSetBasedKind(val: unknown): val is TypeTokenSets$1;
18130
+
18131
+ /**
18132
+ * **isSingletonKind**`(val)`
18133
+ *
18134
+ * Type guard which validates whether the value passed in is a
18135
+ * valid Singleton token kind of some sort.
18136
+ */
18137
+ declare function isSingletonKind(val: unknown): val is TypeTokenSingletons$1;
18138
+ declare function isSingletonToken(val: unknown): val is TT_Singleton$1;
18028
18139
 
18029
18140
  /**
18030
18141
  * **isTailwindColor**`(val)`
@@ -18900,6 +19011,13 @@ type AsOptionalParamFn<T extends TypedFunction> = Parameters<T>["length"] extend
18900
19011
  optionalParams: true;
18901
19012
  }>;
18902
19013
 
19014
+ /**
19015
+ * **ParameterlessFn**
19016
+ *
19017
+ * A function which returns takes no parameters.
19018
+ */
19019
+ type ParameterlessFn = <R = unknown>() => R;
19020
+
18903
19021
  /**
18904
19022
  * **RegularFn**`<[TArgs], [TReturn]>`
18905
19023
  *
@@ -19530,6 +19648,13 @@ interface Thenable {
19530
19648
  }
19531
19649
 
19532
19650
  type TupleRange = [required: number, optional: number];
19651
+ type _Tuple<TType = unknown, TLength extends number | TupleRange | `${number}+` = 0> = 0 extends TLength ? TType extends any[] ? Readonly<TType> : readonly TType[] : TLength extends number ? Readonly<FixedLengthArray<TType, TLength>> : TLength extends TupleRange ? Readonly<[
19652
+ ...FixedLengthArray<TType, TLength[0]>,
19653
+ ...FixedLengthArray<TType | undefined, TLength[1]>
19654
+ ]> : TLength extends `${infer Num extends number}+` ? Num extends number ? Readonly<[
19655
+ ...FixedLengthArray<TType, Num>,
19656
+ ...TType[]
19657
+ ]> : never : never;
19533
19658
  /**
19534
19659
  * **Tuple**`<TType,TLength>`
19535
19660
  *
@@ -19545,13 +19670,7 @@ type TupleRange = [required: number, optional: number];
19545
19670
  * type T2 = Tuple<string, 4>;
19546
19671
  * ```
19547
19672
  */
19548
- type Tuple<TType = unknown, TLength extends number | TupleRange | `${number}+` = 0> = 0 extends TLength ? TType extends any[] ? Readonly<TType> : readonly TType[] : TLength extends number ? Readonly<FixedLengthArray<TType, TLength>> : TLength extends TupleRange ? Readonly<[
19549
- ...FixedLengthArray<TType, TLength[0]>,
19550
- ...FixedLengthArray<TType | undefined, TLength[1]>
19551
- ]> : TLength extends `${infer Num extends number}+` ? Num extends number ? Readonly<[
19552
- ...FixedLengthArray<TType, Num>,
19553
- ...TType[]
19554
- ]> : never : never;
19673
+ type Tuple<TType = unknown, TLength extends number | TupleRange | `${number}+` = 0> = _Tuple<TType, TLength> extends readonly unknown[] ? _Tuple<TType, TLength> : never;
19555
19674
 
19556
19675
  type Process$1x<TVal, TDefault> = TVal extends Something ? TVal : TDefault;
19557
19676
  /**
@@ -24077,6 +24196,18 @@ declare const WALGREENS_DNS: readonly ["www.walgreens.com"];
24077
24196
  declare const CVS_DNS: readonly ["www.cvs.com"];
24078
24197
  declare const WHOLE_FOODS_DNS: readonly ["www.wholefoodsmarket.com", "www.wholefoodsmarket.co.uk"];
24079
24198
 
24199
+ declare const SIMPLE_DICT_VALUES: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
24200
+ declare const SIMPLE_SET_TYPES: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
24201
+ declare const SIMPLE_SCALAR_TOKENS: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never"];
24202
+ declare const SIMPLE_OPT_SCALAR_TOKENS: readonly ["Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>"];
24203
+ declare const SIMPLE_UNION_TOKENS: readonly [`union(${string})` | `union(${string},${string})`];
24204
+ declare const SIMPLE_MAP_KEYS: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>"];
24205
+ declare const SIMPLE_MAP_VALUES: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "boolean", "unknown", "undefined", "Dict", "Array", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>"];
24206
+ declare const SIMPLE_DICT_TOKENS: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`];
24207
+ declare const SIMPLE_ARRAY_TOKENS: readonly ["Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>"];
24208
+ declare const SIMPLE_MAP_TOKENS: readonly ["Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap"];
24209
+ declare const SIMPLE_SET_TOKENS: readonly ["Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
24210
+
24080
24211
  /**
24081
24212
  * Singular nouns typically end in the characters represented by this array.
24082
24213
  *
@@ -24310,40 +24441,34 @@ declare const WIDE_TYPE_KINDS: readonly ["string", "number", "boolean"];
24310
24441
  declare const NARROW_CONTAINER_TYPE_KINDS: readonly ["object", "explicitFunctions", "fnType", "fnWithDict", "tuple", "union", "intersection", "arrayOf"];
24311
24442
  declare const WIDE_CONTAINER_TYPE_KINDS: readonly ["anyArray", "anyObject", "unknownObject", "anyFunction", "emptyObject"];
24312
24443
 
24313
- declare const SIMPLE_DICT_VALUES: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
24314
- declare const SIMPLE_SET_TYPES: readonly ["string", "number", "boolean", "unknown", "Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<unknown>"];
24315
- declare const SIMPLE_SCALAR_TOKENS: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never"];
24316
- declare const SIMPLE_OPT_SCALAR_TOKENS: readonly ["Opt<string>", "Opt<number>", "Opt<boolean>", "Opt<true>", "Opt<false>", "Opt<null>", "Opt<undefined>", "Opt<unknown>", "Opt<any>", `Opt<string(${string})>` | `Opt<string(${string},${string})>`, `Opt<number(${number})` | `Opt<number(${number},${string})`, "Opt<undefined>"];
24317
- declare const SIMPLE_UNION_TOKENS: readonly [`union(${string})` | `union(${string},${string})`];
24318
- declare const SIMPLE_MAP_KEYS: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>"];
24319
- declare const SIMPLE_MAP_VALUES: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "boolean", "unknown", "undefined", "Dict", "Array", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>"];
24320
- declare const SIMPLE_DICT_TOKENS: readonly ["Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, Opt<string>>", "Dict<string, Opt<number>>", "Dict<string, Opt<boolean>>", "Dict<string, Opt<unknown>>", `Dict<{${string}: string}>` | `Dict<{${string}: number}>` | `Dict<{${string}: boolean}>` | `Dict<{${string}: undefined}>` | `Dict<{${string}: never}>` | `Dict<{${string}: unknown}>` | `Dict<{${string}: null}>` | `Dict<{${string}: true}>` | `Dict<{${string}: false}>` | `Dict<{${string}: Opt<string>}>` | `Dict<{${string}: Opt<number>}>` | `Dict<{${string}: Opt<boolean>}>` | `Dict<{${string}: Opt<unknown>}>` | `Dict<{${string}: string(${string})}>` | `Dict<{${string}: number(${number})}>` | `Dict<{${string}: number(${number},${string})}>` | `Dict<{${string}: any}>` | `Dict<{${string}: Opt<true>}>` | `Dict<{${string}: Opt<false>}>` | `Dict<{${string}: Opt<null>}>` | `Dict<{${string}: Opt<undefined>}>` | `Dict<{${string}: Opt<any>}>` | `Dict<{${string}: Opt<string(${string})>}>` | `Dict<{${string}: Opt<string(${string},${string})>}>` | `Dict<{${string}: Opt<number(${number})}>` | `Dict<{${string}: Opt<number(${number},${string})}>`, `Dict<{${string}: string, ${string}: ${string}}` | `Dict<{${string}: number, ${string}: ${string}}` | `Dict<{${string}: boolean, ${string}: ${string}}` | `Dict<{${string}: undefined, ${string}: ${string}}` | `Dict<{${string}: never, ${string}: ${string}}` | `Dict<{${string}: unknown, ${string}: ${string}}` | `Dict<{${string}: null, ${string}: ${string}}` | `Dict<{${string}: true, ${string}: ${string}}` | `Dict<{${string}: false, ${string}: ${string}}` | `Dict<{${string}: Opt<string>, ${string}: ${string}}` | `Dict<{${string}: Opt<number>, ${string}: ${string}}` | `Dict<{${string}: Opt<boolean>, ${string}: ${string}}` | `Dict<{${string}: Opt<unknown>, ${string}: ${string}}` | `Dict<{${string}: string(${string}), ${string}: ${string}}` | `Dict<{${string}: number(${number}), ${string}: ${string}}` | `Dict<{${string}: number(${number},${string}), ${string}: ${string}}` | `Dict<{${string}: any, ${string}: ${string}}` | `Dict<{${string}: Opt<true>, ${string}: ${string}}` | `Dict<{${string}: Opt<false>, ${string}: ${string}}` | `Dict<{${string}: Opt<null>, ${string}: ${string}}` | `Dict<{${string}: Opt<undefined>, ${string}: ${string}}` | `Dict<{${string}: Opt<any>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<string(${string},${string})>, ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number}), ${string}: ${string}}` | `Dict<{${string}: Opt<number(${number},${string}), ${string}: ${string}}`];
24321
- declare const SIMPLE_ARRAY_TOKENS: readonly ["Array", "Array<string>", `Array<string(${string})>`, "Array<number>", `Array<number(${number})>` | `Array<number(${number},${string})>`, "Array<boolean>", "Array<unknown>", "Array<Dict>", "Array<Set>", "Array<Map>"];
24322
- declare const SIMPLE_MAP_TOKENS: readonly ["Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, unknown>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, Opt<string>>>" | "Map<string, Dict<string, Opt<number>>>" | "Map<string, Dict<string, Opt<boolean>>>" | "Map<string, Array>" | "Map<string, Dict<string, Opt<unknown>>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, unknown>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, Opt<string>>>" | "Map<number, Dict<string, Opt<number>>>" | "Map<number, Dict<string, Opt<boolean>>>" | "Map<number, Array>" | "Map<number, Dict<string, Opt<unknown>>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, unknown>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, Opt<string>>>" | "Map<Dict, Dict<string, Opt<number>>>" | "Map<Dict, Dict<string, Opt<boolean>>>" | "Map<Dict, Array>" | "Map<Dict, Dict<string, Opt<unknown>>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, Opt<string>>>" | "Map<Dict<string, string>, Dict<string, Opt<number>>>" | "Map<Dict<string, string>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, string>, Array>" | "Map<Dict<string, string>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, Opt<string>>>" | "Map<Dict<string, number>, Dict<string, Opt<number>>>" | "Map<Dict<string, number>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, number>, Array>" | "Map<Dict<string, number>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, Opt<string>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<number>>>" | "Map<Dict<string, boolean>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, boolean>, Array>" | "Map<Dict<string, boolean>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, Opt<string>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<number>>>" | "Map<Dict<string, unknown>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, unknown>, Array>" | "Map<Dict<string, unknown>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<string>>, string>" | "Map<Dict<string, Opt<string>>, number>" | "Map<Dict<string, Opt<string>>, boolean>" | "Map<Dict<string, Opt<string>>, undefined>" | "Map<Dict<string, Opt<string>>, unknown>" | "Map<Dict<string, Opt<string>>, Dict>" | "Map<Dict<string, Opt<string>>, Dict<string, string>>" | "Map<Dict<string, Opt<string>>, Dict<string, number>>" | "Map<Dict<string, Opt<string>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<string>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<string>>, Array>" | "Map<Dict<string, Opt<string>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<number>>, string>" | "Map<Dict<string, Opt<number>>, number>" | "Map<Dict<string, Opt<number>>, boolean>" | "Map<Dict<string, Opt<number>>, undefined>" | "Map<Dict<string, Opt<number>>, unknown>" | "Map<Dict<string, Opt<number>>, Dict>" | "Map<Dict<string, Opt<number>>, Dict<string, string>>" | "Map<Dict<string, Opt<number>>, Dict<string, number>>" | "Map<Dict<string, Opt<number>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<number>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<number>>, Array>" | "Map<Dict<string, Opt<number>>, Dict<string, Opt<unknown>>>" | "Map<Dict<string, Opt<boolean>>, string>" | "Map<Dict<string, Opt<boolean>>, number>" | "Map<Dict<string, Opt<boolean>>, boolean>" | "Map<Dict<string, Opt<boolean>>, undefined>" | "Map<Dict<string, Opt<boolean>>, unknown>" | "Map<Dict<string, Opt<boolean>>, Dict>" | "Map<Dict<string, Opt<boolean>>, Dict<string, string>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, number>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, boolean>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, unknown>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<string>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<number>>>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<boolean>>>" | "Map<Dict<string, Opt<boolean>>, Array>" | "Map<Dict<string, Opt<boolean>>, Dict<string, Opt<unknown>>>", "WeakMap"];
24323
- declare const SIMPLE_SET_TOKENS: readonly ["Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<Opt<string>>" | "Set<Opt<number>>" | "Set<Opt<boolean>>" | "Set<Opt<unknown>>"];
24324
24444
  /**
24325
24445
  * **Type Tokens** which have zero configuration elements.
24326
24446
  */
24327
- declare const TT_Atomics: readonly ["undefined", "null", "boolean", "true", "false"];
24447
+ declare const TT_ATOMICS: readonly ["undefined", "null", "boolean", "true", "false"];
24328
24448
  /**
24329
24449
  * **Type Tokens** which have a literal variant which represents
24330
24450
  * the _single_ configuration of this type which is available.
24331
24451
  */
24332
- declare const TT_Singletons: readonly ["string", "number"];
24333
- declare const TT_Sets: readonly ["string-set", "numeric-set", "union-set"];
24452
+ declare const TT_SINGLETONS: readonly ["string", "number"];
24453
+ declare const TT_SETS: readonly ["string-set", "numeric-set", "fn-set", "union-set"];
24334
24454
  /**
24335
24455
  * **Type Tokens** which represent _functions_ (either the typical
24336
24456
  * variety or Generator functions).
24337
24457
  */
24338
- declare const TT_Functions: readonly ["fn", "gen"];
24458
+ declare const TT_FUNCTIONS: readonly ["fn", "gen"];
24339
24459
  /**
24340
24460
  * **Type Tokens** which _contain_ other **Type Tokens** to make up their
24341
24461
  * identity.
24342
24462
  */
24343
- declare const TT_Containers: readonly ["rec", "arr", "set", "map", "union", "obj", "tuple"];
24463
+ declare const TT_CONTAINERS: readonly ["rec", "arr", "set", "map", "union", "obj", "tuple"];
24344
24464
  declare const TT_START: "<<";
24345
24465
  declare const TT_STOP: ">>";
24346
- declare const TT_SEP: "::";
24466
+ declare const TT_DELIMITER: "::";
24467
+
24468
+ declare const TYPE_TOKEN_REC_VARIANTS: readonly ["object-key", "string-key"];
24469
+ declare const TYPE_TOKEN_REC_KEY_VARIANTS: readonly ["unknown", "any", "string", "number", "boolean", "truthy", "numberlike", "scalar", "object", "string|undefined", "number|undefined", "boolean|undefined", "object|undefined", "unknown[]", "any[]", "string[]", "number[]", "boolean[]"];
24470
+ declare const TYPE_TOKEN_STRING_SET_VARIANTS: readonly ["endsWith::${string}", "startsWith::${string}", "contains::${string}", "civilianTime", "militaryTime", "ipv4Address", "ipv4Address::tight", "ipv4Address::loose", "ipv6Address", "ipv6Address::${string}", "numericString", "zipCode5", "zipCode5+4", "countryCode2", "countryCode3", "countryName", "capitalized", "url", "url::${string}", "isoDate", "isoDateTime", "usStateAbbrev", "usCitySuggestions", "metricCategory", "metric", "metric::${Metric}"];
24471
+ declare const TYPE_TOKEN_UNION_SET_VARIANTS: string[];
24347
24472
 
24348
24473
  interface OnPassRemap<TNever = unknown, TFalse = unknown, TError = unknown> {
24349
24474
  never: TNever;
@@ -24780,9 +24905,9 @@ type Process$17<T extends `${number}`> = EnsureLeading<T, "-">;
24780
24905
  */
24781
24906
  type AsNegativeNumber<T extends NumberLike> = T extends Zero ? T : T extends number ? AsNumber<Process$17<`${T}`>> extends number ? AsNumber<Process$17<`${T}`>> : never : T extends `${number}` ? Process$17<T> extends `${number}` ? Process$17<T> : never : never;
24782
24907
 
24783
- type Convert$2<T> = T extends `${number}` ? ToNumber<T> : T;
24908
+ type Convert$3<T> = T extends `${number}` ? ToNumber<T> : T;
24784
24909
  type ConvertTuple<T> = T extends unknown[] ? {
24785
- [K in keyof T]: Convert$2<T[K]>;
24910
+ [K in keyof T]: Convert$3<T[K]>;
24786
24911
  } : never;
24787
24912
  type ConvertUnion$1<T> = If<IsUnion<T>, TupleToUnion<ConvertTuple<UnionToTuple$1<T>>>, never>;
24788
24913
  /**
@@ -24798,7 +24923,7 @@ type ConvertUnion$1<T> = If<IsUnion<T>, TupleToUnion<ConvertTuple<UnionToTuple$1
24798
24923
  * literal values will be converted to a numeric literal but the return type will
24799
24924
  * still be a _union_.
24800
24925
  */
24801
- type AsNumberWhenPossible<T> = If<IsUnion<T>, ConvertUnion$1<T>, T extends readonly unknown[] ? ConvertTuple<T> : Convert$2<T>>;
24926
+ type AsNumberWhenPossible<T> = If<IsUnion<T>, ConvertUnion$1<T>, T extends readonly unknown[] ? ConvertTuple<T> : Convert$3<T>>;
24802
24927
 
24803
24928
  /**
24804
24929
  * **AsBoolean**`<T>`
@@ -25481,7 +25606,7 @@ type LowerAllCaps<T extends string> = IsAllCaps<T> extends true ? Lowercase<T> :
25481
25606
  */
25482
25607
  type NamingConvention = "camelCase" | "PascalCase" | "kebab-case" | "snake_case";
25483
25608
 
25484
- type Delimiter = "_" | "-" | " ";
25609
+ type Delimiter$1 = "_" | "-" | " ";
25485
25610
  /** convert all delimiters to dashes */
25486
25611
  type DashDelim<T extends string> = T extends `${infer Begin}${" "}${infer Rest}` ? DashDelim<`${Begin}-${Rest}`> : T extends `${infer Begin}${"_"}${infer Rest}` ? DashDelim<`${Begin}-${Rest}`> : T;
25487
25612
  /**
@@ -25494,7 +25619,7 @@ type DashDelim<T extends string> = T extends `${infer Begin}${" "}${infer Rest}`
25494
25619
  * type T = PascalCase<"\n foo_bar \t">;
25495
25620
  * ```
25496
25621
  */
25497
- type PascalCase<S extends string> = string extends S ? string : Trim<DashDelim<LowerAllCaps<S>>> extends `${infer Begin}${Delimiter}${infer Rest}` ? PascalCase<`${Capitalize<Begin>}${Capitalize<Rest>}`> : Capitalize<Trim<LowerAllCaps<S>>>;
25622
+ type PascalCase<S extends string> = string extends S ? string : Trim<DashDelim<LowerAllCaps<S>>> extends `${infer Begin}${Delimiter$1}${infer Rest}` ? PascalCase<`${Capitalize<Begin>}${Capitalize<Rest>}`> : Capitalize<Trim<LowerAllCaps<S>>>;
25498
25623
 
25499
25624
  /** convert space to dash */
25500
25625
  type SpaceToDash<T extends string> = T extends `${infer Begin}${" "}${infer Rest}` ? SpaceToDash<`${Begin}-${Rest}`> : T;
@@ -30185,6 +30310,7 @@ type Volume = `${number}${OptSpace}${VolumeUom}`;
30185
30310
  * **Related:** `Uom`
30186
30311
  */
30187
30312
  type Metric = Acceleration | Area | Current | Distance | Frequency | Luminosity | Mass | Power | Pressure | Resistance | Speed | Temperature | TimeMetric | Voltage | Volume;
30313
+ type MetricCategory = "Acceleration" | "Area" | "Current" | "Distance" | "Frequency" | "Luminosity" | "Mass" | "Power" | "Pressure" | "Resistance" | "Speed" | "Temperature" | "Time" | "Voltage" | "Volume";
30188
30314
  /**
30189
30315
  * **Uom**
30190
30316
  *
@@ -31594,6 +31720,19 @@ type Push$1<T extends Tuple> = [...T, unknown]["length"];
31594
31720
  */
31595
31721
  type Increment<T extends number | `${number}`> = T extends number ? Push$1<FixedLengthArray<unknown, T>> : T extends `${number}` ? ToString<Increment<AsNumber<T>>> : never;
31596
31722
 
31723
+ interface IntegerBrand {
31724
+ __brand: "integer";
31725
+ }
31726
+ /**
31727
+ * **Integer**
31728
+ *
31729
+ * Represents an integer in the type system while the poor
31730
+ * old runtime just sees a number.
31731
+ *
31732
+ * **Related:** `toInteger()`, `isInteger()`
31733
+ */
31734
+ type Integer = number & IntegerBrand;
31735
+
31597
31736
  /**
31598
31737
  * **InvertNumericSign**`<T>`
31599
31738
  *
@@ -31826,10 +31965,10 @@ type StrongMapTransformer<M extends StrongMap> = <T extends readonly StrongMapTy
31826
31965
  }[keyof T];
31827
31966
 
31828
31967
  type ConversionTuple = [from: Narrowable, to: Narrowable];
31829
- type Convert$1<TValue, TConversions extends readonly ConversionTuple[]> = Find<TConversions, "extends", TValue, 0> extends ConversionTuple ? Find<TConversions, "extends", TValue, 0>[1] : TValue;
31968
+ type Convert$2<TValue, TConversions extends readonly ConversionTuple[]> = Find<TConversions, "extends", TValue, 0> extends ConversionTuple ? Find<TConversions, "extends", TValue, 0>[1] : TValue;
31830
31969
  type ConvertAcc<TSet extends readonly unknown[], TConversions extends readonly ConversionTuple[], TResults extends readonly unknown[] = []> = [] extends TSet ? TResults : ConvertAcc<AfterFirst<TSet>, TConversions, [
31831
31970
  ...TResults,
31832
- Convert$1<First<TSet>, TConversions>
31971
+ Convert$2<First<TSet>, TConversions>
31833
31972
  ]>;
31834
31973
  /**
31835
31974
  * **ConvertSet**`<TSet, TConversions>`
@@ -33212,7 +33351,6 @@ type DoneFnTuple<TFns extends {
33212
33351
  ]>;
33213
33352
  };
33214
33353
 
33215
- type HandleObject<TObj extends Dictionary, TKeys extends readonly unknown[], TResult extends Dictionary = EmptyObject> = [] extends TKeys ? ExpandDictionary<TResult> : HandleObject<TObj, AfterFirst<TKeys>, First<TKeys> extends keyof TObj ? TObj[First<TKeys>] extends ShapeCallback ? Record<First<TKeys>, HandleDoneFn<ReturnType<TObj[First<TKeys>]>>> & TResult : TObj[First<TKeys>] extends SimpleToken ? Record<First<TKeys>, AsType<TObj[First<TKeys>]>> & TResult : Record<First<TKeys>, TObj[First<TKeys>]> & TResult : never>;
33216
33354
  type ProcessUnion<T extends UnionElDefn> = T extends Tuple ? TupleToUnion<T> : T extends ShapeCallback ? HandleDoneFn<ReturnType<T>> : never;
33217
33355
  type IterateUnion<T extends readonly UnionElDefn[]> = {
33218
33356
  [K in keyof T]: ProcessUnion<T[K]>;
@@ -33228,7 +33366,7 @@ type IsDictionaryDefinition<T> = T extends Dictionary ? Contains<Values<T>, Shap
33228
33366
  /**
33229
33367
  * converts non-tuple definition types to actual type
33230
33368
  */
33231
- type ToType$1<T, TElse> = [T] extends [ShapeCallback] ? HandleDoneFn<ReturnType<T>> : [IsDictionaryDefinition<T>] extends [true] ? HandleObject<AsDictionary<T>, Keys<AsDictionary<T>>> : T extends SimpleToken ? AsType<T> : IsEqual<TElse, Constant<"not-set">> extends true ? T : TElse extends SimpleToken ? AsType<TElse> : TElse;
33369
+ type ToType$1<T, TElse> = T extends ShapeCallback ? FromShapeCallback<T> : T extends SimpleToken ? FromSimpleToken<T> : T extends RecordKeyWideTokens ? FromSimpleRecordKey<T> : T extends WideTokenNames | WideContainerNames ? FromWideTokens<T> : T extends RecordKeyWideTokens ? FromSimpleRecordKey<T> : TElse;
33232
33370
  /**
33233
33371
  * iterates over tuple definition types to convert into real types
33234
33372
  */
@@ -33237,17 +33375,15 @@ type IterateOverDefinitions<T extends readonly unknown[], TElse> = {
33237
33375
  };
33238
33376
  type TypeDefinition = NarrowableScalar | ShapeCallback;
33239
33377
  /**
33240
- * **DictShapeDefn**`<T>`
33241
- *
33242
- * A _dictionary_ shape which provides direct value input or use of
33243
- * the `ShapeCallback` API to any of the dictionaries values.
33244
- *
33245
- * Use of the generic `T` is not required but adding it as a separate
33246
- * generic will increase the narrowness of your types.
33378
+ * converts a `ShapeCallback` into the _type_ which it is defining
33247
33379
  */
33248
- type DictTypeDefinition<V extends TypeDefinition = TypeDefinition> = Record<ObjectKey, V>;
33380
+ type FromShapeCallback<TShape extends ShapeCallback, TAsToken extends boolean = false> = TAsToken extends false ? ReturnType<HandleDoneFn<TShape>> : string;
33381
+ /**
33382
+ * converts a `SimpleToken` into the _type_ which it is defining
33383
+ */
33384
+ type FromSimpleToken<T extends SimpleToken> = SimpleType<T>;
33249
33385
  type _FromDefineObject<T extends Required<DefineObject>> = {
33250
- [K in keyof T]: T[K] extends SimpleToken ? SimpleType<T[K]> : T[K] extends ShapeCallback ? ReturnType<HandleDoneFn<T[K]>> : never;
33386
+ [K in keyof T]: T[K] extends SimpleToken ? FromSimpleToken<T[K]> : T[K] extends ShapeCallback ? FromShapeCallback<T[K]> : never;
33251
33387
  };
33252
33388
  /**
33253
33389
  * Converts a `DefineObject` definition into the type that it is
@@ -33269,7 +33405,7 @@ type FromDefineObject<T extends DefineObject> = MakeKeysOptional<_FromDefineObje
33269
33405
  * Note: when dictionary objects are found the _values_ will be
33270
33406
  * interrogated for ShapeCallback's.
33271
33407
  */
33272
- type FromDefn<T, TElse = Constant<"not-set">> = T extends DefineObject ? FromDefineObject<T> : T extends readonly unknown[] ? IterateOverDefinitions<T, TElse> : ToType$1<T, TElse>;
33408
+ type FromDefn<T, TElse = Unset> = T extends DefineObject ? FromDefineObject<T> : T extends readonly unknown[] ? IterateOverDefinitions<T, TElse> : ToType$1<T, TElse>;
33273
33409
 
33274
33410
  type WideTokenNames = "string" | "number" | "boolean" | "null" | "undefined" | "never" | "unknown" | "string[]" | "number[]" | "boolean[]" | "unknown[]";
33275
33411
  type ConvertWideTokenNames<T extends WideTokenNames> = T extends "string" ? string : T extends "number" ? number : T extends "boolean" ? boolean : T extends "null" ? null : T extends "undefined" ? undefined : T extends "never" ? never : T extends "unknown" ? unknown : T extends "string[]" ? string[] : T extends "number[]" ? number[] : T extends "boolean[]" ? boolean[] : T extends "unknown[]" ? unknown[] : never;
@@ -33457,10 +33593,10 @@ type Recurse<TList extends Tuple, TResults extends Tuple = []> = [] extends TLis
33457
33593
  ...TResults,
33458
33594
  ToNumber<First<TList>>
33459
33595
  ]>;
33460
- type Convert<TList extends Tuple> = Length<TList> extends 0 ? number[] : Recurse<{
33596
+ type Convert$1<TList extends Tuple> = Length<TList> extends 0 ? number[] : Recurse<{
33461
33597
  [K in keyof TList]: K;
33462
33598
  }>;
33463
- type Process$p<TList extends Tuple> = If<IsReadonlyArray<TList>, TList["length"] extends 0 ? number[] : Readonly<Convert<TList>>, Convert<TList>>;
33599
+ type Process$p<TList extends Tuple> = If<IsReadonlyArray<TList>, TList["length"] extends 0 ? number[] : Readonly<Convert$1<TList>>, Convert$1<TList>>;
33464
33600
  /**
33465
33601
  * **NumericKeys**<`TList`>
33466
33602
  *
@@ -34066,48 +34202,43 @@ type Process$b<TPayload extends readonly Record<ObjectKey, unknown>[], TKeyProp
34066
34202
  */
34067
34203
  type CreateLookup<TPayload extends readonly Record<ObjectKey, unknown>[], TKeyProp extends string, TValProp extends string> = ExpandRecursively<Process$b<TPayload, TKeyProp, TValProp>>;
34068
34204
 
34069
- type SetTypes = typeof SIMPLE_SET_TYPES[number];
34070
- type MapKeys = typeof SIMPLE_MAP_KEYS[number];
34071
- type MapValues = typeof SIMPLE_MAP_VALUES[number];
34072
- type DictValues = typeof SIMPLE_DICT_VALUES[number];
34073
- /**
34074
- * **SimpleTypeScalar**`<T>`
34075
- *
34076
- * Converts a `SimpleScalarToken` into the _type_ it represents.
34077
- */
34078
- type SimpleTypeScalar<T extends SimpleScalarToken> = T extends "string" ? string : T extends `string(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToStrUnion<Literal> : Literal : T extends "number" ? number : T extends `number(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToUnion<Literal> : AsNumber<Literal> : T extends "boolean" ? boolean : T extends "true" ? true : T extends "false" ? false : T extends "null" ? null : T extends "any" ? any : T extends "undefined" ? undefined : T extends "unknown" ? unknown : T extends `Opt<${infer Underlying extends SimpleScalarToken}>` ? undefined | SimpleTypeScalar<Underlying> : never;
34205
+ type StringLiteralVar = "string" | "number" | "boolean" | "Metric" | "OptSpace" | "CountryCode" | "CountryCode2" | "CountryCode3" | "UsState" | "UsStateName" | "Zip5" | "ZipCode";
34206
+ type BaseConvert<T extends string> = ReplaceAll<ReplaceAll<ReplaceAll<T, `{{${OptSpace}string${OptSpace}}}`, `${string}`>, `{{${OptSpace}number${OptSpace}}}`, `${number}`>, `{{${OptSpace}boolean${OptSpace}}}`, `${boolean}`>;
34207
+ type Convert<T extends string> = ReplaceAll<ReplaceAll<ReplaceAll<ReplaceAll<ReplaceAll<ReplaceAll<ReplaceAll<BaseConvert<T>, `{{${OptSpace}Metric${OptSpace}}}`, `${Metric}`>, `{{${OptSpace}OptSpace${OptSpace}}}`, `${OptSpace}`>, `{{${OptSpace}${"CountryCode" | "CountryCode2"}${OptSpace}}}`, `${Iso3166_1_Alpha2}`>, `{{${OptSpace}CountryCode3${OptSpace}}}`, `${Iso3166_1_Alpha3}`>, `{{${OptSpace}UsState${OptSpace}}}`, `${UsStateAbbrev}`>, `{{${OptSpace}Zip5${OptSpace}}}`, `${Zip5}`>, `{{${OptSpace}ZipCode${OptSpace}}}`, `${ZipCode}`>;
34079
34208
  /**
34080
- * **SimpleTypeUnion**`<T>`
34081
- *
34082
- * Converts a `SimpleUnionToken` into the _type_ it represents.
34209
+ * a string with at least one dynamic property to be converted
34210
+ * with `AsStringLiteral`.
34083
34211
  */
34084
- type SimpleTypeUnion<T extends SimpleUnionToken> = T extends "opt(string)" ? string | undefined : T extends "opt(number)" ? number | undefined : T extends "opt(boolean)" ? boolean | undefined : T extends "opt(unknown)" ? unknown | undefined : T extends `opt(${infer Literal extends string})` ? Literal extends `${string},${string}` ? TupleToUnion<CsvToTuple<Literal>> | undefined : UnderlyingType<Literal> | undefined : T extends `Union(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToTuple<Literal> : Literal : never;
34085
- type SimpleTypeDict<T extends SimpleDictToken> = T extends `Dict` ? Dictionary : T extends `Dict<string, ${infer Value extends DictValues & SimpleScalarToken}>` ? Dictionary<string, SimpleTypeScalar<Value>> : T extends `Dict<{${infer K}: ${infer V}, ${infer K2}: ${infer V2}}>` ? V extends SimpleScalarToken ? V2 extends SimpleScalarToken ? ExpandDictionary<Record<K, SimpleTypeScalar<V>> & Record<K2, SimpleTypeScalar<V2>> & Dictionary> : ExpandDictionary<Record<K, SimpleTypeScalar<V>> & Dictionary> : V2 extends SimpleScalarToken ? ExpandDictionary<Record<K2, SimpleTypeScalar<V2>> & Dictionary> : never : T extends `Dict<{${infer Key}: ${infer Value}}>` ? Value extends SimpleScalarToken ? ExpandDictionary<Record<Key, SimpleTypeScalar<Value>> & Dictionary> : never : never;
34086
- type SimpleTypeArray<T extends SimpleArrayToken> = T extends "Array" ? any[] : T extends "Array<string>" ? string[] : T extends `Array<string(${infer StringUnion})>` ? Array<SimpleTypeScalar<`string(${StringUnion})`>> : T extends "Array<number>" ? number[] : T extends `Array<number(${infer NumericUnion extends `${number}`})>` ? Array<SimpleTypeScalar<`number(${NumericUnion})`>> : T extends "Array<boolean>" ? boolean[] : T extends "Array<unknown>" ? unknown[] : never;
34087
- type SimpleTypeMap<T extends SimpleMapToken> = T extends "Map" ? Map<any, any> : T extends `Map<${infer Key extends MapKeys}, ${infer Value extends MapValues}>` ? Map<SimpleType<Key>, SimpleType<Value>> : never;
34088
- type SimpleTypeSet<T extends SimpleSetToken> = T extends "Set" ? Set<any> : T extends `Set<${infer Type extends SetTypes}>` ? Set<SimpleType<Type>> : never;
34212
+ type StringLiteralTemplate = `${string}{{${OptSpace}ZipCode${StringLiteralVar}}}${string}`;
34089
34213
  /**
34090
- * **SimpleType**`<T>`
34214
+ * **AsStringLiteral**`<T>`
34091
34215
  *
34092
- * A type utility which takes a `SimpleToken` and converts it to
34093
- * it's _type_ in the type system.
34094
- *
34095
- * **Related:** `ToShapeToken`, `StructuredStringType`
34216
+ * Converts a string literal template into the _type_ of that
34217
+ * template string.
34096
34218
  */
34097
- type SimpleType<T extends SimpleToken> = T extends SimpleScalarToken ? SimpleTypeScalar<T> : T extends SimpleDictToken ? SimpleTypeDict<T> : T extends SimpleArrayToken ? SimpleTypeArray<T> : T extends SimpleMapToken ? SimpleTypeMap<T> : T extends SimpleSetToken ? SimpleTypeSet<T> : T extends SimpleUnionToken ? SimpleTypeUnion<T> : never;
34098
- type StructuredStringType = any;
34219
+ type AsStringLiteral<T extends string | readonly string[]> = T extends readonly string[] ? {
34220
+ [K in keyof T]: T[K] extends string ? Convert<T[K]> : never;
34221
+ } : T extends string ? Convert<T> : never;
34099
34222
 
34223
+ interface AsTokenOpt {
34224
+ start?: string;
34225
+ delimiter?: string;
34226
+ end?: string;
34227
+ }
34228
+ type Delimiter<T extends readonly string[] | readonly [AsTokenOpt, ...string[]]> = T extends string[] ? "::" : T extends [AsTokenOpt, ...string[]] ? T[0]["delimiter"] extends string ? T[0]["delimiter"] : "::" : never;
34229
+ type Start<T extends readonly string[] | readonly [AsTokenOpt, ...string[]]> = T extends string[] ? "::" : T extends [AsTokenOpt, ...string[]] ? T[0]["start"] extends string ? T[0]["start"] : "<<" : never;
34230
+ type End<T extends readonly string[] | readonly [AsTokenOpt, ...string[]]> = T extends string[] ? "::" : T extends [AsTokenOpt, ...string[]] ? T[0]["end"] extends string ? T[0]["end"] : ">>" : never;
34231
+ type ActualParams<T extends readonly string[] | readonly [AsTokenOpt, ...string[]]> = T extends string[] ? T : T extends [AsTokenOpt, ...string[]] ? Slice<T, 1> : never;
34232
+ type ParamsAsString<T extends readonly string[] | readonly [AsTokenOpt, ...string[]]> = ActualParams<T> extends string[] ? Join<ActualParams<T>, Delimiter<T>> : never;
34100
34233
  /**
34101
- * **SimpleToken**
34234
+ * **AsToken**`<TName, TParams>`
34102
34235
  *
34103
- * An enumeration of string values which point to _types_ in the
34104
- * the type system.
34236
+ * A simple builder for a token; typically used with the runtime `asToken()` function.
34105
34237
  *
34106
- * **Related:**
34107
- * - `SimpleScalarToken`, `SimpleContainerToken`, `SimpleUnionToken`,
34108
- * - `TypeToken`
34238
+ * - **Related:** `AsTypeToken`, `AsSimpleToken`
34109
34239
  */
34110
- type SimpleToken = SimpleScalarToken | SimpleArrayToken | SimpleDictToken | SimpleMapToken | SimpleSetToken | SimpleUnionToken;
34240
+ type AsToken<TName extends string, TParams extends readonly string[] | readonly [AsTokenOpt, ...string[]]> = ActualParams<TParams>["length"] extends 0 ? `${Start<TParams>}${TName}${End<TParams>}` : `${Start<TParams>}${Delimiter<TParams>}${ParamsAsString<TParams>}${End<TParams>}`;
34241
+
34111
34242
  /**
34112
34243
  * the _optional_ variants of the `SimpleScalarToken` type
34113
34244
  */
@@ -34116,30 +34247,12 @@ type OptionalSimpleScalarTokens = typeof SIMPLE_OPT_SCALAR_TOKENS[number];
34116
34247
  * the _required_ variants of the `SimpleScalarToken` type
34117
34248
  */
34118
34249
  type RequiredSimpleScalarTokens = typeof SIMPLE_SCALAR_TOKENS[number];
34119
- /**
34120
- * **SimpleScalarToken**
34121
- *
34122
- * A subset of the `SimpleToken` which may be more useful for building
34123
- * simple string literal values.
34124
- *
34125
- * **Note:** this includes both `RequiredSimpleScalarTokens` and `OptionalSimpleScalarTokens`.
34126
- */
34127
- type SimpleScalarToken = RequiredSimpleScalarTokens | OptionalSimpleScalarTokens;
34128
34250
  /**
34129
34251
  * **SimpleUnionToken**
34130
34252
  *
34131
34253
  * A subset of `SimpleToken` which represents union types.
34132
34254
  */
34133
34255
  type SimpleUnionToken = typeof SIMPLE_UNION_TOKENS[number];
34134
- /**
34135
- * **BaseTypeToken**
34136
- *
34137
- * A very simple structure for `TypeTokens` to fit into.
34138
- *
34139
- * Use this type if you need to preserve type simplicity, otherwise
34140
- * prefer `TypeToken` (or subsets like `AtomicToken`, `SingletonToken`, etc.)
34141
- */
34142
- type BaseTypeToken = `${TypeTokenStart}${string}${TypeTokenStop}`;
34143
34256
  /**
34144
34257
  * a subset of `SimpleContainerToken`
34145
34258
  */
@@ -34164,52 +34277,140 @@ type SimpleSetToken = typeof SIMPLE_SET_TOKENS[number];
34164
34277
  */
34165
34278
  type SimpleContainerToken = SimpleDictToken | SimpleArrayToken | SimpleMapToken | SimpleArrayToken;
34166
34279
  /**
34167
- * TypeTokenAtomics
34280
+ * **SimpleScalarToken**
34168
34281
  *
34169
- * The token names which are considered "atomic"
34282
+ * A subset of the `SimpleToken` which may be more useful for building
34283
+ * simple string literal values.
34284
+ *
34285
+ * **Note:** this includes both `RequiredSimpleScalarTokens` and `OptionalSimpleScalarTokens`.
34286
+ */
34287
+ type SimpleScalarToken = RequiredSimpleScalarTokens | OptionalSimpleScalarTokens;
34288
+ /**
34289
+ * **SimpleToken**
34290
+ *
34291
+ * An enumeration of string values which point to _types_ in the
34292
+ * the type system.
34293
+ *
34294
+ * **Related:**
34295
+ * - `SimpleScalarToken`, `SimpleContainerToken`, `SimpleUnionToken`,
34296
+ * - `FromSimpleToken`, `FromDefn`
34297
+ * - `TypeToken`
34298
+ */
34299
+ type SimpleToken = SimpleScalarToken | SimpleArrayToken | SimpleDictToken | SimpleMapToken | SimpleSetToken | SimpleUnionToken;
34300
+
34301
+ type SetTypes = typeof SIMPLE_SET_TYPES[number];
34302
+ type MapKeys = typeof SIMPLE_MAP_KEYS[number];
34303
+ type MapValues = typeof SIMPLE_MAP_VALUES[number];
34304
+ type DictValues = typeof SIMPLE_DICT_VALUES[number];
34305
+ /**
34306
+ * **SimpleTypeScalar**`<T>`
34307
+ *
34308
+ * Converts a `SimpleScalarToken` into the _type_ it represents.
34170
34309
  */
34171
- type TypeTokenAtomics = typeof TT_Atomics[number];
34310
+ type SimpleTypeScalar<T extends SimpleScalarToken> = T extends "string" ? string : T extends `string(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToStrUnion<Literal> : Literal : T extends "number" ? number : T extends `number(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToUnion<Literal> : AsNumber<Literal> : T extends "boolean" ? boolean : T extends "true" ? true : T extends "false" ? false : T extends "null" ? null : T extends "any" ? any : T extends "undefined" ? undefined : T extends "unknown" ? unknown : T extends `Opt<${infer Underlying extends SimpleScalarToken}>` ? undefined | SimpleTypeScalar<Underlying> : never;
34172
34311
  /**
34173
- * **AtomicToken**
34312
+ * **SimpleTypeUnion**`<T>`
34174
34313
  *
34175
- * A fully formed `TypeToken` of the "atomic" type.
34314
+ * Converts a `SimpleUnionToken` into the _type_ it represents.
34176
34315
  */
34177
- type AtomicToken = `<<${TypeTokenAtomics}>>`;
34178
- type TypeTokenContainers = typeof TT_Containers[number];
34179
- type ContainerToken = `<<${TypeTokenContainers}${string}>>`;
34180
- type UnionToken<_TEls extends readonly unknown[] = unknown[]> = `<<union::[ ${string} ]>>`;
34316
+ type SimpleTypeUnion<T extends SimpleUnionToken> = T extends "opt(string)" ? string | undefined : T extends "opt(number)" ? number | undefined : T extends "opt(boolean)" ? boolean | undefined : T extends "opt(unknown)" ? unknown | undefined : T extends `opt(${infer Literal extends string})` ? Literal extends `${string},${string}` ? TupleToUnion<CsvToTuple<Literal>> | undefined : UnderlyingType<Literal> | undefined : T extends `Union(${infer Literal})` ? Literal extends `${string},${string}` ? CsvToTuple<Literal> : Literal : never;
34317
+ type SimpleTypeDict<T extends SimpleDictToken> = T extends `Dict` ? Dictionary : T extends `Dict<string, ${infer Value extends DictValues & SimpleScalarToken}>` ? Dictionary<string, SimpleTypeScalar<Value>> : T extends `Dict<{${infer K}: ${infer V}, ${infer K2}: ${infer V2}}>` ? V extends SimpleScalarToken ? V2 extends SimpleScalarToken ? ExpandDictionary<Record<K, SimpleTypeScalar<V>> & Record<K2, SimpleTypeScalar<V2>> & Dictionary> : ExpandDictionary<Record<K, SimpleTypeScalar<V>> & Dictionary> : V2 extends SimpleScalarToken ? ExpandDictionary<Record<K2, SimpleTypeScalar<V2>> & Dictionary> : never : T extends `Dict<{${infer Key}: ${infer Value}}>` ? Value extends SimpleScalarToken ? ExpandDictionary<Record<Key, SimpleTypeScalar<Value>> & Dictionary> : never : never;
34318
+ type SimpleTypeArray<T extends SimpleArrayToken> = T extends "Array" ? any[] : T extends "Array<string>" ? string[] : T extends `Array<string(${infer StringUnion})>` ? Array<SimpleTypeScalar<`string(${StringUnion})`>> : T extends "Array<number>" ? number[] : T extends `Array<number(${infer NumericUnion extends `${number}`})>` ? Array<SimpleTypeScalar<`number(${NumericUnion})`>> : T extends "Array<boolean>" ? boolean[] : T extends "Array<unknown>" ? unknown[] : never;
34319
+ type SimpleTypeMap<T extends SimpleMapToken> = T extends "Map" ? Map<any, any> : T extends `Map<${infer Key extends MapKeys}, ${infer Value extends MapValues}>` ? Map<SimpleType<Key>, SimpleType<Value>> : never;
34320
+ type SimpleTypeSet<T extends SimpleSetToken> = T extends "Set" ? Set<any> : T extends `Set<${infer Type extends SetTypes}>` ? Set<SimpleType<Type>> : never;
34181
34321
  /**
34182
- * **UnionSetToken**
34322
+ * **SimpleType**`<T>`
34183
34323
  *
34184
- * - static `<<union-set::`, then
34185
- * - set _name_ `${string}`, then
34186
- * - static `::[ `, then
34187
- * - set _parameters_ `${string}`, then
34188
- * - static ` ]>>`
34324
+ * A type utility which takes a `SimpleToken` and converts it to
34325
+ * it's _type_ in the type system.
34326
+ *
34327
+ * **Related:** `ToShapeToken`, `StructuredStringType`
34189
34328
  */
34190
- type UnionSetToken = `<<union-set::${string}::[ ${string} ]>>`;
34191
- type ObjectToken = `<<obj::{ ${string} }>>`;
34192
- type TupleToken = `<<tuple::[ ${string} ]>>`;
34193
- type ArrayToken = `<<arr::${BaseTypeToken}>>`;
34194
- type RecordToken = `<<rec::${BaseTypeToken}::${BaseTypeToken}>>`;
34195
- type SetToken = `<<set::${BaseTypeToken}>>`;
34196
- type MapToken = `<<map::${BaseTypeToken}::${BaseTypeToken}>>`;
34197
- type WeakMapToken = `<<weak::${BaseTypeToken}::${BaseTypeToken}>>`;
34198
- type FnToken = `<<fn::${string}::${BaseTypeToken}>>`;
34199
- type GeneratorToken = `<<gen::${string}::${BaseTypeToken}>>`;
34200
- type TypeTokenFunctions = typeof TT_Functions[number];
34201
- type TypeTokenSingletons = typeof TT_Singletons[number];
34329
+ type SimpleType<T extends SimpleToken> = T extends SimpleScalarToken ? SimpleTypeScalar<T> : T extends SimpleDictToken ? SimpleTypeDict<T> : T extends SimpleArrayToken ? SimpleTypeArray<T> : T extends SimpleMapToken ? SimpleTypeMap<T> : T extends SimpleSetToken ? SimpleTypeSet<T> : T extends SimpleUnionToken ? SimpleTypeUnion<T> : never;
34330
+ type StructuredStringType = any;
34331
+
34332
+ type MakeDynamic<T extends readonly string[]> = {
34333
+ [K in keyof T]: ReplaceAll<ReplaceAll<T[K], "${string}", `${string}`>, "${Metric}", MetricCategory>;
34334
+ };
34202
34335
  /**
34203
- * **SingletonToken**
34336
+ * Type extensions for the `string` variant
34337
+ *
34338
+ * Allow for wide "string", or a string literal.
34339
+ */
34340
+ type TypeToken__String = `${string}`;
34341
+ type TypeToken__StringSet = MakeDynamic<typeof TYPE_TOKEN_STRING_SET_VARIANTS>[number];
34342
+ /**
34343
+ * Type extensions for the `number` variant.
34344
+ *
34345
+ * Allow for wide "number", a numeric literal.
34346
+ */
34347
+ type TypeToken__Number = `::${number}`;
34348
+ type TypeToken__NumberSet = "bigInt" | `bigInt::${bigint}` | "digit" | `digit::${2 | 3 | 4}` | "integer";
34349
+ type params = string;
34350
+ type rtn = string;
34351
+ type D = TypeTokenDelimiter;
34352
+ type TypeToken__Fn = `[${params}]` | `[${params}]${D}${rtn}` | `any::${rtn}`;
34353
+ type TypeToken__Gen = `[${params}]` | `[${params}]${D}${rtn}` | `gen${D}any${D}${rtn}`;
34354
+ type TypeToken__FnSet = `withoutParams` | `withoutParams${D}${rtn}` | `booleanLogic` | `booleanLogic${D}[${params}]`;
34355
+ type RecVariant = typeof TYPE_TOKEN_REC_VARIANTS[number];
34356
+ type RecKeyVariant = typeof TYPE_TOKEN_REC_KEY_VARIANTS[number];
34357
+ type TypeToken__Rec = `${RecVariant}${D}${RecKeyVariant}` | `${D}kv${D}${string}` | `${D}kv${D}${string}${D}${"withUnknownIndex" | "withAnyIndex"}`;
34358
+ type TypeToken__Undefined = "";
34359
+ type TypeToken__Null = "";
34360
+ type TypeToken__Boolean = "";
34361
+ type TypeToken__True = "";
34362
+ type TypeToken__False = "";
34363
+ type TypeToken__Never = "";
34364
+ type TypeToken__Unknown = "";
34365
+ type TypeToken__UnionSet = typeof TYPE_TOKEN_UNION_SET_VARIANTS[number];
34366
+ interface _TypeTokenLookup {
34367
+ "string": TypeToken__String;
34368
+ "string-set": TypeToken__StringSet;
34369
+ "number": TypeToken__Number;
34370
+ "number-set": TypeToken__NumberSet;
34371
+ "undefined": TypeToken__Undefined;
34372
+ "null": TypeToken__Null;
34373
+ "boolean": TypeToken__Boolean;
34374
+ "true": TypeToken__True;
34375
+ "false": TypeToken__False;
34376
+ "never": TypeToken__Never;
34377
+ "unknown": TypeToken__Unknown;
34378
+ "fn": TypeToken__Fn;
34379
+ "fn-set": TypeToken__FnSet;
34380
+ "gen": TypeToken__Gen;
34381
+ "rec": TypeToken__Rec;
34382
+ "arr": "";
34383
+ "map": "";
34384
+ "weak": "";
34385
+ "union": "";
34386
+ "union-set": TypeToken__UnionSet;
34387
+ }
34388
+ /**
34389
+ * **TypeTokenLookup**`<T>`
34204
34390
  *
34205
- * Shapes:
34206
- * - Wide: `<<string>>` or `<<number>>`
34207
- * - Literal: `<<string::{string}>` or `<number::{number}>`
34208
- * - Union Literal: `<<string::{UnionToken}>>`
34209
- * - Sets: `<<string-set::[set]::[...params]>`
34391
+ * Adds allowed string literal variants for a given `TypeTokenKind`
34210
34392
  */
34211
- type SingletonToken = `<<${TypeTokenSingletons}>>` | `<<${TypeTokenSingletons}::${string}>>` | `<<${TypeTokenSingletons}::${UnionToken}>>` | `<<string-set::${string}::[${string}]>>` | `<<number-set::${string}::[${string}]>>`;
34212
- type TypeTokenSets = typeof TT_Sets[number];
34393
+ type TypeTokenLookup<T extends TypeTokenKind> = T extends keyof _TypeTokenLookup ? _TypeTokenLookup[T] : "";
34394
+
34395
+ /**
34396
+ * **BaseTypeToken**
34397
+ *
34398
+ * A very simple structure for `TypeTokens` to fit into.
34399
+ *
34400
+ * Use this type if you need to preserve type simplicity, otherwise
34401
+ * prefer `TypeToken` (or subsets like `AtomicToken`, `SingletonToken`, etc.)
34402
+ */
34403
+ type BaseTypeToken = `${TypeTokenStart}${string}${TypeTokenStop}`;
34404
+ /**
34405
+ * TypeTokenAtomics
34406
+ *
34407
+ * The token names which are considered "atomic"
34408
+ */
34409
+ type TypeTokenAtomics = typeof TT_ATOMICS[number];
34410
+ type TypeTokenContainers = typeof TT_CONTAINERS[number];
34411
+ type TypeTokenFunctions = typeof TT_FUNCTIONS[number];
34412
+ type TypeTokenSingletons = typeof TT_SINGLETONS[number];
34413
+ type TypeTokenSets = typeof TT_SETS[number];
34213
34414
  /**
34214
34415
  * **TypeTokenKind**
34215
34416
  *
@@ -34226,76 +34427,32 @@ type TypeTokenStart = typeof TT_START;
34226
34427
  * string which indicates the end of a `TypeToken`
34227
34428
  */
34228
34429
  type TypeTokenStop = typeof TT_STOP;
34229
- type TypeTokenSeparator = typeof TT_SEP;
34430
+ /** the _delimiter_ token used in a `TypeToken` */
34431
+ type TypeTokenDelimiter = typeof TT_DELIMITER;
34432
+ type Delim = TypeTokenDelimiter;
34230
34433
  /**
34231
34434
  * **TypeToken**
34232
34435
  *
34436
+ * A **TypeToken** represents the general shape of all variants of the
34437
+ * TypeToken family. Variants are distinguished at the highest level
34438
+ * by their `TypeTokenKind`.
34233
34439
  *
34440
+ * You can use the generic `T` to isolate to one or more of these kinds
34441
+ * if you like but by default all are represented.
34234
34442
  */
34235
- type TypeToken<T extends TypeTokenKind = TypeTokenKind> = `${TypeTokenStart}${T}${"" | `::${string}`}${TypeTokenStop}`;
34236
- type Parse<T extends TypeToken> = T extends `${TypeTokenStart}${infer Data}${TypeTokenStop}` ? If<Contains<Data, TypeTokenSeparator>, Split<Data, TypeTokenSeparator>, [
34237
- Data
34238
- ]> : never;
34239
- type Kind<T extends TypeToken> = Parse<T>[0] extends TypeTokenKind ? Parse<T>[0] : never;
34240
- type Data<T extends TypeToken> = AfterFirst<Parse<T>>;
34241
- type Categories = "atomics" | "containers" | "functions" | "singletons";
34242
- type Category<T extends TypeToken> = Kind<T> extends TypeTokenAtomics ? "atomics" : Kind<T> extends TypeTokenContainers ? "containers" : Kind<T> extends TypeTokenFunctions ? "functions" : Kind<T> extends TypeTokenSingletons ? "singletons" : never;
34243
- type GetAtomic<T extends TypeTokenKind> = T extends "undefined" ? undefined : T extends "null" ? null : T extends [boolean, "true"] ? true : T extends [boolean, "false"] ? false : never;
34244
- type GetSingleton<T extends TypeTokenKind, D extends readonly string[]> = T extends "string" ? D["length"] extends 0 ? string : First<D> extends string ? [string, First<D>] : never : T extends "number" ? D["length"] extends 0 ? number : First<D> extends `${number}` ? [number, AsNumber<First<D>>] : never : never;
34245
- type GetFunction<T extends TypeTokenKind, _D extends readonly string[]> = T extends "fn" ? AnyFunction : T extends "gen" ? Generator : never;
34246
- type GetContainer<T extends TypeTokenKind, _D extends readonly string[]> = T extends "obj" ? Dictionary : T extends "arr" ? unknown[] : T extends "set" ? Set<unknown> : T extends "map" ? Map<unknown, unknown> : T extends "weak" ? WeakMap<object, unknown> : never;
34247
- type Type$1<TCat extends Categories, TKind extends TypeTokenKind, TData extends readonly string[]> = TCat extends "atomics" ? GetAtomic<TKind> : TCat extends "singletons" ? GetSingleton<TKind, TData> : TCat extends "functions" ? GetFunction<TKind, TData> : TCat extends "containers" ? GetContainer<TKind, TData> : never;
34248
- type TypeHelper<T> = IsNever<T> extends true ? {
34249
- baseType: never;
34250
- } : T extends readonly [infer First, infer Second] ? {
34251
- baseType: First;
34252
- literalType: Second;
34253
- } : {
34254
- baseType: T;
34255
- };
34256
- /**
34257
- * **ParseToken**`<T>`
34258
- *
34259
- * Attempts to parses the passed in string in `T` as a
34260
- * `TypeToken` and if successful returns meta characteristics:
34261
- *
34262
- * - `token` - the raw token in `T`
34263
- * - `kind` - the specific _kind_ of token; which uniquely identifies the token
34264
- * - `category` - the category of token (e.g., atomic, singleton, etc.)
34265
- * - `baseType` - the broad / base type of the token
34266
- * - _`literal`_ - where appropriate, the _literal_ type of the token
34267
- *
34268
- * **Notes:**
34269
- * - deeper type analysis must be done at runtime.
34270
- * - if `T` is not a valid token then an `ErrorCondition<"invalid-token">`
34271
- * will be raised.
34272
- */
34273
- type ParseToken<T extends string> = T extends TypeToken ? {
34274
- /** the raw token text */
34275
- token: T;
34276
- /** the _kind_ or _token name_ for this type */
34277
- kind: Kind<T>;
34278
- /** the category of type this is (atomics, singleton, etc.) */
34279
- category: Category<T>;
34280
- /** data/config parameters available for this token */
34281
- data: Data<T>;
34282
- } & TypeHelper<Type$1<Category<T>, Kind<T>, Data<T>>> : Throw<"invalid-token", `Call to ParseToken<T> with an invalid token: ${T}`, "ParseToken", {
34283
- library: "inferred-types/constants";
34284
- }>;
34443
+ type TypeToken<T extends TypeTokenKind = TypeTokenKind> = IsEqual<T, TypeTokenKind> extends true ? `${TypeTokenStart}${T}${"" | `${Delim}${string}`}${TypeTokenStop}` : T extends TypeTokenKind ? IsUnion<T> extends true ? null : T extends TypeTokenSets ? `${TypeTokenStart}${T}${Delim}${TypeTokenLookup<T>}${TypeTokenStop}` : T extends TypeTokenAtomics ? `${TypeTokenStart}${T}${TypeTokenStop}` : `${TypeTokenStart}${T}${TypeTokenStop}` | `${TypeTokenStart}${T}${Delim}${TypeTokenLookup<T>}${TypeTokenStop}` : never;
34285
34444
  /**
34286
- * **TokenKind**`<T>`
34287
- *
34288
- * Reveals the _kind_ of a given `TypeToken`
34289
- */
34290
- type TokenKind<T extends TypeToken> = Kind<T>;
34291
- /**
34292
- * **TokenBaseType**`<T>`
34293
- *
34294
- * Reveals the _base_ type of a given `TypeToken`
34445
+ * the shape of `TypeToken` variants which represent one of the Singleton variants
34295
34446
  */
34296
- type TokenBaseType<T extends TypeToken> = ParseToken<T>["baseType"];
34297
- type TokenLiteralType<T extends TypeToken> = "literal" extends keyof ParseToken<T> ? ParseToken<T>["literal"] : never;
34298
- type IsTypeToken<T> = T extends string ? T extends TypeToken ? true : false : false;
34447
+ type TT_Singleton = TypeToken<TypeTokenSingletons>;
34448
+ /** the shape of `TypeToken` variants which represent one of the Atomic variants */
34449
+ type TT_Atomic = TypeToken<TypeTokenAtomics>;
34450
+ /** the shape of `TypeToken` variants which a "set" of pattern based types */
34451
+ type TT_Set = TypeToken<TypeTokenSets>;
34452
+ /** the shape of `TypeToken` variants which represent a function */
34453
+ type TT_Function = TypeToken<TypeTokenFunctions>;
34454
+ /** the shape of `TypeToken` variants which represent a container */
34455
+ type TT_Container = TypeToken<TypeTokenContainers>;
34299
34456
 
34300
34457
  type ProcessSimple<T extends SimpleToken | TypeToken> = T extends SimpleToken ? SimpleType<T> : never;
34301
34458
  type Iterate<T extends readonly SimpleToken[], TResult = never> = [] extends T ? TResult : Iterate<AfterFirst<T>, TResult & (First<T> extends SimpleScalarToken ? SimpleTypeScalar<First<T>> : First<T> extends SimpleDictToken ? SimpleTypeDict<First<T>> : First<T> extends SimpleMapToken ? SimpleTypeMap<First<T>> : First<T> extends SimpleSetToken ? SimpleTypeSet<First<T>> : First<T> extends SimpleArrayToken ? SimpleTypeArray<First<T>> : First<T> extends SimpleUnionToken ? SimpleTypeUnion<First<T>> : never)>;
@@ -34523,24 +34680,27 @@ interface ShapeApi__Functions {
34523
34680
  done: () => AsLiteralFn<FromDefn<TArgs>>;
34524
34681
  });
34525
34682
  }
34683
+ /** used in Shape callbacks */
34526
34684
  type RecordKeyWideTokens = "string" | "symbol" | "string | symbol";
34685
+ type FromSimpleRecordKey<T extends RecordKeyWideTokens> = T extends "string" ? string : T extends "symbol" ? symbol : T extends "string | symbol" ? string | symbol : never;
34527
34686
  type RecordKeyDefn = RecordKeyWideTokens | ShapeCallback;
34528
- type FromRecordKeyDefn<T extends RecordKeyDefn> = T extends ShapeCallback ? HandleDoneFn<ReturnType<T>> : T extends "string" ? string : T extends "symbol" ? symbol : T extends "string | symbol" ? string | symbol : never;
34687
+ type FromRecordKeyDefn<T extends RecordKeyDefn> = T extends ShapeCallback ? FromShapeCallback<T> extends ObjectKey ? FromShapeCallback<T> : never : T extends "string" ? string : T extends "symbol" ? symbol : T extends "string | symbol" ? string | symbol : never;
34529
34688
  /**
34530
34689
  * An input type for defining an object's "key".
34531
34690
  *
34532
34691
  * Note: use of `FromDefn<T>` will translate this into the actual key value.
34533
34692
  */
34534
34693
  type ObjKeyDefn = RecordKeyWideTokens | ShapeCallback;
34535
- type ArrayTypeDefn = "string[]" | "number[]" | "boolean[]" | "unknown[]" | ShapeCallback;
34694
+ type FromObjKeyDefn<T extends ObjKeyDefn> = T extends ShapeCallback ? FromShapeCallback<T> extends ObjectKey ? FromShapeCallback<T> : never : FromRecordKeyDefn<T>;
34695
+ type ArrayTypeDefn = "Array<string>" | "Array<number>" | "Array<boolean>" | "Array<unknown>" | ShapeCallback;
34536
34696
  type RecordValueTypeDefn = ShapeCallback | WideTokenNames;
34537
34697
  type MapKeyDefn = ShapeCallback | WideTokenNames;
34538
34698
  type MapValueDefn = ShapeCallback | WideTokenNames;
34539
34699
  type WeakMapKeyDefn = WideContainerNames | ShapeCallback;
34540
34700
  type WeakMapValueDefn = ShapeCallback | WideTokenNames;
34541
34701
  interface ShapeApi__WideContainers {
34542
- record: <TKey extends ObjKeyDefn = "string | symbol", TValue extends RecordValueTypeDefn = "unknown">(key?: TKey, value?: TValue) => Record<FromDefn<TKey>, FromDefn<TValue>>;
34543
- array: <T extends ArrayTypeDefn = "unknown[]">(type?: T) => AsArray<FromDefn<T>>;
34702
+ record: <TKey extends ObjKeyDefn = "string | symbol", TValue extends RecordValueTypeDefn = "unknown">(key?: TKey, value?: TValue) => TKey extends string | symbol ? Record<FromObjKeyDefn<TKey>, FromDefn<TValue>> : never;
34703
+ array: <T extends ArrayTypeDefn = "Array<unknown>">(type?: T) => AsArray<FromDefn<T>>;
34544
34704
  set: <T extends WideTokenNames | ShapeCallback = "unknown">(type?: T) => T extends ShapeCallback ? Set<HandleDoneFn<ReturnType<T>>> : T extends WideTokenNames ? Set<FromDefn<T>> : Set<unknown>;
34545
34705
  map: <TKey extends MapKeyDefn = "unknown", TValue extends MapValueDefn = "unknown">(key?: TKey, value?: TValue) => Map<FromDefn<TKey>, FromDefn<TValue>>;
34546
34706
  weakMap: <TKey extends WeakMapKeyDefn = "object", TValue extends WeakMapValueDefn = "unknown">(key?: TKey, value?: TValue) => WeakMap<As<FromDefn<TKey>, Container>, FromDefn<TValue>>;
@@ -34945,7 +35105,7 @@ type TypeTuple<TType extends Narrowable = Narrowable, TDesc extends string = str
34945
35105
  * }
34946
35106
  * ```
34947
35107
  *
34948
- * - typically used though a function of type `DefineObjectApi`
35108
+ * - typically used alongside `FromDefn` or `FromDefineObject`
34949
35109
  */
34950
35110
  interface DefineObject {
34951
35111
  [key: string]: SimpleToken | ShapeCallback;
@@ -36290,4 +36450,4 @@ type LastOfEach<T extends readonly unknown[][]> = {
36290
36450
  */
36291
36451
  type SecondOfEach<T extends unknown[][]> = T[number][1] extends T[number][number] ? T[number][1] : never;
36292
36452
 
36293
- export { ACCELERATION_METRICS_LOOKUP$2 as ACCELERATION_METRICS_LOOKUP, ALPHA_CHARS, AMAZON_BOOKS, AMAZON_DNS$2 as AMAZON_DNS, APPLE_DNS$2 as APPLE_DNS, AREA_METRICS_LOOKUP$2 as AREA_METRICS_LOOKUP, AUSTRALIAN_NEWS$2 as AUSTRALIAN_NEWS, type Abs, type AbsMaybe, type Acceleration, type AccelerationMetrics, type AccelerationUom, type Add, type AddKeyValue, type AddUrlPathSegment, type AfterFirst, type AfterFirstChar, type AllCaps, type AllExtend, type AllLiteral, type AllNumericLiterals, type AllStringLiterals, type AllowNonTupleWhenSingular, type Alpha, type AlphaChar, type AlphaNumeric, type AlphaNumericChar, type AmPm, type AmPmCase, type AmazonUrl, type And, type AnyArray, type AnyFunction, type AnyObject, type AnyQueryParams, type Api, type ApiCallback, type ApiConfig, type ApiEscape, type ApiHandler, type ApiOptions, type ApiReturn, type ApiState, type ApiStateInitializer, type ApiSurface, type AppendRight, type AppleUrl, type AreSameLength, type AreSameType, type Area, type AreaMetrics, type AreaUom, type AriaDocStructureRoles, type AriaLandmarkRoles, type AriaLiveRegionRoles, type AriaRole, type AriaWidgetRoles, type AriaWindowRoles, type ArrayElementType, type ArrayToken, type ArrayTypeDefn, type As, type AsApi, type AsArray, type AsBoolean, type AsChoice, type AsClassSelector, type AsContainer, type AsDefined, type AsDictionary, type AsDoneFn, type AsErr, type AsErrKind, type AsError, type AsError__Meta, type AsEscapeFunction, type AsFinalizedConfig, type AsFnMeta, type AsFunction, type AsIndexOf, type AsIp6Prefix, type AsLeft, type AsLeftRight, type AsList, type AsLiteralFn, type AsNarrowingFn, type AsNegativeNumber, type AsNonNull, type AsNumber, type AsNumberWhenPossible, type AsNumericArray, type AsObject, type AsObjectKey, type AsObjectKeys, type AsOptionalParamFn, type AsPropertyKey, type AsRecord, type AsRef, type AsRight, type AsSomething, type AsString, type AsStringUnion, type AsTuple, type AsType, type AsUnion, type AsVueComputedRef, type AsyncFunction, type AtomicToken, type AustralianNewsCompanies, type AustralianNewsUrls, type AvailableConverters, type Awaited$1 as Awaited, BELGIUM_NEWS$2 as BELGIUM_NEWS, BEST_BUY_DNS$2 as BEST_BUY_DNS, BLOOD_MARKERS_LOOKUP, type BareCssSelector, type BaseTypeToken, type BeforeLast, type BelgianNewsCompanies, type BelgianNewsUrls, type BespokeLiteral, type BespokeUnion, type BestBuyUrl, type BooleanLike, type Box, type BoxValue, type BoxedFnParams, type Bracket, type Break, CANADIAN_NEWS$2 as CANADIAN_NEWS, CHEWY_DNS$2 as CHEWY_DNS, CHINESE_NEWS$2 as CHINESE_NEWS, COMMA, COMMON_OBJ_PROPS, CONSONANTS$2 as CONSONANTS, COSTCO_DNS$2 as COSTCO_DNS, CSS_NAMED_COLORS$2 as CSS_NAMED_COLORS, type CSV, CURRENT_METRICS_LOOKUP$2 as CURRENT_METRICS_LOOKUP, CVS_DNS$2 as CVS_DNS, type CamelCase, type CamelKeys, type CanadianNewsCompanies, type CanadianNewsUrls, type CapFirstAlpha, type CapitalizeWords, type Cardinality, type Cardinality0, type Cardinality1, type CardinalityExplicit, type CardinalityFilter0, type CardinalityFilter1, type CardinalityIn, type CardinalityInput, type CardinalityNode, type CardinalityOut, type Chars, type ChewyUrl, type ChineseNewsCompanies, type ChineseNewsUrls, type Choice, type ChoiceApi, type ChoiceApiConfig, type ChoiceApiOptions, type ChoiceBuilder, type ChoiceCallback, type ChoiceValue, type CivilianHours, type CivilianTime, type CivilianTimeOptions, type ClosingBracket, type ClosingMark, type ClosingMarkPlus, type ColorFnOptOpacity, type ColorFnValue, type ColorParam, type CombinedKeys, type CommonHtmlElement, type CommonObjProps, type ComparatorOperation, type Compare$1 as Compare, type Comparison, type CompleteError, type Concat, type ConfiguredMap, type Consonant, type Consonants, type Constant$3 as Constant, type Constructor, type Container, type ContainerBlockKey, type ContainerKeyGuarantee, type ContainerToken, type Contains, type ContainsAll, type Conversion, type ConversionTuple, type ConvertSet, type ConvertTypeOf, type ConvertWideTokenNames, type ConverterCoverage, type ConverterDefn, type CostCoUrl, type CostcoUrl, type CountryPhoneNumber, type Cr, type CrThenIndent, type CreateChoice, type CreateDictHash, type CreateDictShape, type CreateKV, type CreateLookup, type CssAbsolutionPositioningProperties, type CssAlignContent, type CssAlignItems, type CssAlignProperties, type CssAlignSelf, type CssAnimation, type CssAnimationComposition, type CssAnimationDelay, type CssAnimationDirection, type CssAnimationDuration, type CssAnimationFillMode, type CssAnimationIterationCount, type CssAnimationPlayState, type CssAnimationProperties, type CssAnimationTimingFunction, type CssAppearance, type CssAspectRatio, type CssBackdropFilter, type CssBackgroundProperties, type CssBorderCollapse, type CssBorderImageRepeat, type CssBorderImageSource, type CssBorderInlineSizing, type CssBorderProperties, type CssBorderStyle, type CssBorderWidth, type CssBoxAlign, type CssBoxDecorationBreak, type CssBoxProperties, type CssBoxShadow, type CssBoxSizing, type CssCalc, type CssClamp, type CssClassSelector, type CssColor, type CssColorFn, type CssColorLight, type CssColorMix, type CssColorMixLight, type CssColorModel, type CssColorSpace, type CssColorSpacePrimary, type CssContent, type CssCursor, type CssDefinition, type CssDisplay, type CssDisplayStatePseudoClasses, type CssFlex, type CssFlexBasis, type CssFlexDirection, type CssFlexFlow, type CssFlexGrow, type CssFlexShrink, type CssFloat, type CssFontFamily, type CssFontFeatureSetting, type CssFontKerning, type CssFontLanguageOverride, type CssFontPalette, type CssFontStyle, type CssFontSynthesis, type CssFontWeight, type CssFontWidth, type CssFunctionalPseudoClass, type CssGap, type CssGlobal, type CssHangingPunctuation, type CssHexColor, type CssHsb, type CssHsl, type CssIdSelector, type CssImageOrientation, type CssImageRendering, type CssImageResolution, type CssInputPseudoClasses, type CssJustifyContent, type CssJustifyItems, type CssJustifyProperties, type CssJustifySelf, type CssKeyframeCallback, type CssKeyframeTimestamp, type CssKeyframeTimestampSuggest, type CssLetterSpacing, type CssLinguisticPseudoClasses, type CssListStyle, type CssLocationPseudoClasses, type CssMargin, type CssMarginBlock, type CssMarginBlockEnd, type CssMarginBlockStart, type CssMarginBottom, type CssMarginInline, type CssMarginInlineEnd, type CssMarginInlineStart, type CssMarginLeft, type CssMarginProperties, type CssMarginRight, type CssMarginTop, type CssMixBlendMode, type CssNamedColors, type CssNamedSizes, type CssObjectFit, type CssObjectPosition, type CssOffsetDistance, type CssOffsetPath, type CssOffsetPosition, type CssOffsetProperties, type CssOkLch, type CssOpacity, type CssOutline, type CssOutlineColor, type CssOutlineOffset, type CssOutlineProperties, type CssOutlineStyle, type CssOutlineWidth, type CssOverflowAnchor, type CssOverflowBlock, type CssOverflowClipMargin, type CssOverflowInline, type CssOverflowProperties, type CssOverflowX, type CssOverflowY, type CssPadding, type CssPaddingBlock, type CssPaddingBlockEnd, type CssPaddingBlockStart, type CssPaddingBottom, type CssPaddingInline, type CssPaddingInlineEnd, type CssPaddingInlineStart, type CssPaddingLeft, type CssPaddingProperties, type CssPaddingRight, type CssPaddingTop, type CssPerspectiveOrigin, type CssPlaceContent, type CssPlaceItems, type CssPlaceProperties, type CssPlaceSelf, type CssPointerEvent, type CssPosition, type CssProperty, type CssPseudoClass, type CssPseudoClassDefn, type CssResourceStatePseudoClasses, type CssRgb, type CssRgba, type CssRotation, type CssRound, type CssSelector, type CssSelectorOptions, type CssSizing, type CssSizingFunction, type CssSizingLight, type CssStroke, type CssStrokeDasharray, type CssStrokeProperties, type CssTagSelector, type CssTextAlign, type CssTextDecorationLine, type CssTextDecorationStyle, type CssTextIndent, type CssTextJustify, type CssTextOrientation, type CssTextOverflow, type CssTextPosition, type CssTextProperties, type CssTextRendering, type CssTextTransform, type CssTextWrap, type CssTextWrapMode, type CssTextWrapStyle, type CssTimePseudoClasses, type CssTiming, type CssTransform, type CssTransformBox, type CssTransformOrigin, type CssTransformProperties, type CssTransformStyle, type CssTranslate, type CssTranslateFn, type CssTreePseudoClasses, type CssUserActionPseudoClasses, type CssVar, type CssVarWithFallback, type CssWhiteSpace, type CssWhiteSpaceCollapse, type CssWordBreak, type CssWritingMode, type CsvFormat, type CsvToJsonTuple, type CsvToStrUnion, type CsvToTuple, type CsvToTupleStr, type CsvToUnion, type Current, type CurrentMetrics, type CurrentUom, type CvsUrl, DANISH_NEWS$2 as DANISH_NEWS, DEFAULT_MANY_TO_ONE_MAPPING, DEFAULT_ONE_TO_MANY_MAPPING, DEFAULT_ONE_TO_ONE_MAPPING, DELL_DNS$2 as DELL_DNS, DISTANCE_METRICS_LOOKUP$2 as DISTANCE_METRICS_LOOKUP, DUTCH_NEWS$2 as DUTCH_NEWS, type DanishNewsCompanies, type DanishNewsUrls, type DashToSnake, type DashUppercase, type Date$2 as Date, type DateSeparator, type DateThenMonth, type DateThenMonthThenYear, type DateTime, type DateTimeMinutes, type DateTimeSeconds, type DayOfWeek, type DayofWeekFull, type DecomposeMapConfig, type Decrement, type Default, type DefaultManyToOneMapping, type DefaultOneToManyMapping, type DefaultOneToOneMapping, type DefineObject, type DefineObjectApi, type DefineStatelessApi, type Defined, type DellUrl, type Delta, type DialCountryCode, type Dict, type DictArray, type DictArrayFilterCallback, type DictArrayKv, type DictChangeValue, type DictFromKv, type DictKvTuple, type DictTypeDefinition, type Dictionary, type DictionaryTypeDefn, type Digit, type DigitNonZero, type Digital, type DigitalLiteral, type Digitize, type Distance, type DistanceMetrics, type DistanceUom, type DnsName, type DoesExtend, type DoesNotExtend, type DomainName, type DoneFnTuple, type DotPathFor, type DoubleQuote, type DropChars, type DutchNewsCompanies, type DutchNewsUrls, EBAY_DNS$2 as EBAY_DNS, ENERGY_METRICS_LOOKUP$2 as ENERGY_METRICS_LOOKUP, ETSY_DNS$2 as ETSY_DNS, type EbayUrl, type ElementOf, type Email, type EmptyObject, type EmptyString, type EmptyStringOr, type EndingWithTypeGuard, type EndsWith, type Energy, type EnergyMetrics, type EnergyUom, type EnsureKeys, type EnsureLeading, type EnsureLeadingEvery, type EnsureSurround, type EnsureTrailing, type EqualTo, type Equals, type Err, type ErrFrom, type ErrInput, type ErrorCondition, type ErrorConditionHandler, type ErrorConditionShape, type EscapeFunction, type EsotericHtmlElement, type EtsyUrl, type Exif, type ExifAttributionInfo, type ExifCameraInfo, ExifCompression, ExifContrast, type ExifDateTimeInfo, ExifEmbedPolicy, type ExifExtraneous, ExifFlashValues, ExifGainControl, type ExifGps, ExifLightSource, type ExifPhotoContext, ExifPreviewColorSpace, ExifSaturation, ExifSceneCaptureType, ExifSharpness, ExifSubjectDistance, type ExpandDictionary, type ExpandRecursively, type ExpandTuple, type ExpandUnion, type ExplicitlyEmptyObject, type Extends, type ExtendsAll, type ExtendsNone, type ExtendsSome, FALSY_TYPE_KINDS$1 as FALSY_TYPE_KINDS, FALSY_VALUES, FRENCH_NEWS$2 as FRENCH_NEWS, FREQUENCY_METRICS_LOOKUP$2 as FREQUENCY_METRICS_LOOKUP, type Fail, type FalsyValue, type FifoQueue, type Filter, type FilterByProp, type FilterLiterals, type FilterProps, type FilterWideTypes, type FinalizedMapConfig, type Find, type FindFirstIndex, type FindIndexMetaOfString, type FindIndexMetaOfTuple, type FindIndexes, type FindIndexesWithMeta, type FindLastIndex, type Finder, type First, type FirstChar, type FirstKey, type FirstKeyValue, type FirstOfEach, type FirstString, type FixedLengthArray, type Flatten, type FlattenUnion, type FluentApi, type FluentFn, type FluentState, type FnAllowingProps, type FnArgsDefn, type FnDefn, type FnFrom, type FnMeta, type FnPropertiesDefn, type FnProps, type FnReturnTypeDefn, type FnToken, type FnWithDescription, type FnWithProps, type FontProperties, type FrenchNewsCompanies, type FrenchNewsUrls, type Frequency, type FrequencyMetrics, type FrequencyUom, type FromDefineObject, type FromDefn, type FromDictArray, type FromLiteralTokens, type FromMaybeRef, type FromRecordKeyDefn, type FromTypeDefn, type FromWideTokens, type FullDate, type FullWidthQuotation, type FullyQualifiedUrl, GERMAN_NEWS$2 as GERMAN_NEWS, GITHUB_INSIGHT_CATEGORY_LOOKUP$1 as GITHUB_INSIGHT_CATEGORY_LOOKUP, type GeneratorToken, type GermanNewsCompanies, type GermanNewsUrls, type Get$1 as Get, type GetEach, type GetEachOptions, type GetEscapeFunction, type GetOptions, type GetPhoneCountryCode, type GetPhoneNumberType, type GetTypeOf, type GetUrlPath, type GetUrlPort, type GetUrlProtocol, type GetUrlProtocolPrefix, type GetUrlQueryParams, type GetUrlSource, type GetYouTubePageType, type GitRef, type GithubActionsUrl, type GithubInsightPageType, type GithubInsightUrl, type GithubOrgUrl, type GithubRepoBranchesUrl, type GithubRepoDiscussionUrl, type GithubRepoDiscussionsUrl, type GithubRepoIssueUrl, type GithubRepoIssuesListUrl, type GithubRepoProjectUrl, type GithubRepoProjectsUrl, type GithubRepoPullRequestUrl, type GithubRepoPullRequestsUrl, type GithubRepoReleaseTagUrl, type GithubRepoReleasesUrl, type GithubRepoTagsUrl, type GithubRepoUrl, type GithubUrl, HASH_TABLE_ALPHA_LOWER, HASH_TABLE_ALPHA_UPPER, HASH_TABLE_CHAR, HASH_TABLE_DIGIT, HASH_TABLE_OTHER, HASH_TABLE_SPECIAL, HASH_TABLE_WIDE, HM_DNS$2 as HM_DNS, HOME_DEPOT_DNS$2 as HOME_DEPOT_DNS, type HandMUrl, type Handle, type HandleDoneFn, type HasArray, type HasCharacters, type HasEscapeFunction, type HasIndex, type HasIpAddress, type HasNetworkProtocolReference, type HasOtherCharacters, type HasParameters, type HasPhoneCountryCode, type HasProp, type HasQueryParameter, type HasRequiredProps, type HasSameKeys, type HasSameValues, type HasUnionType, type HasUppercase, type HasUrlPath, type HasUrlSource, type HasWideValues, type HaveSameNumericSign, type HexColor, type Hexadecimal, type HexadecimalChar, type HomeDepotUrl, type HoursMinutes, type HoursMinutes12, type HoursMinutesSeconds, type HoursMinutesSeconds12, type HoursMinutesSecondsMilliseconds, type HoursMinutesSecondsMilliseconds12, type HtmlBodyElement, type HtmlElement, type HtmlFrameworkElement, type HtmlFunctionalElement, type HtmlHeaderElement, type HtmlInputElement, type HtmlListElement, type HtmlMediaElement, type HtmlStructuralElement, type HtmlSymantecElement, type HtmlTableElement, IKEA_DNS$2 as IKEA_DNS, IMAGE_FORMAT_LOOKUP$1 as IMAGE_FORMAT_LOOKUP, INDIAN_NEWS$2 as INDIAN_NEWS, type IP6Multicast, type IP6Unicast, IPv4, IPv6$1 as IPv6, ISO3166_1$2 as ISO3166_1, ITALIAN_NEWS$2 as ITALIAN_NEWS, type IdentityFn, type IdentityFunction, type If, type IfAllExtend, type IfAllLiteral, type IfEqual, type IfEquals, type IfErrorCondition, type IfLeft, type IfLength, type IfLiteralKind, type IfNever, type IfUnset, type IfUnsetOrUndefined, type Iff, type IkeaUrl, type ImgFormat, type ImgFormatWeb, type Immutable, type Increment, type Indent$1 as Indent, type Indent2, type Indent4, type IndentSpaces, type IndentTab, type IndexOf, type Indexable, type IndexableObject, type IndianNewsCompanies, type IndianNewsUrls, type InlineSvg, type InternationalPhoneNumber, type Intersect$1 as Intersect, type IntersectAll, type IntersectWithAll, type IntersectingKeys, type Intersection, type InvertNumericSign, type Ip4Address, type Ip4Netmask, type Ip4Netmask16, type Ip4Netmask24, type Ip4Netmask32, type Ip4Netmask8, type Ip4NetmaskSuggestion, type Ip4Octet, type Ip6Address, type Ip6AddressFull, type Ip6AddressLoose, type Ip6Group, type Ip6GroupExpansion, type Ip6Loopback, type Ip6Subnet, type Ip6SubnetPrefix, type IsAllCaps, type IsAllLowercase, type IsArray, type IsBoolean, type IsBooleanLiteral, type IsCapitalized, type IsComputedRef, type IsContainer, type IsCssHexadecimal, type IsDefined, type IsDictionaryDefinition, type IsDomainName, type IsDotPath, type IsEmptyContainer, type IsEmptyObject, type IsEmptyString, type IsEqual, type IsErr, type IsErrorCondition, type IsEscapeFunction, type IsFalse, type IsFalsy, type IsFloat, type IsFnWithParams, type IsFunction, type IsGreaterThan, type IsGreaterThanOrEqual, type IsHexadecimal, type IsInteger, type IsIp4Address, type IsIp4Octet, type IsIp6Address, type IsIp6HexGroup, type IsIpAddress, type IsIso8601DateTime, type IsIsoDate, type IsIsoExplicitDate, type IsIsoImplicitDate, type IsIsoTime, type IsJsDate, type IsLength, type IsLessThan, type IsLessThanOrEqual, type IsLiteral, type IsLiteralFn, type IsLiteralKind, type IsLiteralUnion, type IsLowerAlpha, type IsLuxonDateTime, type IsMoment, type IsNarrowingFn, type IsNegativeNumber, type IsNever, type IsNonEmptyContainer, type IsNonEmptyObject, type IsNonLiteralUnion, type IsNotEqual, type IsNothing, type IsNull, type IsNumber, type IsNumberLike, type IsNumericLiteral, type IsObject, type IsObjectLiteral, type IsOk, type IsOptionalLiteral, type IsOptionalScalar, type IsPhoneNumber, type IsPositiveNumber, type IsReadonlyArray, type IsReadonlyObject, type IsResult, type IsScalar, type IsSingleChar, type IsSingleSided, type IsSingularNoun, type IsStrictPromise, type IsString, type IsStringLiteral, type IsSymbol, type IsThenable, type IsTrue, type IsTruthy, type IsTuple, type IsTypeToken, type IsUndefined, type IsUnion, type IsUnionArray, type IsUnset, type IsUrl, type IsValidDotPath, type IsValidIndex, type IsVueRef, type IsWideContainer, type IsWideScalar, type IsWideType, type IsWideUnion, type Iso3166Alpha2Lookup, type Iso3166Alpha3Lookup, type Iso3166CodeLookup, type Iso3166CountryLookup, type Iso3166_1_Alpha2, type Iso3166_1_Alpha3, type Iso3166_1_CountryCode, type Iso3166_1_CountryName, type Iso3166_1_Lookup, type Iso3166_1_Token, type Iso8601, type Iso8601Date, type Iso8601DateTime, type Iso8601Time, type Iso8601Year, type ItalianNewsCompanies, type ItalianNewsUrls, JAPANESE_NEWS$2 as JAPANESE_NEWS, type JapaneseNewsCompanies, type JapaneseNewsUrls, type Join, type Joiner, type JsonValue, type JsonValues, type JustFunction, KROGER_DNS$2 as KROGER_DNS, type KebabCase, type KebabKeys, type KeyOf, type KeyValue, type KeyframeApi, type Keys, type KeysEqualValue, type KeysNotEqualValue, type KeysWithValue, type KeysWithoutValue, type KindFrom, type KlassMeta, type KrogerUrl, type KvFn, type KvFnDefn, type KvFrom, type KvTuple, LITERAL_TYPE_KINDS$1 as LITERAL_TYPE_KINDS, LOWER_ALPHA_CHARS$2 as LOWER_ALPHA_CHARS, LOWES_DNS$2 as LOWES_DNS, LUMINOSITY_METRICS_LOOKUP$2 as LUMINOSITY_METRICS_LOOKUP, type Last, type LastChar, type LastInUnion$1 as LastInUnion, type LastOfEach, type LeadingNonAlpha, type Left, type LeftContains, type LeftDoubleMark, type LeftEquals, type LeftExtends, type LeftHeavyDoubleTurned, type LeftHeavySingleTurned, type LeftIncludes, type LeftLowDoublePrime, type LeftReversedDoublePrime, type LeftRight, type LeftRight__Operations, type LeftSingleMark, type LeftWhitespace, type Length, type LessThan, type LessThanOrEqual$1 as LessThanOrEqual, type LifoQueue, type LikeRegExp, type List, type LiteralFn, type LocalPhoneNumber, type LogicFunction, type LogicalCombinator, type LogicalReturns, type LowerAllCaps, type LowerAlphaChar, type LowesUrl, type Luminosity, type LuminosityMetrics, type LuminosityUom, type LuxonJs, MACYS_DNS$2 as MACYS_DNS, MARKED$2 as MARKED, MASS_METRICS_LOOKUP$2 as MASS_METRICS_LOOKUP, MEXICAN_NEWS$2 as MEXICAN_NEWS, MONTH_ABBR$1 as MONTH_ABBR, MONTH_NAME$1 as MONTH_NAME, type MacysUrl, type MakeKeysOptional, type MakeKeysRequired, type MakePropsMutable, type ManyToMany, type ManyToOne, type ManyToZero, type MapCard, MapCardinality, type MapCardinalityFrom, type MapCardinalityIllustrated, type MapConfig, type MapCoverage, type MapError, type MapFn, type MapFnInput, type MapFnOutput, type MapIR, type MapInput, type MapInputFrom, type MapKeyDefn, type MapOR, type MapOutput, type MapOutputFrom, type MapTo, type MapToken, type MapValueDefn, type Mapper, type MapperApi, type Marked$5 as Marked, type Mass, type MassMetrics, type MassUom, type MaxLength, type MaybeError, type MaybeRef, type Merge, type MergeKVs, type MergeObjects, type MergeScalars, type MergeTuples, type Metric, type MexicanNewsCompanies, type MexicanNewsUrls, type MilitaryHours, type MilitaryTime, type MilitaryTimeOptions, type Milliseconds, type Minutes, type MomentJs, type MonthAbbr, type MonthAbbrThenDate, type MonthAbbrThenDateAndYear, type MonthDay, type MonthName, type MonthNumeric, type MonthPostfix, type MonthThenDate, type MonthThenDateThenYear, type MonthThenDate_Simple, type MultiChoiceCallback, type MultipleChoice, type Mutable, type MutableProps, type MutablePropsExclusive, NARROW_CONTAINER_TYPE_KINDS$1 as NARROW_CONTAINER_TYPE_KINDS, NETWORK_PROTOCOL_LOOKUP$2 as NETWORK_PROTOCOL_LOOKUP, NIKE_DNS$2 as NIKE_DNS, NON_ZERO_NUMERIC_CHAR$2 as NON_ZERO_NUMERIC_CHAR, NORWEGIAN_NEWS$2 as NORWEGIAN_NEWS, NOT_APPLICABLE$1 as NOT_APPLICABLE, NOT_DEFINED$1 as NOT_DEFINED, NO_DEFAULT_VALUE$2 as NO_DEFAULT_VALUE, NUMERIC_CHAR$2 as NUMERIC_CHAR, NUMERIC_DIGIT$1 as NUMERIC_DIGIT, type NamedColor, type NamedColorMinimal, type NamedColor_Blue, type NamedColor_Brown, type NamedColor_Cyan, type NamedColor_Gray, type NamedColor_Green, type NamedColor_Orange, type NamedColor_Pink, type NamedColor_Purple, type NamedColor_Red, type NamedColor_White, type NamedColor_Yellow, type NamingConvention, type Narrow$1 as Narrow, type NarrowDictProps, type NarrowObject, type Narrowable, type NarrowableDefined, type NarrowableScalar, type NarrowingFn, type NarrowlyContains, type NegDelta, type Negative, type NetworkProtocol, type NetworkProtocolPrefix, Never, type NewsUrls, type NextDigit, type NikeUrl, type NoDefaultValue$2 as NoDefaultValue, type NonAlphaChar, type NonArray, type NonNumericKeys, type NonStringKeys, type NonZeroNumericChar, type NorwegianNewsCompanies, type NorwegianNewsUrls, type Not, type NotApplicable$1 as NotApplicable, type NotDefined$1 as NotDefined, type NotEqual, type NotLength, type NotNull, type Nothing, type NumberLike, type NumericChar, type NumericCharOneToFive, type NumericCharOneToFour, type NumericCharOneToThree, type NumericCharOneToTwo, type NumericCharZeroToFive, type NumericCharZeroToFour, type NumericCharZeroToOne, type NumericCharZeroToThree, type NumericCharZeroToTwo, type NumericComparatorOperation, type NumericKeys, type NumericRange, type NumericSign, type NumericSort, type NumericSupportOptions, OPTION, type ObjKeyDefn, type ObjectKey, type ObjectToCssString, type ObjectToJsString, type ObjectToJsonString, type ObjectToKeyframeString, type ObjectToTuple, type ObjectToken, type Ok, type OkFrom, type OldSchoolHtmlElement, type OnPass, type OnPassRemap, type OneToMany, type OneToOne, type OneToZero, type OpeningBracket, type OpeningMark, type OpeningMarkPlus, type Opt$1 as Opt, type OptCr, type OptCrThenIndent, type OptDictProps, type OptModifier, type OptPercent, type OptRequired, type OptSpace, type OptSpace2, type OptSpace4, type OptUrlQueryParameters, type OptWhitespace, type Optional, type OptionalKeys, type OptionalParamFn, type OptionalProps, type OptionalSimpleScalarTokens, type OptionalSpace, type Or, PHONE_COUNTRY_CODES$1 as PHONE_COUNTRY_CODES, PHONE_FORMAT$1 as PHONE_FORMAT, PLURAL_EXCEPTIONS$2 as PLURAL_EXCEPTIONS, PLURAL_EXCEPTIONS_OLD, POWER_METRICS_LOOKUP$2 as POWER_METRICS_LOOKUP, PRESSURE_METRICS_LOOKUP$2 as PRESSURE_METRICS_LOOKUP, PROXMOX_CT_STATE, type ParamsForComparison, type ParseInt, type ParseToken, type PartialError, type PartialErrorDefn, type PascalCase, type PascalKeys, type Passthrough, type PathJoin, type PhoneAreaCode, type PhoneCountryCode, type PhoneCountryLookup, type PhoneFormat, type PhoneNumber, type PhoneNumberDelimiter, type PhoneNumberType, type PhoneShortCode, type PluralExceptions, type Pluralize, type PlusMinus, type Pop, type PortSpecifierOptions, type Power, type PowerMetrics, type PowerUom, type Prepend, type PrependAll, type Pressure, type PressureMetrics, type PressureUom, type PriorDigit, type PrivateKey, type PrivateKeyOf, type PrivateKeys, type PromiseAll, type PropertyChar, type ProtocolOptions, type ProxyError, type PublicKeyOf, type PublicKeys, type Punctuation, type Push, type QuotationMark, type QuotationMarkPlus, REPO_PAGE_TYPES$1 as REPO_PAGE_TYPES, REPO_SOURCES$2 as REPO_SOURCES, REPO_SOURCE_LOOKUP$3 as REPO_SOURCE_LOOKUP, RESISTANCE_METRICS_LOOKUP$2 as RESISTANCE_METRICS_LOOKUP, RESULT$1 as RESULT, type RawPhoneNumber, type ReadonlyKeys, type ReadonlyProps, type RealizedErr, type RecordKeyDefn, type RecordKeyWideTokens, type RecordToken, type RecordValueTypeDefn, type ReduceValues, type RegularFn$1 as RegularFn, type Relate, type RelativeUrl, type RemoveEmpty, type RemoveFnProps, type RemoveFromEnd, type RemoveFromStart, type RemoveHttpProtocol, type RemoveIndex, type RemoveIndexKeys, type RemoveMarked, type RemoveNetworkProtocol, type RemoveNever, type RemovePhoneCountryCode, type RemoveStart, type RemoveUndefined, type RemoveUrlPort, type RemoveUrlSource, type Repeat, type Replace, type ReplaceAll, type ReplaceLast, type RepoPageType, type RepoSource, type RepoUrls, type RequireProps, type RequiredKeys, type RequiredKeysTuple, type RequiredProps, type RequiredSimpleScalarTokens, type Resistance, type ResistanceMetrics, type ResistanceUom, type Result, type ResultApi, type ResultErr, type ResultTuple, type RetailUrl, type Retain, type RetainAfter, type RetainAfterLast, type RetainByProp, type RetainChars, type RetainLiterals, type RetainProps, type RetainUntil, type RetainWhile, type RetainWideTypes, type ReturnTypes, type ReturnValues, type Returns, type ReturnsFalse, type ReturnsTrue, type Reverse, type RgbColor, type RgbaColor, type Right, type RightContains, type RightDoubleMark, type RightEquals, type RightExtends, type RightHeavyDoubleTurned, type RightHeavySingleTurned, type RightIncludes, type RightReversedDoublePrime, type RightSingleMark, type RightWhitespace, type RuntimeUnion, SHAPE_DELIMITER, SHAPE_PREFIXES, SIMPLE_ARRAY_TOKENS$2 as SIMPLE_ARRAY_TOKENS, SIMPLE_CONTAINER_TOKENS, SIMPLE_DICT_TOKENS$2 as SIMPLE_DICT_TOKENS, SIMPLE_DICT_VALUES$2 as SIMPLE_DICT_VALUES, SIMPLE_FN_TOKENS, SIMPLE_MAP_KEYS$2 as SIMPLE_MAP_KEYS, SIMPLE_MAP_TOKENS$2 as SIMPLE_MAP_TOKENS, SIMPLE_MAP_VALUES$2 as SIMPLE_MAP_VALUES, SIMPLE_OPT_SCALAR_TOKENS$2 as SIMPLE_OPT_SCALAR_TOKENS, SIMPLE_SCALAR_TOKENS$2 as SIMPLE_SCALAR_TOKENS, SIMPLE_SET_TOKENS$2 as SIMPLE_SET_TOKENS, SIMPLE_SET_TYPES$2 as SIMPLE_SET_TYPES, SIMPLE_TOKENS, SIMPLE_UNION_TOKENS$2 as SIMPLE_UNION_TOKENS, SINGULAR_NOUN_ENDINGS$1 as SINGULAR_NOUN_ENDINGS, SOCIAL_MEDIA$2 as SOCIAL_MEDIA, SOUTH_KOREAN_NEWS$2 as SOUTH_KOREAN_NEWS, SPANISH_NEWS$2 as SPANISH_NEWS, SPEED_METRICS_LOOKUP$2 as SPEED_METRICS_LOOKUP, SWISS_NEWS$2 as SWISS_NEWS, type Scalar, type ScalarCallback, type ScalarNotSymbol, type Second, type SecondOfEach, type Seconds, type SemanticVersion, type SerializedComma, type SetCandidate, type SetToken, type Shape, type ShapeApi, ShapeApiImplementation, type ShapeApi__Scalars, type ShapeCallback, type ShapeSuggest, type ShapeTupleOrUnion, type SharedKeys, type Shift, type ShortDate, type SimpleArrayToken, type SimpleContainerToken, type SimpleDictToken, type SimpleMapToken, type SimpleScalarToken, type SimpleSetToken, type SimpleToken, type SimpleType, type SimpleTypeArray, type SimpleTypeDict, type SimpleTypeMap, type SimpleTypeScalar, type SimpleTypeSet, type SimpleTypeUnion, type SimpleUnionToken, type SimplifyObject, type SingleQuote, type SingletonClosure, type SingletonToken, type SingularNoun$1 as SingularNoun, type SingularNounEnding, type SizingUnits, type Slice, type SmartMark, type SmartMarkPlus, type SnakeCase, type SnakeKeys, type SocialMediaPlatform, type SocialMediaProfileUrl, type SocialMediaUrl, type Some, type SomeEqual, type SomeExtend, type Something, type SouthKoreanNewsCompanies, type SouthKoreanNewsUrls, type SpanishNewsCompanies, type SpanishNewsUrls, type SpecialChar, type Speed, type SpeedMetrics, type SpeedUom, type Split, type StackFrame, type StackTrace, type StandardMark, type StartingWithTypeGuard, type StartsWith, type StrLen, type StringComparatorOperation, type StringDelimiter, type StringKeys, type StringLength, type StringLiteralFromTuple, type StringLiteralToken, type StringTokenUtilities, type StripAfter, type StripBefore, type StripChars, type StripLeading, type StripLeftNonAlpha, type StripSlash, type StripSurround, type StripSurroundConfigured, type StripTrailing, type StripUntil, type StripWhile, type StrongMap, type StrongMapTransformer, type StrongMapTypes, type StructuredStringType, type Subtract, type Suggest, type SuggestHexadecimal, type SuggestIpAddress, type SuggestNumeric, type Surround, type SurroundWith, type SwissNewsCompanies, type SwissNewsUrls, type SymbolKind, TARGET_DNS$2 as TARGET_DNS, TEMPERATURE_METRICS_LOOKUP$2 as TEMPERATURE_METRICS_LOOKUP, TIME_METRICS_LOOKUP$2 as TIME_METRICS_LOOKUP, type TLD, TOP_LEVEL_DOMAINS$1 as TOP_LEVEL_DOMAINS, TT_Atomics$2 as TT_Atomics, TT_Containers$2 as TT_Containers, TT_Functions$2 as TT_Functions, TT_SEP$1 as TT_SEP, TT_START$2 as TT_START, TT_STOP$2 as TT_STOP, TT_Sets$2 as TT_Sets, TT_Singletons$2 as TT_Singletons, TURKISH_NEWS$2 as TURKISH_NEWS, TW_CHROMA$2 as TW_CHROMA, TW_CHROMA_100, TW_CHROMA_200, TW_CHROMA_300, TW_CHROMA_400, TW_CHROMA_50, TW_CHROMA_500, TW_CHROMA_600, TW_CHROMA_700, TW_CHROMA_800, TW_CHROMA_900, TW_CHROMA_950, TW_COLOR_TARGETS$2 as TW_COLOR_TARGETS, TW_HUE$2 as TW_HUE, TW_HUE_NEUTRAL$2 as TW_HUE_NEUTRAL, TW_HUE_STATIC, TW_HUE_VIBRANT$2 as TW_HUE_VIBRANT, TW_LUMINOSITY$2 as TW_LUMINOSITY, TW_LUMIN_100, TW_LUMIN_200, TW_LUMIN_300, TW_LUMIN_400, TW_LUMIN_50, TW_LUMIN_500, TW_LUMIN_600, TW_LUMIN_700, TW_LUMIN_800, TW_LUMIN_900, TW_LUMIN_950, TW_MODIFIERS, TW_MODIFIERS_CORE$2 as TW_MODIFIERS_CORE, TW_MODIFIERS_ORDER$2 as TW_MODIFIERS_ORDER, TW_MODIFIERS_RELN$2 as TW_MODIFIERS_RELN, TW_MODIFIERS_SIZING$2 as TW_MODIFIERS_SIZING, TYPE_COMPARISONS, TYPE_KINDS, TYPE_OF$2 as TYPE_OF, TYPE_TOKEN_ALL, TYPE_TOKEN_IDENTITIES, TYPE_TOKEN_PARAM_CSV, TYPE_TOKEN_PARAM_DATE, TYPE_TOKEN_PARAM_DATETIME, TYPE_TOKEN_PARAM_STR, TYPE_TOKEN_PARAM_TIME, TYPE_TRANSFORMS, type TZ, type TakeFirst, type TakeLast, type TakeProp, type TargetUrl, type Temperature, type TemperatureMetrics, type TemperatureUom, type Thenable, type Throw, type Time, type TimeInMilliseconds, type TimeInMinutes, type TimeInSeconds, type TimeLike, type TimeMetric, type TimeMetrics, type TimeNomenclature, type TimeResolution, type TimeUom, type Timezone, type ToBoolean, type ToCSV, type ToChoices, type ToContainer, type ToFn, type ToInteger, type ToIntegerOp, type ToJsonValue, type ToNumber, type ToNumericArray, type ToPhoneFormat, type ToString, type ToStringArray, type ToStringLiteral, type ToUnion, type TokenBaseType, type TokenKind, type TokenLiteralType, type TokenizeStringLiteral, type Trim, type TrimLeft, type TrimRight, type Truncate$1 as Truncate, type TruncateAtLen, type TruthyReturns, type Tuple, type TupleDefn, type TupleRange, type TupleToUnion, type TupleToken, type TurkishNewsCompanies, type TurkishNewsUrls, type TwChroma, type TwChroma100, type TwChroma200, type TwChroma300, type TwChroma400, type TwChroma50, type TwChroma500, type TwChroma600, type TwChroma700, type TwChroma800, type TwChroma900, type TwChroma950, type TwChromaLookup, type TwColor, type TwColorOptionalOpacity, type TwColorTarget, type TwColorWithLuminosity, type TwColorWithLuminosityOpacity, type TwHue, type TwLumi100, type TwLumi200, type TwLumi300, type TwLumi400, type TwLumi50, type TwLumi500, type TwLumi600, type TwLumi700, type TwLumi800, type TwLumi900, type TwLumi950, type TwLuminosity, type TwLuminosityLookup, type TwModifier, type TwModifier__Core, type TwModifier__Order, type TwModifier__Reln, type TwModifier__Size, type TwModifiers, type TwNeutralColor, type TwSizeResponsive, type TwStaticColor, type TwTarget__Color, type TwTarget__ColorLuminosity, type TwTarget__ColorLuminosityWithOpacity, type TwTarget__ColorName, type TwTarget__ColorWithOptPrefixes, type TwTarget__Color__Light, type TwVibrantColor, type Type, type TypeDefaultValue, type TypeDefinition, type TypeDefn, type TypeDefnValidations, type TypeErrorInfo, type TypeGuard, type TypeHasDefaultValue, type TypeHasUnderlying, type TypeHasValidations, type TypeIsRequired, type TypeKind, type TypeKindContainer, type TypeKindContainerNarrow, type TypeKindContainerWide, type TypeKindFalsy, type TypeKindLiteral, type TypeKindWide, type TypeOf, type TypeOfExtended, type TypeOfTypeGuard, type TypeOptions, type TypeRequired, type TypeStrength, type TypeToken, type TypeTokenAtomics, type TypeTokenContainers, type TypeTokenFunctions, type TypeTokenKind, type TypeTokenSeparator, type TypeTokenSets, type TypeTokenSingletons, type TypeTokenStart, type TypeTokenStop, type TypeTuple, type TypeUnderlying, type TypedFunction, type TzHourOffset, UK_NEWS$2 as UK_NEWS, UPPER_ALPHA_CHARS$2 as UPPER_ALPHA_CHARS, US_NEWS$2 as US_NEWS, US_STATE_LOOKUP$2 as US_STATE_LOOKUP, US_STATE_LOOKUP_PROVINCES$2 as US_STATE_LOOKUP_PROVINCES, US_STATE_LOOKUP_STRICT, type UkNewsCompanies, type UkNewsUrls, type Unbox, type UndefinedArrayIsUnknown, type UnderlyingType, type UnionArrayToTuple, type UnionClosure, type UnionElDefn, type UnionFilter, type UnionFromProp, type UnionHasArray, type UnionMutate, type UnionMutationOp, type UnionRetain, type UnionSetToken, type UnionShift, type UnionToIntersection, type UnionToTuple$1 as UnionToTuple, type UnionToken, type UnionWithAll, type Unique, type UniqueKeys, type UniqueKeysUnion, type UniqueKv, type UnitType, type Unset, type Uom, type UpperAlphaChar, type UpsertKeyValue, type Uri, type UrlBuilder, type UrlMeta, type UrlOptions, type UrlPath, type UrlPort, type UrlQueryParameters, type UrlsFrom, type UsNewsCompanies, type UsNewsUrls, type UsStateAbbrev, type UsStateName, VOLTAGE_METRICS_LOOKUP$2 as VOLTAGE_METRICS_LOOKUP, VOLUME_METRICS_LOOKUP$2 as VOLUME_METRICS_LOOKUP, type ValidKey, type Validate, type ValidationFunction, type ValueAtDotPath, type ValueCallback, type ValueOrReturnValue, type Values, type VariableChar, type Voltage, type VoltageMetrics, type VoltageUom, type Volume, type VolumeMetrics, type VolumeUom, type VueComputedRef, type VueRef, WALGREENS_DNS$2 as WALGREENS_DNS, WALMART_DNS$2 as WALMART_DNS, WAYFAIR_DNS$2 as WAYFAIR_DNS, WHITESPACE_CHARS$2 as WHITESPACE_CHARS, WHOLE_FOODS_DNS$2 as WHOLE_FOODS_DNS, WIDE_CONTAINER_TYPE_KINDS$1 as WIDE_CONTAINER_TYPE_KINDS, WIDE_TYPE_KINDS$1 as WIDE_TYPE_KINDS, type WalgreensUrl, type WalmartUrl, type WayFairUrl, type WeakMapKeyDefn, type WeakMapToken, type WeakMapValueDefn, type WhenNever, type WhereLeft, type Whitespace, type WholeFoodsUrl, WideAssignment, type WideContainerNames, type WideTokenNames, type WideTypeName, type Widen, type WidenContainer, type WidenLiteral, type WidenScalar, type WidenTuple, type WidenUnion, type WidenValues, type WithDefault, type WithKeys, type WithNumericKeys, type WithStringKeys, type WithValue, type WithoutKeys, type WithoutValue, type WrapperFn, type YMD, type Year, type YouTubeCreatorUrl, type YouTubeEmbedUrl, type YouTubeFeedType, type YouTubeFeedUrl, type YouTubeHistoryUrl, type YouTubeHome, type YouTubeLikedPlaylistUrl, type YouTubeMeta, type YouTubePageType, type YouTubePlaylistUrl, type YouTubeShareUrl, type YouTubeSubscriptionsUrl, type YouTubeUrl, type YouTubeUsersPlaylistUrl, type YouTubeVideoUrl, type YouTubeVideosInPlaylist, ZARA_DNS$2 as ZARA_DNS, ZIP_TO_STATE$1 as ZIP_TO_STATE, type ZaraUrl, type Zero, type ZeroToMany, type ZeroToOne, type ZeroToZero, type Zip5, type ZipCode, type ZipPlus4, type ZipToState, addFnToProps, addPropsToFn, and, asApi, asArray, asChars, asDate, asEscapeFunction, asIsoDate, asOptionalParamFunction, asPhoneFormat, asRecord, asString, asStringLiteral, asType, asTypeToken, asVueRef, box, boxDictionaryValues, capitalize, choices, createConstant, createConverter, createCssKeyframe, createCssSelector, createErrorCondition, createFifoQueue, createFnWithProps, createFnWithPropsExplicit, createLifoQueue, createTypeToken, cssColor, csv, defineCss, defineObj, defineObject, defineTuple, endsWith, ensureLeading, ensureSurround, ensureTrailing, entries, errCondition, filter, find, fnMeta, get, getDaysBetween, getEach, getPhoneCountryCode, getTailwindModifiers, getToday, getTomorrow, getUrlPath, getUrlPort, getUrlProtocol, getUrlQueryParams, getUrlSource, getWeekNumber, getYesterday, getYouTubePageType, handleDoneFn, hasDefaultValue, hasIndexOf, hasKeys, hasUrlPort, hasUrlQueryParameter, hasWhiteSpace, idLiteral, idTypeGuard, identity, ifArray, ifArrayPartial, ifBoolean, ifChar, ifContainer, ifDefined, ifFalse, ifFunction, ifHasKey, ifLength, ifLowercaseChar, ifNotNull, ifNull, ifNumber, ifObject, ifSameType, ifScalar, ifString, ifTrue, ifUndefined, ifUppercaseChar, indexOf, intersect, intersection, ip6GroupExpansion, ip6Prefix, isAccelerationMetric, isAccelerationUom, isAlpha, isAmazonUrl, isApi, isApiSurface, isAppleUrl, isAreaMetric, isAreaUom, isArray, isArrayToken, isAtomicToken, isAustralianNewsUrl, isBelgiumNewsUrl, isBestBuyUrl, isBitbucketUrl, isBoolean, isBooleanLike, isBox, isCanadianNewsUrl, isChineseNewsUrl, isCodeCommitUrl, isConstant, isContainer, isContainerToken, isCostCoUrl, isCountryAbbrev, isCountryCode2, isCountryCode3, isCountryName, isCssAspectRatio, isCurrentMetric, isCurrentUom, isCvsUrl, isDanishNewsUrl, isDate, isDefineObject, isDefined, isDellUrl, isDistanceMetric, isDistanceUom, isDomainName, isDoneFn, isDutchNewsUrl, isEbayUrl, isEmail, isEnergyMetric, isEnergyUom, isEqual, isErrorCondition, isEscapeFunction, isEtsyUrl, isFalse, isFalsy, isFnToken, isFnWithParams, isFrenchNewsUrl, isFrequencyMetric, isFrequencyUom, isFunction, isGeneratorToken, isGermanNewsUrl, isGithubIssueUrl, isGithubIssuesListUrl, isGithubOrgUrl, isGithubProjectUrl, isGithubProjectsListUrl, isGithubReleaseTagUrl, isGithubReleasesListUrl, isGithubRepoReleaseTagUrl, isGithubRepoReleasesUrl, isGithubRepoUrl, isGithubUrl, isHexadecimal, isHmUrl, isHomeDepotUrl, isHtmlElement, isIkeaUrl, isIndexable, isIndianNewsUrl, isInlineSvg, isIp4Address, isIp6Address, isIpAddress, isIso3166Alpha2, isIso3166Alpha3, isIso3166CountryCode, isIso3166CountryName, isIsoDate, isIsoDateTime, isIsoExplicitDate, isIsoExplicitTime, isIsoImplicitDate, isIsoImplicitTime, isIsoTime, isIsoYear, isItalianNewsUrl, isJapaneseNewsUrl, isKrogersUrl, isLeapYear, isLength, isLikeRegExp, isLowesUrl, isLuminosityMetric, isLuminosityUom, isLuxonDateTime, isMacysUrl, isMapToken, isMassMetric, isMassUom, isMetric, isMexicanNewsUrl, isMoment, isNever, isNewsUrl, isNikeUrl, isNorwegianNewsUrl, isNotNull, isNothing, isNull, isNumber, isNumberLike, isNumericArray, isNumericString, isObject, isObjectToken, isOptionalParamFunction, isPhoneNumber, isPowerMetric, isPowerUom, isPressureMetric, isPressureUom, isReadonlyArray, isRecordToken, isRef, isRegExp, isRepoSource, isRepoUrl, isResistance, isResistanceUom, isRetailUrl, isSameTypeOf, isScalar, isSemanticVersion, isSet, isSetToken, isShape, isShapeCallback, isSimpleContainerToken, isSimpleContainerTokenTuple, isSimpleScalarToken, isSimpleScalarTokenTuple, isSimpleToken, isSimpleTokenTuple, isSingletonToken, isSocialMediaProfileUrl, isSocialMediaUrl, isSouthKoreanNewsUrl, isSpanishNewsUrl, isSpecificConstant, isSpeedMetric, isSpeedUom, isString, isStringArray, isSwissNewsUrl, isSymbol, isTailwindColor, isTailwindColorClass, isTailwindColorName, isTailwindColorTarget, isTailwindColorWithLuminosity, isTailwindColorWithLuminosityAndOpacity, isTailwindModifier, isTargetUrl, isTemperatureMetric, isTemperatureUom, isThenable, isThisMonth, isThisWeek, isThisYear, isTimeMetric, isTimeUom, isToday, isTomorrow, isTrimable, isTrue, isTruthy, isTuple, isTupleToken, isTurkishNewsUrl, isTypeOf, isTypeToken, isTypeTuple, isUkNewsUrl, isUndefined, isUnionSetToken, isUnionToken, isUnset, isUom, isUri, isUrl, isUrlPath, isUrlSource, isUsNewsUrl, isUsStateAbbreviation, isUsStateName, isVoltageMetric, isVoltageUom, isVolumeMetric, isVolumeUom, isWalgreensUrl, isWalmartUrl, isWayfairUrl, isWeakMapToken, isWholeFoodsUrl, isYesterday, isYouTubeCreatorUrl, isYouTubeFeedHistoryUrl, isYouTubeFeedUrl, isYouTubePlaylistUrl, isYouTubePlaylistsUrl, isYouTubeShareUrl, isYouTubeSubscriptionsUrl, isYouTubeTrendingUrl, isYouTubeUrl, isYouTubeVideoUrl, isYouTubeVideosInPlaylist, isZaraUrl, isZipCode, isZipCode5, isZipPlus4, joinWith, jsonValue, jsonValues, keysOf, kindLiteral, last, list, literal, logicalReturns, lookupCountryAlpha2, lookupCountryAlpha3, lookupCountryCode, lookupCountryName, lowercase, mergeObjects, mergeScalars, mergeTuples, nameLiteral, narrow, never, omit, optional, optionalOrNull, or, orNull, pathJoin, pluralize, removePhoneCountryCode, removeTailwindModifiers, removeUrlProtocol, result, retain, retainAfter, retainAfterInclusive, retainChars, retainUntil, retainUntilInclusive, retainWhile, reverse, rightWhitespace, shape, sharedKeys, shift, simpleContainerToken, simpleContainerTokenToTypeToken, simpleContainerType, simpleScalarToken, simpleScalarTokenToTypeToken, simpleScalarType, simpleToken, simpleType, simpleUnionTokenToTypeToken, slice, split, startsWith, stripAfter, stripBefore, stripChars, stripLeading, stripParenthesis, stripSurround, stripTrailing, stripUntil, stripWhile, surround, takeNumericCharacters, takeProp, toCamelCase, toKebabCase, toNumber, toNumericArray, toPascalCase, toSnakeCase, toString, toUppercase, trim, trimEnd, trimLeft, trimRight, trimStart, truncate, tuple, twColor, unbox, uncapitalize, union, unionize, unique, uniqueKeys, uppercase, urlMeta, valuesOf, widen, withDefaults, withKeys, withoutKeys, withoutValue, wrapFn, youtubeEmbed, youtubeMeta };
36453
+ export { ACCELERATION_METRICS_LOOKUP$2 as ACCELERATION_METRICS_LOOKUP, ALPHA_CHARS, AMAZON_BOOKS, AMAZON_DNS$2 as AMAZON_DNS, APPLE_DNS$2 as APPLE_DNS, AREA_METRICS_LOOKUP$2 as AREA_METRICS_LOOKUP, AUSTRALIAN_NEWS$2 as AUSTRALIAN_NEWS, type Abs, type AbsMaybe, type Acceleration, type AccelerationMetrics, type AccelerationUom, type Add, type AddKeyValue, type AddUrlPathSegment, type AfterFirst, type AfterFirstChar, type AllCaps, type AllExtend, type AllLiteral, type AllNumericLiterals, type AllStringLiterals, type AllowNonTupleWhenSingular, type Alpha, type AlphaChar, type AlphaNumeric, type AlphaNumericChar, type AmPm, type AmPmCase, type AmazonUrl, type And, type AnyArray, type AnyFunction, type AnyObject, type AnyQueryParams, type Api, type ApiCallback, type ApiConfig, type ApiEscape, type ApiHandler, type ApiOptions, type ApiReturn, type ApiState, type ApiStateInitializer, type ApiSurface, type AppendRight, type AppleUrl, type AreSameLength, type AreSameType, type Area, type AreaMetrics, type AreaUom, type AriaDocStructureRoles, type AriaLandmarkRoles, type AriaLiveRegionRoles, type AriaRole, type AriaWidgetRoles, type AriaWindowRoles, type ArrayElementType, type ArrayTypeDefn, type As, type AsApi, type AsArray, type AsBoolean, type AsChoice, type AsClassSelector, type AsContainer, type AsDefined, type AsDictionary, type AsDoneFn, type AsErr, type AsErrKind, type AsError, type AsError__Meta, type AsEscapeFunction, type AsFinalizedConfig, type AsFnMeta, type AsFunction, type AsIndexOf, type AsIp6Prefix, type AsLeft, type AsLeftRight, type AsList, type AsLiteralFn, type AsNarrowingFn, type AsNegativeNumber, type AsNonNull, type AsNumber, type AsNumberWhenPossible, type AsNumericArray, type AsObject, type AsObjectKey, type AsObjectKeys, type AsOptionalParamFn, type AsPropertyKey, type AsRecord, type AsRef, type AsRight, type AsSomething, type AsString, type AsStringLiteral, type AsStringUnion, type AsToken, type AsTokenOpt, type AsTuple, type AsType, type AsUnion, type AsVueComputedRef, type AsyncFunction, type AustralianNewsCompanies, type AustralianNewsUrls, type AvailableConverters, type Awaited$1 as Awaited, BELGIUM_NEWS$2 as BELGIUM_NEWS, BEST_BUY_DNS$2 as BEST_BUY_DNS, BLOOD_MARKERS_LOOKUP, type BareCssSelector, type BaseTypeToken, type BeforeLast, type BelgianNewsCompanies, type BelgianNewsUrls, type BespokeLiteral, type BespokeUnion, type BestBuyUrl, type BooleanLike, type Box, type BoxValue, type BoxedFnParams, type Bracket, type Break, CANADIAN_NEWS$2 as CANADIAN_NEWS, CHEWY_DNS$2 as CHEWY_DNS, CHINESE_NEWS$2 as CHINESE_NEWS, COMMA, COMMON_OBJ_PROPS, CONSONANTS$2 as CONSONANTS, COSTCO_DNS$2 as COSTCO_DNS, CSS_NAMED_COLORS$2 as CSS_NAMED_COLORS, type CSV, CURRENT_METRICS_LOOKUP$2 as CURRENT_METRICS_LOOKUP, CVS_DNS$2 as CVS_DNS, type CamelCase, type CamelKeys, type CanadianNewsCompanies, type CanadianNewsUrls, type CapFirstAlpha, type CapitalizeWords, type Cardinality, type Cardinality0, type Cardinality1, type CardinalityExplicit, type CardinalityFilter0, type CardinalityFilter1, type CardinalityIn, type CardinalityInput, type CardinalityNode, type CardinalityOut, type Chars, type ChewyUrl, type ChineseNewsCompanies, type ChineseNewsUrls, type Choice, type ChoiceApi, type ChoiceApiConfig, type ChoiceApiOptions, type ChoiceBuilder, type ChoiceCallback, type ChoiceValue, type CivilianHours, type CivilianTime, type CivilianTimeOptions, type ClosingBracket, type ClosingMark, type ClosingMarkPlus, type ColorFnOptOpacity, type ColorFnValue, type ColorParam, type CombinedKeys, type CommonHtmlElement, type CommonObjProps, type ComparatorOperation, type Compare$1 as Compare, type Comparison, type CompleteError, type Concat, type ConfiguredMap, type Consonant, type Consonants, type Constant$3 as Constant, type Constructor, type Container, type ContainerBlockKey, type ContainerKeyGuarantee, type Contains, type ContainsAll, type Conversion, type ConversionTuple, type ConvertSet, type ConvertTypeOf, type ConvertWideTokenNames, type ConverterCoverage, type ConverterDefn, type CostCoUrl, type CostcoUrl, type CountryPhoneNumber, type Cr, type CrThenIndent, type CreateChoice, type CreateDictHash, type CreateDictShape, type CreateKV, type CreateLookup, type CssAbsolutionPositioningProperties, type CssAlignContent, type CssAlignItems, type CssAlignProperties, type CssAlignSelf, type CssAnimation, type CssAnimationComposition, type CssAnimationDelay, type CssAnimationDirection, type CssAnimationDuration, type CssAnimationFillMode, type CssAnimationIterationCount, type CssAnimationPlayState, type CssAnimationProperties, type CssAnimationTimingFunction, type CssAppearance, type CssAspectRatio, type CssBackdropFilter, type CssBackgroundProperties, type CssBorderCollapse, type CssBorderImageRepeat, type CssBorderImageSource, type CssBorderInlineSizing, type CssBorderProperties, type CssBorderStyle, type CssBorderWidth, type CssBoxAlign, type CssBoxDecorationBreak, type CssBoxProperties, type CssBoxShadow, type CssBoxSizing, type CssCalc, type CssClamp, type CssClassSelector, type CssColor, type CssColorFn, type CssColorLight, type CssColorMix, type CssColorMixLight, type CssColorModel, type CssColorSpace, type CssColorSpacePrimary, type CssContent, type CssCursor, type CssDefinition, type CssDisplay, type CssDisplayStatePseudoClasses, type CssFlex, type CssFlexBasis, type CssFlexDirection, type CssFlexFlow, type CssFlexGrow, type CssFlexShrink, type CssFloat, type CssFontFamily, type CssFontFeatureSetting, type CssFontKerning, type CssFontLanguageOverride, type CssFontPalette, type CssFontStyle, type CssFontSynthesis, type CssFontWeight, type CssFontWidth, type CssFunctionalPseudoClass, type CssGap, type CssGlobal, type CssHangingPunctuation, type CssHexColor, type CssHsb, type CssHsl, type CssIdSelector, type CssImageOrientation, type CssImageRendering, type CssImageResolution, type CssInputPseudoClasses, type CssJustifyContent, type CssJustifyItems, type CssJustifyProperties, type CssJustifySelf, type CssKeyframeCallback, type CssKeyframeTimestamp, type CssKeyframeTimestampSuggest, type CssLetterSpacing, type CssLinguisticPseudoClasses, type CssListStyle, type CssLocationPseudoClasses, type CssMargin, type CssMarginBlock, type CssMarginBlockEnd, type CssMarginBlockStart, type CssMarginBottom, type CssMarginInline, type CssMarginInlineEnd, type CssMarginInlineStart, type CssMarginLeft, type CssMarginProperties, type CssMarginRight, type CssMarginTop, type CssMixBlendMode, type CssNamedColors, type CssNamedSizes, type CssObjectFit, type CssObjectPosition, type CssOffsetDistance, type CssOffsetPath, type CssOffsetPosition, type CssOffsetProperties, type CssOkLch, type CssOpacity, type CssOutline, type CssOutlineColor, type CssOutlineOffset, type CssOutlineProperties, type CssOutlineStyle, type CssOutlineWidth, type CssOverflowAnchor, type CssOverflowBlock, type CssOverflowClipMargin, type CssOverflowInline, type CssOverflowProperties, type CssOverflowX, type CssOverflowY, type CssPadding, type CssPaddingBlock, type CssPaddingBlockEnd, type CssPaddingBlockStart, type CssPaddingBottom, type CssPaddingInline, type CssPaddingInlineEnd, type CssPaddingInlineStart, type CssPaddingLeft, type CssPaddingProperties, type CssPaddingRight, type CssPaddingTop, type CssPerspectiveOrigin, type CssPlaceContent, type CssPlaceItems, type CssPlaceProperties, type CssPlaceSelf, type CssPointerEvent, type CssPosition, type CssProperty, type CssPseudoClass, type CssPseudoClassDefn, type CssResourceStatePseudoClasses, type CssRgb, type CssRgba, type CssRotation, type CssRound, type CssSelector, type CssSelectorOptions, type CssSizing, type CssSizingFunction, type CssSizingLight, type CssStroke, type CssStrokeDasharray, type CssStrokeProperties, type CssTagSelector, type CssTextAlign, type CssTextDecorationLine, type CssTextDecorationStyle, type CssTextIndent, type CssTextJustify, type CssTextOrientation, type CssTextOverflow, type CssTextPosition, type CssTextProperties, type CssTextRendering, type CssTextTransform, type CssTextWrap, type CssTextWrapMode, type CssTextWrapStyle, type CssTimePseudoClasses, type CssTiming, type CssTransform, type CssTransformBox, type CssTransformOrigin, type CssTransformProperties, type CssTransformStyle, type CssTranslate, type CssTranslateFn, type CssTreePseudoClasses, type CssUserActionPseudoClasses, type CssVar, type CssVarWithFallback, type CssWhiteSpace, type CssWhiteSpaceCollapse, type CssWordBreak, type CssWritingMode, type CsvFormat, type CsvToJsonTuple, type CsvToStrUnion, type CsvToTuple, type CsvToTupleStr, type CsvToUnion, type Current, type CurrentMetrics, type CurrentUom, type CvsUrl, DANISH_NEWS$2 as DANISH_NEWS, DEFAULT_MANY_TO_ONE_MAPPING, DEFAULT_ONE_TO_MANY_MAPPING, DEFAULT_ONE_TO_ONE_MAPPING, DELL_DNS$2 as DELL_DNS, DISTANCE_METRICS_LOOKUP$2 as DISTANCE_METRICS_LOOKUP, DUTCH_NEWS$2 as DUTCH_NEWS, type DanishNewsCompanies, type DanishNewsUrls, type DashToSnake, type DashUppercase, type Date$2 as Date, type DateSeparator, type DateThenMonth, type DateThenMonthThenYear, type DateTime, type DateTimeMinutes, type DateTimeSeconds, type DayOfWeek, type DayofWeekFull, type DecomposeMapConfig, type Decrement, type Default, type DefaultManyToOneMapping, type DefaultOneToManyMapping, type DefaultOneToOneMapping, type DefineObject, type DefineObjectApi, type DefineStatelessApi, type Defined, type DellUrl, type Delta, type DialCountryCode, type Dict, type DictArray, type DictArrayFilterCallback, type DictArrayKv, type DictChangeValue, type DictFromKv, type DictKvTuple, type Dictionary, type DictionaryTypeDefn, type Digit, type DigitNonZero, type Digital, type DigitalLiteral, type Digitize, type Distance, type DistanceMetrics, type DistanceUom, type DnsName, type DoesExtend, type DoesNotExtend, type DomainName, type DoneFnTuple, type DotPathFor, type DoubleQuote, type DropChars, type DutchNewsCompanies, type DutchNewsUrls, EBAY_DNS$2 as EBAY_DNS, ENERGY_METRICS_LOOKUP$2 as ENERGY_METRICS_LOOKUP, ETSY_DNS$2 as ETSY_DNS, type EbayUrl, type ElementOf, type Email, type EmptyObject, type EmptyString, type EmptyStringOr, type EndingWithTypeGuard, type EndsWith, type Energy, type EnergyMetrics, type EnergyUom, type EnsureKeys, type EnsureLeading, type EnsureLeadingEvery, type EnsureSurround, type EnsureTrailing, type EqualTo, type Equals, type Err, type ErrFrom, type ErrInput, type ErrorCondition, type ErrorConditionHandler, type ErrorConditionShape, type EscapeFunction, type EsotericHtmlElement, type EtsyUrl, type Exif, type ExifAttributionInfo, type ExifCameraInfo, ExifCompression, ExifContrast, type ExifDateTimeInfo, ExifEmbedPolicy, type ExifExtraneous, ExifFlashValues, ExifGainControl, type ExifGps, ExifLightSource, type ExifPhotoContext, ExifPreviewColorSpace, ExifSaturation, ExifSceneCaptureType, ExifSharpness, ExifSubjectDistance, type ExpandDictionary, type ExpandRecursively, type ExpandTuple, type ExpandUnion, type ExplicitlyEmptyObject, type Extends, type ExtendsAll, type ExtendsNone, type ExtendsSome, FALSY_TYPE_KINDS$1 as FALSY_TYPE_KINDS, FALSY_VALUES, FRENCH_NEWS$2 as FRENCH_NEWS, FREQUENCY_METRICS_LOOKUP$2 as FREQUENCY_METRICS_LOOKUP, type Fail, type FalsyValue, type FifoQueue, type Filter, type FilterByProp, type FilterLiterals, type FilterProps, type FilterWideTypes, type FinalizedMapConfig, type Find, type FindFirstIndex, type FindIndexMetaOfString, type FindIndexMetaOfTuple, type FindIndexes, type FindIndexesWithMeta, type FindLastIndex, type Finder, type First, type FirstChar, type FirstKey, type FirstKeyValue, type FirstOfEach, type FirstString, type FixedLengthArray, type Flatten, type FlattenUnion, type FluentApi, type FluentFn, type FluentState, type FnAllowingProps, type FnArgsDefn, type FnDefn, type FnFrom, type FnMeta, type FnParam, type FnParams, type FnPropertiesDefn, type FnProps, type FnReturnTypeDefn, type FnWithDescription, type FnWithProps, type FontProperties, type FrenchNewsCompanies, type FrenchNewsUrls, type Frequency, type FrequencyMetrics, type FrequencyUom, type FromDefineObject, type FromDefn, type FromDictArray, type FromLiteralTokens, type FromMaybeRef, type FromRecordKeyDefn, type FromShapeCallback, type FromSimpleRecordKey, type FromSimpleToken, type FromTypeDefn, type FromWideTokens, type FullDate, type FullWidthQuotation, type FullyQualifiedUrl, GERMAN_NEWS$2 as GERMAN_NEWS, GITHUB_INSIGHT_CATEGORY_LOOKUP$1 as GITHUB_INSIGHT_CATEGORY_LOOKUP, type GenParam, type GenParams, type GermanNewsCompanies, type GermanNewsUrls, type Get$1 as Get, type GetEach, type GetEachOptions, type GetEscapeFunction, type GetInference, type GetOptions, type GetPhoneCountryCode, type GetPhoneNumberType, type GetTypeOf, type GetUrlPath, type GetUrlPort, type GetUrlProtocol, type GetUrlProtocolPrefix, type GetUrlQueryParams, type GetUrlSource, type GetYouTubePageType, type GitRef, type GithubActionsUrl, type GithubInsightPageType, type GithubInsightUrl, type GithubOrgUrl, type GithubRepoBranchesUrl, type GithubRepoDiscussionUrl, type GithubRepoDiscussionsUrl, type GithubRepoIssueUrl, type GithubRepoIssuesListUrl, type GithubRepoProjectUrl, type GithubRepoProjectsUrl, type GithubRepoPullRequestUrl, type GithubRepoPullRequestsUrl, type GithubRepoReleaseTagUrl, type GithubRepoReleasesUrl, type GithubRepoTagsUrl, type GithubRepoUrl, type GithubUrl, HASH_TABLE_ALPHA_LOWER, HASH_TABLE_ALPHA_UPPER, HASH_TABLE_CHAR, HASH_TABLE_DIGIT, HASH_TABLE_OTHER, HASH_TABLE_SPECIAL, HASH_TABLE_WIDE, HM_DNS$2 as HM_DNS, HOME_DEPOT_DNS$2 as HOME_DEPOT_DNS, type HandMUrl, type Handle, type HandleDoneFn, type HasArray, type HasCharacters, type HasEscapeFunction, type HasIndex, type HasIpAddress, type HasNetworkProtocolReference, type HasOtherCharacters, type HasParameters, type HasPhoneCountryCode, type HasProp, type HasQueryParameter, type HasRequiredProps, type HasSameKeys, type HasSameValues, type HasUnionType, type HasUppercase, type HasUrlPath, type HasUrlSource, type HasWideValues, type HaveSameNumericSign, type HexColor, type Hexadecimal, type HexadecimalChar, type HomeDepotUrl, type HoursMinutes, type HoursMinutes12, type HoursMinutesSeconds, type HoursMinutesSeconds12, type HoursMinutesSecondsMilliseconds, type HoursMinutesSecondsMilliseconds12, type HtmlBodyElement, type HtmlElement, type HtmlFrameworkElement, type HtmlFunctionalElement, type HtmlHeaderElement, type HtmlInputElement, type HtmlListElement, type HtmlMediaElement, type HtmlStructuralElement, type HtmlSymantecElement, type HtmlTableElement, IKEA_DNS$2 as IKEA_DNS, IMAGE_FORMAT_LOOKUP$1 as IMAGE_FORMAT_LOOKUP, INDIAN_NEWS$2 as INDIAN_NEWS, type IP6Multicast, type IP6Unicast, IPv4, IPv6$1 as IPv6, ISO3166_1$2 as ISO3166_1, ITALIAN_NEWS$2 as ITALIAN_NEWS, type IdentityFn, type IdentityFunction, type If, type IfAllExtend, type IfAllLiteral, type IfEqual, type IfEquals, type IfErrorCondition, type IfLeft, type IfLength, type IfLiteralKind, type IfNever, type IfUnset, type IfUnsetOrUndefined, type Iff, type IkeaUrl, type ImgFormat, type ImgFormatWeb, type Immutable, type Increment, type Indent$1 as Indent, type Indent2, type Indent4, type IndentSpaces, type IndentTab, type IndexOf, type Indexable, type IndexableObject, type IndianNewsCompanies, type IndianNewsUrls, type InlineSvg, type Integer, type IntegerBrand, type InternationalPhoneNumber, type Intersect$1 as Intersect, type IntersectAll, type IntersectWithAll, type IntersectingKeys, type Intersection, type InvertNumericSign, type Ip4Address, type Ip4Netmask, type Ip4Netmask16, type Ip4Netmask24, type Ip4Netmask32, type Ip4Netmask8, type Ip4NetmaskSuggestion, type Ip4Octet, type Ip6Address, type Ip6AddressFull, type Ip6AddressLoose, type Ip6Group, type Ip6GroupExpansion, type Ip6Loopback, type Ip6Subnet, type Ip6SubnetPrefix, type IsAllCaps, type IsAllLowercase, type IsArray, type IsBoolean, type IsBooleanLiteral, type IsCapitalized, type IsComputedRef, type IsContainer, type IsCssHexadecimal, type IsDefined, type IsDictionaryDefinition, type IsDomainName, type IsDotPath, type IsEmptyContainer, type IsEmptyObject, type IsEmptyString, type IsEqual, type IsErr, type IsErrorCondition, type IsEscapeFunction, type IsFalse, type IsFalsy, type IsFloat, type IsFnWithParams, type IsFunction, type IsGreaterThan, type IsGreaterThanOrEqual, type IsHexadecimal, type IsInteger, type IsIp4Address, type IsIp4Octet, type IsIp6Address, type IsIp6HexGroup, type IsIpAddress, type IsIso8601DateTime, type IsIsoDate, type IsIsoExplicitDate, type IsIsoImplicitDate, type IsIsoTime, type IsJsDate, type IsLength, type IsLessThan, type IsLessThanOrEqual, type IsLiteral, type IsLiteralFn, type IsLiteralKind, type IsLiteralUnion, type IsLowerAlpha, type IsLuxonDateTime, type IsMoment, type IsNarrowingFn, type IsNegativeNumber, type IsNever, type IsNonEmptyContainer, type IsNonEmptyObject, type IsNonLiteralUnion, type IsNotEqual, type IsNothing, type IsNull, type IsNumber, type IsNumberLike, type IsNumericLiteral, type IsObject, type IsObjectLiteral, type IsOk, type IsOptionalLiteral, type IsOptionalScalar, type IsPhoneNumber, type IsPositiveNumber, type IsReadonlyArray, type IsReadonlyObject, type IsResult, type IsScalar, type IsSingleChar, type IsSingleSided, type IsSingularNoun, type IsStrictPromise, type IsString, type IsStringLiteral, type IsSymbol, type IsThenable, type IsTrue, type IsTruthy, type IsTuple, type IsUndefined, type IsUnion, type IsUnionArray, type IsUnset, type IsUrl, type IsValidDotPath, type IsValidIndex, type IsVueRef, type IsWideContainer, type IsWideScalar, type IsWideType, type IsWideUnion, type Iso3166Alpha2Lookup, type Iso3166Alpha3Lookup, type Iso3166CodeLookup, type Iso3166CountryLookup, type Iso3166_1_Alpha2, type Iso3166_1_Alpha3, type Iso3166_1_CountryCode, type Iso3166_1_CountryName, type Iso3166_1_Lookup, type Iso3166_1_Token, type Iso8601, type Iso8601Date, type Iso8601DateTime, type Iso8601Time, type Iso8601Year, type ItalianNewsCompanies, type ItalianNewsUrls, JAPANESE_NEWS$2 as JAPANESE_NEWS, type JapaneseNewsCompanies, type JapaneseNewsUrls, type Join, type Joiner, type JsonValue, type JsonValues, type JustFunction, KROGER_DNS$2 as KROGER_DNS, type KebabCase, type KebabKeys, type KeyOf, type KeyValue, type KeyframeApi, type Keys, type KeysEqualValue, type KeysNotEqualValue, type KeysWithValue, type KeysWithoutValue, type KindFrom, type KlassMeta, type KrogerUrl, type KvFn, type KvFnDefn, type KvFrom, type KvTuple, LITERAL_TYPE_KINDS$1 as LITERAL_TYPE_KINDS, LOWER_ALPHA_CHARS$2 as LOWER_ALPHA_CHARS, LOWES_DNS$2 as LOWES_DNS, LUMINOSITY_METRICS_LOOKUP$2 as LUMINOSITY_METRICS_LOOKUP, type Last, type LastChar, type LastInUnion$1 as LastInUnion, type LastOfEach, type LeadingNonAlpha, type Left, type LeftContains, type LeftDoubleMark, type LeftEquals, type LeftExtends, type LeftHeavyDoubleTurned, type LeftHeavySingleTurned, type LeftIncludes, type LeftLowDoublePrime, type LeftReversedDoublePrime, type LeftRight, type LeftRight__Operations, type LeftSingleMark, type LeftWhitespace, type Length, type LessThan, type LessThanOrEqual$1 as LessThanOrEqual, type LifoQueue, type LikeRegExp, type List, type LiteralFn, type LocalPhoneNumber, type LogicFunction, type LogicalCombinator, type LogicalReturns, type LowerAllCaps, type LowerAlphaChar, type LowesUrl, type Luminosity, type LuminosityMetrics, type LuminosityUom, type LuxonJs, MACYS_DNS$2 as MACYS_DNS, MARKED$2 as MARKED, MASS_METRICS_LOOKUP$2 as MASS_METRICS_LOOKUP, MEXICAN_NEWS$2 as MEXICAN_NEWS, MONTH_ABBR$1 as MONTH_ABBR, MONTH_NAME$1 as MONTH_NAME, type MacysUrl, type MakeKeysOptional, type MakeKeysRequired, type MakePropsMutable, type ManyToMany, type ManyToOne, type ManyToZero, type MapCard, MapCardinality, type MapCardinalityFrom, type MapCardinalityIllustrated, type MapConfig, type MapCoverage, type MapError, type MapFn, type MapFnInput, type MapFnOutput, type MapIR, type MapInput, type MapInputFrom, type MapKeyDefn, type MapOR, type MapOutput, type MapOutputFrom, type MapTo, type MapValueDefn, type Mapper, type MapperApi, type Marked$5 as Marked, type Mass, type MassMetrics, type MassUom, type MaxLength, type MaybeError, type MaybeRef, type Merge, type MergeKVs, type MergeObjects, type MergeScalars, type MergeTuples, type Metric, type MetricCategory, type MexicanNewsCompanies, type MexicanNewsUrls, type MilitaryHours, type MilitaryTime, type MilitaryTimeOptions, type Milliseconds, type Minutes, type MomentJs, type MonthAbbr, type MonthAbbrThenDate, type MonthAbbrThenDateAndYear, type MonthDay, type MonthName, type MonthNumeric, type MonthPostfix, type MonthThenDate, type MonthThenDateThenYear, type MonthThenDate_Simple, type MultiChoiceCallback, type MultipleChoice, type Mutable, type MutableProps, type MutablePropsExclusive, NARROW_CONTAINER_TYPE_KINDS$1 as NARROW_CONTAINER_TYPE_KINDS, NETWORK_PROTOCOL_LOOKUP$2 as NETWORK_PROTOCOL_LOOKUP, NIKE_DNS$2 as NIKE_DNS, NON_ZERO_NUMERIC_CHAR$2 as NON_ZERO_NUMERIC_CHAR, NORWEGIAN_NEWS$2 as NORWEGIAN_NEWS, NOT_APPLICABLE$1 as NOT_APPLICABLE, NOT_DEFINED$1 as NOT_DEFINED, NO_DEFAULT_VALUE$2 as NO_DEFAULT_VALUE, NUMERIC_CHAR$2 as NUMERIC_CHAR, NUMERIC_DIGIT$1 as NUMERIC_DIGIT, type NamedColor, type NamedColorMinimal, type NamedColor_Blue, type NamedColor_Brown, type NamedColor_Cyan, type NamedColor_Gray, type NamedColor_Green, type NamedColor_Orange, type NamedColor_Pink, type NamedColor_Purple, type NamedColor_Red, type NamedColor_White, type NamedColor_Yellow, type NamingConvention, type Narrow$1 as Narrow, type NarrowDictProps, type NarrowObject, type Narrowable, type NarrowableDefined, type NarrowableScalar, type NarrowingFn, type NarrowlyContains, type NegDelta, type Negative, type NetworkProtocol, type NetworkProtocolPrefix, Never, type NewsUrls, type NextDigit, type NikeUrl, type NoDefaultValue$2 as NoDefaultValue, type NonAlphaChar, type NonArray, type NonNumericKeys, type NonStringKeys, type NonZeroNumericChar, type NorwegianNewsCompanies, type NorwegianNewsUrls, type Not, type NotApplicable$1 as NotApplicable, type NotDefined$1 as NotDefined, type NotEqual, type NotLength, type NotNull, type Nothing, type NumberLike, type NumericChar, type NumericCharOneToFive, type NumericCharOneToFour, type NumericCharOneToThree, type NumericCharOneToTwo, type NumericCharZeroToFive, type NumericCharZeroToFour, type NumericCharZeroToOne, type NumericCharZeroToThree, type NumericCharZeroToTwo, type NumericComparatorOperation, type NumericKeys, type NumericRange, type NumericSign, type NumericSort, type NumericSupportOptions, OPTION, type ObjKeyDefn, type ObjectKey, type ObjectToCssString, type ObjectToJsString, type ObjectToJsonString, type ObjectToKeyframeString, type ObjectToTuple, type Ok, type OkFrom, type OldSchoolHtmlElement, type OnPass, type OnPassRemap, type OneToMany, type OneToOne, type OneToZero, type OpeningBracket, type OpeningMark, type OpeningMarkPlus, type Opt$1 as Opt, type OptCr, type OptCrThenIndent, type OptDictProps, type OptModifier, type OptPercent, type OptRequired, type OptSpace, type OptSpace2, type OptSpace4, type OptUrlQueryParameters, type OptWhitespace, type Optional, type OptionalKeys, type OptionalParamFn, type OptionalProps, type OptionalSimpleScalarTokens, type OptionalSpace, type Or, PHONE_COUNTRY_CODES$1 as PHONE_COUNTRY_CODES, PHONE_FORMAT$1 as PHONE_FORMAT, PLURAL_EXCEPTIONS$2 as PLURAL_EXCEPTIONS, PLURAL_EXCEPTIONS_OLD, POWER_METRICS_LOOKUP$2 as POWER_METRICS_LOOKUP, PRESSURE_METRICS_LOOKUP$2 as PRESSURE_METRICS_LOOKUP, PROXMOX_CT_STATE, type ParameterlessFn, type ParamsForComparison, type ParseInt, type PartialError, type PartialErrorDefn, type PascalCase, type PascalKeys, type Passthrough, type PathJoin, type PhoneAreaCode, type PhoneCountryCode, type PhoneCountryLookup, type PhoneFormat, type PhoneNumber, type PhoneNumberDelimiter, type PhoneNumberType, type PhoneShortCode, type PluralExceptions, type Pluralize, type PlusMinus, type Pop, type PortSpecifierOptions, type Power, type PowerMetrics, type PowerUom, type Prepend, type PrependAll, type Pressure, type PressureMetrics, type PressureUom, type PriorDigit, type PrivateKey, type PrivateKeyOf, type PrivateKeys, type PromiseAll, type PropertyChar, type ProtocolOptions, type ProxyError, type PublicKeyOf, type PublicKeys, type Punctuation, type Push, type QuotationMark, type QuotationMarkPlus, REPO_PAGE_TYPES$1 as REPO_PAGE_TYPES, REPO_SOURCES$2 as REPO_SOURCES, REPO_SOURCE_LOOKUP$3 as REPO_SOURCE_LOOKUP, RESISTANCE_METRICS_LOOKUP$2 as RESISTANCE_METRICS_LOOKUP, RESULT$1 as RESULT, type RawPhoneNumber, type ReadonlyKeys, type ReadonlyProps, type RealizedErr, type RecKeyVariant, type RecVariant, type RecordKeyDefn, type RecordKeyWideTokens, type RecordValueTypeDefn, type ReduceValues, type RegularFn$1 as RegularFn, type Relate, type RelativeUrl, type RemoveEmpty, type RemoveFnProps, type RemoveFromEnd, type RemoveFromStart, type RemoveHttpProtocol, type RemoveIndex, type RemoveIndexKeys, type RemoveMarked, type RemoveNetworkProtocol, type RemoveNever, type RemovePhoneCountryCode, type RemoveStart, type RemoveUndefined, type RemoveUrlPort, type RemoveUrlSource, type Repeat, type Replace, type ReplaceAll, type ReplaceLast, type RepoPageType, type RepoSource, type RepoUrls, type RequireProps, type RequiredKeys, type RequiredKeysTuple, type RequiredProps, type RequiredSimpleScalarTokens, type Resistance, type ResistanceMetrics, type ResistanceUom, type Result, type ResultApi, type ResultErr, type ResultTuple, type RetailUrl, type Retain, type RetainAfter, type RetainAfterLast, type RetainByProp, type RetainChars, type RetainLiterals, type RetainProps, type RetainUntil, type RetainWhile, type RetainWideTypes, type ReturnTypes, type ReturnValues, type Returns, type ReturnsFalse, type ReturnsTrue, type Reverse, type RgbColor, type RgbaColor, type Right, type RightContains, type RightDoubleMark, type RightEquals, type RightExtends, type RightHeavyDoubleTurned, type RightHeavySingleTurned, type RightIncludes, type RightReversedDoublePrime, type RightSingleMark, type RightWhitespace, type Rtn, type RuntimeUnion, SHAPE_DELIMITER, SHAPE_PREFIXES, SIMPLE_ARRAY_TOKENS$2 as SIMPLE_ARRAY_TOKENS, SIMPLE_CONTAINER_TOKENS, SIMPLE_DICT_TOKENS$2 as SIMPLE_DICT_TOKENS, SIMPLE_DICT_VALUES$2 as SIMPLE_DICT_VALUES, SIMPLE_FN_TOKENS, SIMPLE_MAP_KEYS$2 as SIMPLE_MAP_KEYS, SIMPLE_MAP_TOKENS$2 as SIMPLE_MAP_TOKENS, SIMPLE_MAP_VALUES$2 as SIMPLE_MAP_VALUES, SIMPLE_OPT_SCALAR_TOKENS$2 as SIMPLE_OPT_SCALAR_TOKENS, SIMPLE_SCALAR_TOKENS$2 as SIMPLE_SCALAR_TOKENS, SIMPLE_SET_TOKENS$2 as SIMPLE_SET_TOKENS, SIMPLE_SET_TYPES$2 as SIMPLE_SET_TYPES, SIMPLE_TOKENS, SIMPLE_UNION_TOKENS$2 as SIMPLE_UNION_TOKENS, SINGULAR_NOUN_ENDINGS$1 as SINGULAR_NOUN_ENDINGS, SOCIAL_MEDIA$2 as SOCIAL_MEDIA, SOUTH_KOREAN_NEWS$2 as SOUTH_KOREAN_NEWS, SPANISH_NEWS$2 as SPANISH_NEWS, SPEED_METRICS_LOOKUP$2 as SPEED_METRICS_LOOKUP, SWISS_NEWS$2 as SWISS_NEWS, type Scalar, type ScalarCallback, type ScalarNotSymbol, type Second, type SecondOfEach, type Seconds, type SemanticVersion, type SerializedComma, type SetCandidate, type Shape, type ShapeApi, ShapeApiImplementation, type ShapeApi__Scalars, type ShapeCallback, type ShapeSuggest, type ShapeTupleOrUnion, type SharedKeys, type Shift, type ShortDate, type SimpleArrayToken, type SimpleContainerToken, type SimpleDictToken, type SimpleMapToken, type SimpleScalarToken, type SimpleSetToken, type SimpleToken, type SimpleType, type SimpleTypeArray, type SimpleTypeDict, type SimpleTypeMap, type SimpleTypeScalar, type SimpleTypeSet, type SimpleTypeUnion, type SimpleUnionToken, type SimplifyObject, type SingleQuote, type SingletonClosure, type SingularNoun$1 as SingularNoun, type SingularNounEnding, type SizingUnits, type Slice, type SmartMark, type SmartMarkPlus, type SnakeCase, type SnakeKeys, type SocialMediaPlatform, type SocialMediaProfileUrl, type SocialMediaUrl, type Some, type SomeEqual, type SomeExtend, type Something, type SouthKoreanNewsCompanies, type SouthKoreanNewsUrls, type SpanishNewsCompanies, type SpanishNewsUrls, type SpecialChar, type Speed, type SpeedMetrics, type SpeedUom, type Split, type StackFrame, type StackTrace, type StandardMark, type StartingWithTypeGuard, type StartsWith, type StrLen, type StringComparatorOperation, type StringDelimiter, type StringKeys, type StringLength, type StringLiteralFromTuple, type StringLiteralTemplate, type StringLiteralToken, type StringLiteralVar, type StringTokenUtilities, type StripAfter, type StripBefore, type StripChars, type StripLeading, type StripLeftNonAlpha, type StripSlash, type StripSurround, type StripSurroundConfigured, type StripTrailing, type StripUntil, type StripWhile, type StrongMap, type StrongMapTransformer, type StrongMapTypes, type StructuredStringType, type Subtract, type Suggest, type SuggestHexadecimal, type SuggestIpAddress, type SuggestNumeric, type Surround, type SurroundWith, type SwissNewsCompanies, type SwissNewsUrls, type SymbolKind, TARGET_DNS$2 as TARGET_DNS, TEMPERATURE_METRICS_LOOKUP$2 as TEMPERATURE_METRICS_LOOKUP, TIME_METRICS_LOOKUP$2 as TIME_METRICS_LOOKUP, type TLD, TOP_LEVEL_DOMAINS$1 as TOP_LEVEL_DOMAINS, TT_ATOMICS$2 as TT_ATOMICS, type TT_Atomic, TT_CONTAINERS$2 as TT_CONTAINERS, type TT_Container, TT_DELIMITER$2 as TT_DELIMITER, TT_FUNCTIONS$2 as TT_FUNCTIONS, type TT_Function, TT_KIND_VARIANTS, TT_SETS$2 as TT_SETS, TT_SINGLETONS$2 as TT_SINGLETONS, TT_START$2 as TT_START, TT_STOP$2 as TT_STOP, type TT_Set, type TT_Singleton, TURKISH_NEWS$2 as TURKISH_NEWS, TW_CHROMA$2 as TW_CHROMA, TW_CHROMA_100, TW_CHROMA_200, TW_CHROMA_300, TW_CHROMA_400, TW_CHROMA_50, TW_CHROMA_500, TW_CHROMA_600, TW_CHROMA_700, TW_CHROMA_800, TW_CHROMA_900, TW_CHROMA_950, TW_COLOR_TARGETS$2 as TW_COLOR_TARGETS, TW_HUE$2 as TW_HUE, TW_HUE_NEUTRAL$2 as TW_HUE_NEUTRAL, TW_HUE_STATIC, TW_HUE_VIBRANT$2 as TW_HUE_VIBRANT, TW_LUMINOSITY$2 as TW_LUMINOSITY, TW_LUMIN_100, TW_LUMIN_200, TW_LUMIN_300, TW_LUMIN_400, TW_LUMIN_50, TW_LUMIN_500, TW_LUMIN_600, TW_LUMIN_700, TW_LUMIN_800, TW_LUMIN_900, TW_LUMIN_950, TW_MODIFIERS, TW_MODIFIERS_CORE$2 as TW_MODIFIERS_CORE, TW_MODIFIERS_ORDER$2 as TW_MODIFIERS_ORDER, TW_MODIFIERS_RELN$2 as TW_MODIFIERS_RELN, TW_MODIFIERS_SIZING$2 as TW_MODIFIERS_SIZING, TYPE_COMPARISONS, TYPE_KINDS, TYPE_OF$2 as TYPE_OF, TYPE_TOKEN_REC_KEY_VARIANTS$2 as TYPE_TOKEN_REC_KEY_VARIANTS, TYPE_TOKEN_REC_VARIANTS$2 as TYPE_TOKEN_REC_VARIANTS, TYPE_TOKEN_STRING_SET_VARIANTS$2 as TYPE_TOKEN_STRING_SET_VARIANTS, TYPE_TOKEN_UNION_SET_VARIANTS$2 as TYPE_TOKEN_UNION_SET_VARIANTS, TYPE_TRANSFORMS, type TZ, type TakeFirst, type TakeLast, type TakeProp, type TargetUrl, type Temperature, type TemperatureMetrics, type TemperatureUom, type Thenable, type Throw, type Time, type TimeInMilliseconds, type TimeInMinutes, type TimeInSeconds, type TimeLike, type TimeMetric, type TimeMetrics, type TimeNomenclature, type TimeResolution, type TimeUom, type Timezone, type ToBoolean, type ToCSV, type ToChoices, type ToContainer, type ToFn, type ToInteger, type ToIntegerOp, type ToJsonValue, type ToNumber, type ToNumericArray, type ToPhoneFormat, type ToString, type ToStringArray, type ToStringLiteral, type ToUnion, type TokenContainerClosure, type TokenFunctionClosure, type TokenSetClosure, type TokenizeStringLiteral, type Trim, type TrimLeft, type TrimRight, type Truncate$1 as Truncate, type TruncateAtLen, type TruthyReturns, type Tuple, type TupleDefn, type TupleRange, type TupleToUnion, type TurkishNewsCompanies, type TurkishNewsUrls, type TwChroma, type TwChroma100, type TwChroma200, type TwChroma300, type TwChroma400, type TwChroma50, type TwChroma500, type TwChroma600, type TwChroma700, type TwChroma800, type TwChroma900, type TwChroma950, type TwChromaLookup, type TwColor, type TwColorOptionalOpacity, type TwColorTarget, type TwColorWithLuminosity, type TwColorWithLuminosityOpacity, type TwHue, type TwLumi100, type TwLumi200, type TwLumi300, type TwLumi400, type TwLumi50, type TwLumi500, type TwLumi600, type TwLumi700, type TwLumi800, type TwLumi900, type TwLumi950, type TwLuminosity, type TwLuminosityLookup, type TwModifier, type TwModifier__Core, type TwModifier__Order, type TwModifier__Reln, type TwModifier__Size, type TwModifiers, type TwNeutralColor, type TwSizeResponsive, type TwStaticColor, type TwTarget__Color, type TwTarget__ColorLuminosity, type TwTarget__ColorLuminosityWithOpacity, type TwTarget__ColorName, type TwTarget__ColorWithOptPrefixes, type TwTarget__Color__Light, type TwVibrantColor, type Type, type TypeDefaultValue, type TypeDefinition, type TypeDefn, type TypeDefnValidations, type TypeErrorInfo, type TypeGuard, type TypeHasDefaultValue, type TypeHasUnderlying, type TypeHasValidations, type TypeIsRequired, type TypeKind, type TypeKindContainer, type TypeKindContainerNarrow, type TypeKindContainerWide, type TypeKindFalsy, type TypeKindLiteral, type TypeKindWide, type TypeOf, type TypeOfExtended, type TypeOfTypeGuard, type TypeOptions, type TypeRequired, type TypeStrength, type TypeToken, type TypeTokenAtomics, type TypeTokenContainers, type TypeTokenDelimiter, type TypeTokenFunctions, type TypeTokenKind, type TypeTokenLookup, type TypeTokenSets, type TypeTokenSingletons, type TypeTokenStart, type TypeTokenStop, type TypeToken__Boolean, type TypeToken__False, type TypeToken__Fn, type TypeToken__FnSet, type TypeToken__Gen, type TypeToken__Never, type TypeToken__Null, type TypeToken__Number, type TypeToken__NumberSet, type TypeToken__Rec, type TypeToken__String, type TypeToken__StringSet, type TypeToken__True, type TypeToken__Undefined, type TypeToken__UnionSet, type TypeToken__Unknown, type TypeTuple, type TypeUnderlying, type TypedFunction, type TzHourOffset, UK_NEWS$2 as UK_NEWS, UPPER_ALPHA_CHARS$2 as UPPER_ALPHA_CHARS, US_NEWS$2 as US_NEWS, US_STATE_LOOKUP$2 as US_STATE_LOOKUP, US_STATE_LOOKUP_PROVINCES$2 as US_STATE_LOOKUP_PROVINCES, US_STATE_LOOKUP_STRICT, type UkNewsCompanies, type UkNewsUrls, type Unbox, type UndefinedArrayIsUnknown, type UnderlyingType, type UnionArrayToTuple, type UnionClosure, type UnionElDefn, type UnionFilter, type UnionFromProp, type UnionHasArray, type UnionMutate, type UnionMutationOp, type UnionRetain, type UnionShift, type UnionToIntersection, type UnionToTuple$1 as UnionToTuple, type UnionWithAll, type Unique, type UniqueKeys, type UniqueKeysUnion, type UniqueKv, type UnitType, type Unset, type Uom, type UpperAlphaChar, type UpsertKeyValue, type Uri, type UrlBuilder, type UrlMeta, type UrlOptions, type UrlPath, type UrlPort, type UrlQueryParameters, type UrlsFrom, type UsNewsCompanies, type UsNewsUrls, type UsStateAbbrev, type UsStateName, VOLTAGE_METRICS_LOOKUP$2 as VOLTAGE_METRICS_LOOKUP, VOLUME_METRICS_LOOKUP$2 as VOLUME_METRICS_LOOKUP, type ValidKey, type Validate, type ValidationFunction, type ValueAtDotPath, type ValueCallback, type ValueOrReturnValue, type Values, type VariableChar, type Voltage, type VoltageMetrics, type VoltageUom, type Volume, type VolumeMetrics, type VolumeUom, type VueComputedRef, type VueRef, WALGREENS_DNS$2 as WALGREENS_DNS, WALMART_DNS$2 as WALMART_DNS, WAYFAIR_DNS$2 as WAYFAIR_DNS, WHITESPACE_CHARS$2 as WHITESPACE_CHARS, WHOLE_FOODS_DNS$2 as WHOLE_FOODS_DNS, WIDE_CONTAINER_TYPE_KINDS$1 as WIDE_CONTAINER_TYPE_KINDS, WIDE_TYPE_KINDS$1 as WIDE_TYPE_KINDS, type WalgreensUrl, type WalmartUrl, type WayFairUrl, type WeakMapKeyDefn, type WeakMapValueDefn, type WhenNever, type WhereLeft, type Whitespace, type WholeFoodsUrl, WideAssignment, type WideContainerNames, type WideTokenNames, type WideTypeName, type Widen, type WidenContainer, type WidenLiteral, type WidenScalar, type WidenTuple, type WidenUnion, type WidenValues, type WithDefault, type WithKeys, type WithNumericKeys, type WithStringKeys, type WithValue, type WithoutKeys, type WithoutValue, type WrapperFn, type YMD, type Year, type YouTubeCreatorUrl, type YouTubeEmbedUrl, type YouTubeFeedType, type YouTubeFeedUrl, type YouTubeHistoryUrl, type YouTubeHome, type YouTubeLikedPlaylistUrl, type YouTubeMeta, type YouTubePageType, type YouTubePlaylistUrl, type YouTubeShareUrl, type YouTubeSubscriptionsUrl, type YouTubeUrl, type YouTubeUsersPlaylistUrl, type YouTubeVideoUrl, type YouTubeVideosInPlaylist, ZARA_DNS$2 as ZARA_DNS, ZIP_TO_STATE$1 as ZIP_TO_STATE, type ZaraUrl, type Zero, type ZeroToMany, type ZeroToOne, type ZeroToZero, type Zip5, type ZipCode, type ZipPlus4, type ZipToState, addFnToProps, addPropsToFn, and, asApi, asArray, asChars, asDate, asEscapeFunction, asIsoDate, asOptionalParamFunction, asPhoneFormat, asRecord, asString, asStringLiteral, asType, asTypeToken, asVueRef, box, boxDictionaryValues, capitalize, choices, createConstant, createConverter, createCssKeyframe, createCssSelector, createErrorCondition, createFifoQueue, createFixedLengthArray, createFnWithProps, createFnWithPropsExplicit, createLifoQueue, createTypeToken, cssColor, csv, defineCss, defineObj, defineObject, defineTuple, endsWith, ensureLeading, ensureSurround, ensureTrailing, entries, errCondition, filter, find, fnMeta, get, getDaysBetween, getEach, getPhoneCountryCode, getTailwindModifiers, getToday, getTokenKind, getTomorrow, getUrlPath, getUrlPort, getUrlProtocol, getUrlQueryParams, getUrlSource, getWeekNumber, getYesterday, getYouTubePageType, handleDoneFn, hasDefaultValue, hasIndexOf, hasKeys, hasUrlPort, hasUrlQueryParameter, hasWhiteSpace, idLiteral, idTypeGuard, identity, ifArray, ifArrayPartial, ifBoolean, ifChar, ifContainer, ifDefined, ifFalse, ifFunction, ifHasKey, ifLength, ifLowercaseChar, ifNotNull, ifNull, ifNumber, ifObject, ifSameType, ifScalar, ifString, ifTrue, ifUndefined, ifUppercaseChar, indexOf, infer, intersect, intersection, ip6GroupExpansion, ip6Prefix, isAccelerationMetric, isAccelerationUom, isAlpha, isAmazonUrl, isApi, isApiSurface, isAppleUrl, isAreaMetric, isAreaUom, isArray, isArrayToken, isAtomicKind, isAtomicToken, isAustralianNewsUrl, isBelgiumNewsUrl, isBestBuyUrl, isBitbucketUrl, isBoolean, isBooleanLike, isBox, isCanadianNewsUrl, isChineseNewsUrl, isCodeCommitUrl, isConstant, isContainer, isContainerToken, isCostCoUrl, isCountryAbbrev, isCountryCode2, isCountryCode3, isCountryName, isCssAspectRatio, isCurrentMetric, isCurrentUom, isCvsUrl, isDanishNewsUrl, isDate, isDefineObject, isDefined, isDellUrl, isDistanceMetric, isDistanceUom, isDomainName, isDoneFn, isDutchNewsUrl, isEbayUrl, isEmail, isEnergyMetric, isEnergyUom, isEqual, isErrorCondition, isEscapeFunction, isEtsyUrl, isFalse, isFalsy, isFnBasedKind, isFnBasedToken, isFnWithParams, isFrenchNewsUrl, isFrequencyMetric, isFrequencyUom, isFunction, isGermanNewsUrl, isGithubIssueUrl, isGithubIssuesListUrl, isGithubOrgUrl, isGithubProjectUrl, isGithubProjectsListUrl, isGithubReleaseTagUrl, isGithubReleasesListUrl, isGithubRepoReleaseTagUrl, isGithubRepoReleasesUrl, isGithubRepoUrl, isGithubUrl, isHexadecimal, isHmUrl, isHomeDepotUrl, isHtmlElement, isIkeaUrl, isIndexable, isIndianNewsUrl, isInlineSvg, isIp4Address, isIp6Address, isIpAddress, isIso3166Alpha2, isIso3166Alpha3, isIso3166CountryCode, isIso3166CountryName, isIsoDate, isIsoDateTime, isIsoExplicitDate, isIsoExplicitTime, isIsoImplicitDate, isIsoImplicitTime, isIsoTime, isIsoYear, isItalianNewsUrl, isJapaneseNewsUrl, isKrogersUrl, isLeapYear, isLength, isLikeRegExp, isLowesUrl, isLuminosityMetric, isLuminosityUom, isLuxonDateTime, isMacysUrl, isMapToken, isMassMetric, isMassUom, isMetric, isMexicanNewsUrl, isMoment, isNever, isNewsUrl, isNikeUrl, isNorwegianNewsUrl, isNotNull, isNothing, isNull, isNumber, isNumberLike, isNumericArray, isNumericString, isObject, isObjectToken, isOptionalParamFunction, isPhoneNumber, isPowerMetric, isPowerUom, isPressureMetric, isPressureUom, isReadonlyArray, isRecordToken, isRef, isRegExp, isRepoSource, isRepoUrl, isResistance, isResistanceUom, isRetailUrl, isSameTypeOf, isScalar, isSemanticVersion, isSet, isSetBasedKind, isSetBasedToken, isSetToken, isShape, isShapeCallback, isSimpleContainerToken, isSimpleContainerTokenTuple, isSimpleScalarToken, isSimpleScalarTokenTuple, isSimpleToken, isSimpleTokenTuple, isSingletonKind, isSingletonToken, isSocialMediaProfileUrl, isSocialMediaUrl, isSouthKoreanNewsUrl, isSpanishNewsUrl, isSpecificConstant, isSpeedMetric, isSpeedUom, isString, isStringArray, isSwissNewsUrl, isSymbol, isTailwindColor, isTailwindColorClass, isTailwindColorName, isTailwindColorTarget, isTailwindColorWithLuminosity, isTailwindColorWithLuminosityAndOpacity, isTailwindModifier, isTargetUrl, isTemperatureMetric, isTemperatureUom, isThenable, isThisMonth, isThisWeek, isThisYear, isTimeMetric, isTimeUom, isToday, isTomorrow, isTrimable, isTrue, isTruthy, isTuple, isTupleToken, isTurkishNewsUrl, isTypeOf, isTypeToken, isTypeTokenKind, isTypeTuple, isUkNewsUrl, isUndefined, isUnset, isUom, isUri, isUrl, isUrlPath, isUrlSource, isUsNewsUrl, isUsStateAbbreviation, isUsStateName, isVoltageMetric, isVoltageUom, isVolumeMetric, isVolumeUom, isWalgreensUrl, isWalmartUrl, isWayfairUrl, isWholeFoodsUrl, isYesterday, isYouTubeCreatorUrl, isYouTubeFeedHistoryUrl, isYouTubeFeedUrl, isYouTubePlaylistUrl, isYouTubePlaylistsUrl, isYouTubeShareUrl, isYouTubeSubscriptionsUrl, isYouTubeTrendingUrl, isYouTubeUrl, isYouTubeVideoUrl, isYouTubeVideosInPlaylist, isZaraUrl, isZipCode, isZipCode5, isZipPlus4, joinWith, jsonValue, jsonValues, keysOf, kindLiteral, last, list, literal, logicalReturns, lookupCountryAlpha2, lookupCountryAlpha3, lookupCountryCode, lookupCountryName, lowercase, mergeObjects, mergeScalars, mergeTuples, nameLiteral, narrow, never, omit, optional, optionalOrNull, or, orNull, pathJoin, pluralize, removePhoneCountryCode, removeTailwindModifiers, removeUrlProtocol, result, retain, retainAfter, retainAfterInclusive, retainChars, retainUntil, retainUntilInclusive, retainWhile, reverse, rightWhitespace, shape, sharedKeys, shift, simpleContainerToken, simpleContainerTokenToTypeToken, simpleContainerType, simpleScalarToken, simpleScalarTokenToTypeToken, simpleScalarType, simpleToken, simpleType, simpleUnionTokenToTypeToken, slice, split, startsWith, stripAfter, stripBefore, stripChars, stripLeading, stripParenthesis, stripSurround, stripTrailing, stripUntil, stripWhile, surround, takeNumericCharacters, takeProp, toCamelCase, toKebabCase, toNumber, toNumericArray, toPascalCase, toSnakeCase, toString, toUppercase, trim, trimEnd, trimLeft, trimRight, trimStart, truncate, tuple, twColor, unbox, uncapitalize, union, unionize, unique, uniqueKeys, unset, uppercase, urlMeta, valuesOf, widen, withDefaults, withKeys, withoutKeys, withoutValue, wrapFn, youtubeEmbed, youtubeMeta };