typebox 1.0.33 → 1.0.34
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.
- package/package.json +31 -68
- package/build/cjs/compile/code.d.ts +0 -12
- package/build/cjs/compile/code.js +0 -68
- package/build/cjs/compile/compile.d.ts +0 -6
- package/build/cjs/compile/compile.js +0 -14
- package/build/cjs/compile/index.d.ts +0 -12
- package/build/cjs/compile/index.js +0 -29
- package/build/cjs/compile/validator.d.ts +0 -37
- package/build/cjs/compile/validator.js +0 -96
- package/build/cjs/error/errors.d.ts +0 -214
- package/build/cjs/error/errors.js +0 -21
- package/build/cjs/error/index.d.ts +0 -1
- package/build/cjs/error/index.js +0 -17
- package/build/cjs/format/_registry.d.ts +0 -15
- package/build/cjs/format/_registry.js +0 -105
- package/build/cjs/format/date-time.d.ts +0 -6
- package/build/cjs/format/date-time.js +0 -14
- package/build/cjs/format/date.d.ts +0 -6
- package/build/cjs/format/date.js +0 -22
- package/build/cjs/format/duration.d.ts +0 -5
- package/build/cjs/format/duration.js +0 -11
- package/build/cjs/format/email.d.ts +0 -2
- package/build/cjs/format/email.js +0 -8
- package/build/cjs/format/format.d.ts +0 -22
- package/build/cjs/format/format.js +0 -38
- package/build/cjs/format/hostname.d.ts +0 -2
- package/build/cjs/format/hostname.js +0 -8
- package/build/cjs/format/idn-email.d.ts +0 -2
- package/build/cjs/format/idn-email.js +0 -8
- package/build/cjs/format/idn-hostname.d.ts +0 -5
- package/build/cjs/format/idn-hostname.js +0 -131
- package/build/cjs/format/index.d.ts +0 -4
- package/build/cjs/format/index.js +0 -21
- package/build/cjs/format/ipv4.d.ts +0 -6
- package/build/cjs/format/ipv4.js +0 -12
- package/build/cjs/format/ipv6.d.ts +0 -6
- package/build/cjs/format/ipv6.js +0 -12
- package/build/cjs/format/iri-reference.d.ts +0 -5
- package/build/cjs/format/iri-reference.js +0 -62
- package/build/cjs/format/iri.d.ts +0 -5
- package/build/cjs/format/iri.js +0 -16
- package/build/cjs/format/json-pointer-uri-fragment.d.ts +0 -6
- package/build/cjs/format/json-pointer-uri-fragment.js +0 -12
- package/build/cjs/format/json-pointer.d.ts +0 -6
- package/build/cjs/format/json-pointer.js +0 -12
- package/build/cjs/format/regex.d.ts +0 -6
- package/build/cjs/format/regex.js +0 -20
- package/build/cjs/format/relative-json-pointer.d.ts +0 -6
- package/build/cjs/format/relative-json-pointer.js +0 -12
- package/build/cjs/format/time.d.ts +0 -5
- package/build/cjs/format/time.js +0 -30
- package/build/cjs/format/uri-reference.d.ts +0 -6
- package/build/cjs/format/uri-reference.js +0 -12
- package/build/cjs/format/uri-template.d.ts +0 -6
- package/build/cjs/format/uri-template.js +0 -13
- package/build/cjs/format/uri.d.ts +0 -6
- package/build/cjs/format/uri.js +0 -12
- package/build/cjs/format/url.d.ts +0 -6
- package/build/cjs/format/url.js +0 -12
- package/build/cjs/format/uuid.d.ts +0 -6
- package/build/cjs/format/uuid.js +0 -12
- package/build/cjs/guard/emit.d.ts +0 -57
- package/build/cjs/guard/emit.js +0 -237
- package/build/cjs/guard/globals.d.ts +0 -35
- package/build/cjs/guard/globals.js +0 -111
- package/build/cjs/guard/guard.d.ts +0 -59
- package/build/cjs/guard/guard.js +0 -233
- package/build/cjs/guard/index.d.ts +0 -6
- package/build/cjs/guard/index.js +0 -9
- package/build/cjs/guard/native.d.ts +0 -20
- package/build/cjs/guard/native.js +0 -72
- package/build/cjs/index.d.ts +0 -8
- package/build/cjs/index.js +0 -31
- package/build/cjs/schema/build.d.ts +0 -35
- package/build/cjs/schema/build.js +0 -102
- package/build/cjs/schema/check.d.ts +0 -5
- package/build/cjs/schema/check.js +0 -15
- package/build/cjs/schema/deref/deref.d.ts +0 -4
- package/build/cjs/schema/deref/deref.js +0 -81
- package/build/cjs/schema/deref/index.d.ts +0 -1
- package/build/cjs/schema/deref/index.js +0 -5
- package/build/cjs/schema/engine/_context.d.ts +0 -42
- package/build/cjs/schema/engine/_context.js +0 -130
- package/build/cjs/schema/engine/_exact_optional.d.ts +0 -3
- package/build/cjs/schema/engine/_exact_optional.js +0 -25
- package/build/cjs/schema/engine/_externals.d.ts +0 -9
- package/build/cjs/schema/engine/_externals.js +0 -39
- package/build/cjs/schema/engine/_functions.d.ts +0 -5
- package/build/cjs/schema/engine/_functions.js +0 -51
- package/build/cjs/schema/engine/_guard.d.ts +0 -5
- package/build/cjs/schema/engine/_guard.js +0 -31
- package/build/cjs/schema/engine/_reducer.d.ts +0 -3
- package/build/cjs/schema/engine/_reducer.js +0 -48
- package/build/cjs/schema/engine/_refine.d.ts +0 -5
- package/build/cjs/schema/engine/_refine.js +0 -34
- package/build/cjs/schema/engine/additionalItems.d.ts +0 -5
- package/build/cjs/schema/engine/additionalItems.js +0 -53
- package/build/cjs/schema/engine/additionalProperties.d.ts +0 -8
- package/build/cjs/schema/engine/additionalProperties.js +0 -111
- package/build/cjs/schema/engine/allOf.d.ts +0 -5
- package/build/cjs/schema/engine/allOf.js +0 -52
- package/build/cjs/schema/engine/anyOf.d.ts +0 -5
- package/build/cjs/schema/engine/anyOf.js +0 -57
- package/build/cjs/schema/engine/boolean.d.ts +0 -4
- package/build/cjs/schema/engine/boolean.js +0 -30
- package/build/cjs/schema/engine/const.d.ts +0 -5
- package/build/cjs/schema/engine/const.js +0 -35
- package/build/cjs/schema/engine/contains.d.ts +0 -5
- package/build/cjs/schema/engine/contains.js +0 -45
- package/build/cjs/schema/engine/dependencies.d.ts +0 -5
- package/build/cjs/schema/engine/dependencies.js +0 -50
- package/build/cjs/schema/engine/dependentRequired.d.ts +0 -5
- package/build/cjs/schema/engine/dependentRequired.js +0 -45
- package/build/cjs/schema/engine/dependentSchemas.d.ts +0 -5
- package/build/cjs/schema/engine/dependentSchemas.js +0 -43
- package/build/cjs/schema/engine/enum.d.ts +0 -5
- package/build/cjs/schema/engine/enum.js +0 -38
- package/build/cjs/schema/engine/exclusiveMaximum.d.ts +0 -5
- package/build/cjs/schema/engine/exclusiveMaximum.js +0 -30
- package/build/cjs/schema/engine/exclusiveMinimum.d.ts +0 -5
- package/build/cjs/schema/engine/exclusiveMinimum.js +0 -30
- package/build/cjs/schema/engine/format.d.ts +0 -5
- package/build/cjs/schema/engine/format.js +0 -31
- package/build/cjs/schema/engine/if.d.ts +0 -5
- package/build/cjs/schema/engine/if.js +0 -52
- package/build/cjs/schema/engine/index.d.ts +0 -47
- package/build/cjs/schema/engine/index.js +0 -69
- package/build/cjs/schema/engine/items.d.ts +0 -5
- package/build/cjs/schema/engine/items.js +0 -73
- package/build/cjs/schema/engine/maxContains.d.ts +0 -5
- package/build/cjs/schema/engine/maxContains.js +0 -45
- package/build/cjs/schema/engine/maxItems.d.ts +0 -5
- package/build/cjs/schema/engine/maxItems.js +0 -30
- package/build/cjs/schema/engine/maxLength.d.ts +0 -5
- package/build/cjs/schema/engine/maxLength.js +0 -30
- package/build/cjs/schema/engine/maxProperties.d.ts +0 -5
- package/build/cjs/schema/engine/maxProperties.js +0 -30
- package/build/cjs/schema/engine/maximum.d.ts +0 -5
- package/build/cjs/schema/engine/maximum.js +0 -30
- package/build/cjs/schema/engine/minContains.d.ts +0 -5
- package/build/cjs/schema/engine/minContains.js +0 -44
- package/build/cjs/schema/engine/minItems.d.ts +0 -5
- package/build/cjs/schema/engine/minItems.js +0 -30
- package/build/cjs/schema/engine/minLength.d.ts +0 -5
- package/build/cjs/schema/engine/minLength.js +0 -30
- package/build/cjs/schema/engine/minProperties.d.ts +0 -5
- package/build/cjs/schema/engine/minProperties.js +0 -30
- package/build/cjs/schema/engine/minimum.d.ts +0 -5
- package/build/cjs/schema/engine/minimum.js +0 -30
- package/build/cjs/schema/engine/multipleOf.d.ts +0 -5
- package/build/cjs/schema/engine/multipleOf.js +0 -30
- package/build/cjs/schema/engine/not.d.ts +0 -5
- package/build/cjs/schema/engine/not.js +0 -41
- package/build/cjs/schema/engine/oneOf.d.ts +0 -5
- package/build/cjs/schema/engine/oneOf.js +0 -63
- package/build/cjs/schema/engine/pattern.d.ts +0 -5
- package/build/cjs/schema/engine/pattern.js +0 -33
- package/build/cjs/schema/engine/patternProperties.d.ts +0 -5
- package/build/cjs/schema/engine/patternProperties.js +0 -47
- package/build/cjs/schema/engine/prefixItems.d.ts +0 -5
- package/build/cjs/schema/engine/prefixItems.js +0 -40
- package/build/cjs/schema/engine/properties.d.ts +0 -5
- package/build/cjs/schema/engine/properties.js +0 -80
- package/build/cjs/schema/engine/propertyNames.d.ts +0 -5
- package/build/cjs/schema/engine/propertyNames.js +0 -42
- package/build/cjs/schema/engine/ref.d.ts +0 -5
- package/build/cjs/schema/engine/ref.js +0 -48
- package/build/cjs/schema/engine/required.d.ts +0 -5
- package/build/cjs/schema/engine/required.js +0 -37
- package/build/cjs/schema/engine/schema.d.ts +0 -5
- package/build/cjs/schema/engine/schema.js +0 -327
- package/build/cjs/schema/engine/type.d.ts +0 -5
- package/build/cjs/schema/engine/type.js +0 -79
- package/build/cjs/schema/engine/unevaluatedItems.d.ts +0 -5
- package/build/cjs/schema/engine/unevaluatedItems.js +0 -54
- package/build/cjs/schema/engine/unevaluatedProperties.d.ts +0 -5
- package/build/cjs/schema/engine/unevaluatedProperties.js +0 -54
- package/build/cjs/schema/engine/uniqueItems.d.ts +0 -5
- package/build/cjs/schema/engine/uniqueItems.js +0 -56
- package/build/cjs/schema/errors.d.ts +0 -6
- package/build/cjs/schema/errors.js +0 -27
- package/build/cjs/schema/index.d.ts +0 -3
- package/build/cjs/schema/index.js +0 -25
- package/build/cjs/schema/schema.d.ts +0 -5
- package/build/cjs/schema/schema.js +0 -21
- package/build/cjs/schema/types/_guard.d.ts +0 -10
- package/build/cjs/schema/types/_guard.js +0 -20
- package/build/cjs/schema/types/_refine.d.ts +0 -13
- package/build/cjs/schema/types/_refine.js +0 -21
- package/build/cjs/schema/types/additionalItems.d.ts +0 -9
- package/build/cjs/schema/types/additionalItems.js +0 -17
- package/build/cjs/schema/types/additionalProperties.d.ts +0 -9
- package/build/cjs/schema/types/additionalProperties.js +0 -17
- package/build/cjs/schema/types/allOf.d.ts +0 -9
- package/build/cjs/schema/types/allOf.js +0 -18
- package/build/cjs/schema/types/anyOf.d.ts +0 -9
- package/build/cjs/schema/types/anyOf.js +0 -18
- package/build/cjs/schema/types/const.d.ts +0 -9
- package/build/cjs/schema/types/const.js +0 -15
- package/build/cjs/schema/types/contains.d.ts +0 -9
- package/build/cjs/schema/types/contains.js +0 -17
- package/build/cjs/schema/types/contentEncoding.d.ts +0 -9
- package/build/cjs/schema/types/contentEncoding.js +0 -16
- package/build/cjs/schema/types/contentMediaType.d.ts +0 -9
- package/build/cjs/schema/types/contentMediaType.js +0 -16
- package/build/cjs/schema/types/default.d.ts +0 -9
- package/build/cjs/schema/types/default.js +0 -15
- package/build/cjs/schema/types/defs.d.ts +0 -6
- package/build/cjs/schema/types/defs.js +0 -15
- package/build/cjs/schema/types/dependencies.d.ts +0 -11
- package/build/cjs/schema/types/dependencies.js +0 -19
- package/build/cjs/schema/types/dependentRequired.d.ts +0 -9
- package/build/cjs/schema/types/dependentRequired.js +0 -18
- package/build/cjs/schema/types/dependentSchemas.d.ts +0 -9
- package/build/cjs/schema/types/dependentSchemas.js +0 -18
- package/build/cjs/schema/types/else.d.ts +0 -9
- package/build/cjs/schema/types/else.js +0 -17
- package/build/cjs/schema/types/enum.d.ts +0 -9
- package/build/cjs/schema/types/enum.js +0 -16
- package/build/cjs/schema/types/exclusiveMaximum.d.ts +0 -9
- package/build/cjs/schema/types/exclusiveMaximum.js +0 -16
- package/build/cjs/schema/types/exclusiveMinimum.d.ts +0 -9
- package/build/cjs/schema/types/exclusiveMinimum.js +0 -16
- package/build/cjs/schema/types/format.d.ts +0 -9
- package/build/cjs/schema/types/format.js +0 -16
- package/build/cjs/schema/types/id.d.ts +0 -9
- package/build/cjs/schema/types/id.js +0 -16
- package/build/cjs/schema/types/if.d.ts +0 -9
- package/build/cjs/schema/types/if.js +0 -17
- package/build/cjs/schema/types/index.d.ts +0 -51
- package/build/cjs/schema/types/index.js +0 -73
- package/build/cjs/schema/types/items.d.ts +0 -19
- package/build/cjs/schema/types/items.js +0 -31
- package/build/cjs/schema/types/maxContains.d.ts +0 -9
- package/build/cjs/schema/types/maxContains.js +0 -16
- package/build/cjs/schema/types/maxItems.d.ts +0 -9
- package/build/cjs/schema/types/maxItems.js +0 -16
- package/build/cjs/schema/types/maxLength.d.ts +0 -9
- package/build/cjs/schema/types/maxLength.js +0 -16
- package/build/cjs/schema/types/maxProperties.d.ts +0 -9
- package/build/cjs/schema/types/maxProperties.js +0 -16
- package/build/cjs/schema/types/maximum.d.ts +0 -9
- package/build/cjs/schema/types/maximum.js +0 -16
- package/build/cjs/schema/types/minContains.d.ts +0 -9
- package/build/cjs/schema/types/minContains.js +0 -16
- package/build/cjs/schema/types/minItems.d.ts +0 -9
- package/build/cjs/schema/types/minItems.js +0 -16
- package/build/cjs/schema/types/minLength.d.ts +0 -9
- package/build/cjs/schema/types/minLength.js +0 -16
- package/build/cjs/schema/types/minProperties.d.ts +0 -9
- package/build/cjs/schema/types/minProperties.js +0 -16
- package/build/cjs/schema/types/minimum.d.ts +0 -9
- package/build/cjs/schema/types/minimum.js +0 -16
- package/build/cjs/schema/types/multipleOf.d.ts +0 -9
- package/build/cjs/schema/types/multipleOf.js +0 -16
- package/build/cjs/schema/types/not.d.ts +0 -9
- package/build/cjs/schema/types/not.js +0 -17
- package/build/cjs/schema/types/oneOf.d.ts +0 -9
- package/build/cjs/schema/types/oneOf.js +0 -18
- package/build/cjs/schema/types/pattern.d.ts +0 -9
- package/build/cjs/schema/types/pattern.js +0 -17
- package/build/cjs/schema/types/patternProperties.d.ts +0 -9
- package/build/cjs/schema/types/patternProperties.js +0 -18
- package/build/cjs/schema/types/prefixItems.d.ts +0 -8
- package/build/cjs/schema/types/prefixItems.js +0 -17
- package/build/cjs/schema/types/properties.d.ts +0 -9
- package/build/cjs/schema/types/properties.js +0 -18
- package/build/cjs/schema/types/propertyNames.d.ts +0 -9
- package/build/cjs/schema/types/propertyNames.js +0 -18
- package/build/cjs/schema/types/ref.d.ts +0 -9
- package/build/cjs/schema/types/ref.js +0 -16
- package/build/cjs/schema/types/required.d.ts +0 -9
- package/build/cjs/schema/types/required.js +0 -17
- package/build/cjs/schema/types/schema.d.ts +0 -9
- package/build/cjs/schema/types/schema.js +0 -19
- package/build/cjs/schema/types/static.d.ts +0 -113
- package/build/cjs/schema/types/static.js +0 -3
- package/build/cjs/schema/types/then.d.ts +0 -9
- package/build/cjs/schema/types/then.js +0 -17
- package/build/cjs/schema/types/type.d.ts +0 -9
- package/build/cjs/schema/types/type.js +0 -18
- package/build/cjs/schema/types/unevaluatedItems.d.ts +0 -9
- package/build/cjs/schema/types/unevaluatedItems.js +0 -17
- package/build/cjs/schema/types/unevaluatedProperties.d.ts +0 -9
- package/build/cjs/schema/types/unevaluatedProperties.js +0 -17
- package/build/cjs/schema/types/uniqueItems.d.ts +0 -9
- package/build/cjs/schema/types/uniqueItems.js +0 -16
- package/build/cjs/system/arguments/arguments.d.ts +0 -5
- package/build/cjs/system/arguments/arguments.js +0 -12
- package/build/cjs/system/arguments/index.d.ts +0 -1
- package/build/cjs/system/arguments/index.js +0 -4
- package/build/cjs/system/environment/can-evaluate.d.ts +0 -2
- package/build/cjs/system/environment/can-evaluate.js +0 -29
- package/build/cjs/system/environment/environment.d.ts +0 -1
- package/build/cjs/system/environment/environment.js +0 -17
- package/build/cjs/system/environment/index.d.ts +0 -1
- package/build/cjs/system/environment/index.js +0 -4
- package/build/cjs/system/hashing/hash.d.ts +0 -4
- package/build/cjs/system/hashing/hash.js +0 -236
- package/build/cjs/system/hashing/index.d.ts +0 -1
- package/build/cjs/system/hashing/index.js +0 -4
- package/build/cjs/system/index.d.ts +0 -4
- package/build/cjs/system/index.js +0 -21
- package/build/cjs/system/locale/_config.d.ts +0 -7
- package/build/cjs/system/locale/_config.js +0 -20
- package/build/cjs/system/locale/_locale.d.ts +0 -40
- package/build/cjs/system/locale/_locale.js +0 -56
- package/build/cjs/system/locale/ar_001.d.ts +0 -3
- package/build/cjs/system/locale/ar_001.js +0 -44
- package/build/cjs/system/locale/bn_BD.d.ts +0 -3
- package/build/cjs/system/locale/bn_BD.js +0 -44
- package/build/cjs/system/locale/cs_CZ.d.ts +0 -3
- package/build/cjs/system/locale/cs_CZ.js +0 -44
- package/build/cjs/system/locale/de_DE.d.ts +0 -3
- package/build/cjs/system/locale/de_DE.js +0 -44
- package/build/cjs/system/locale/el_GR.d.ts +0 -3
- package/build/cjs/system/locale/el_GR.js +0 -44
- package/build/cjs/system/locale/en_US.d.ts +0 -3
- package/build/cjs/system/locale/en_US.js +0 -43
- package/build/cjs/system/locale/es_419.d.ts +0 -3
- package/build/cjs/system/locale/es_419.js +0 -44
- package/build/cjs/system/locale/es_AR.d.ts +0 -3
- package/build/cjs/system/locale/es_AR.js +0 -44
- package/build/cjs/system/locale/es_ES.d.ts +0 -3
- package/build/cjs/system/locale/es_ES.js +0 -44
- package/build/cjs/system/locale/es_MX.d.ts +0 -3
- package/build/cjs/system/locale/es_MX.js +0 -44
- package/build/cjs/system/locale/fa_IR.d.ts +0 -3
- package/build/cjs/system/locale/fa_IR.js +0 -44
- package/build/cjs/system/locale/fil_PH.d.ts +0 -3
- package/build/cjs/system/locale/fil_PH.js +0 -44
- package/build/cjs/system/locale/fr_CA.d.ts +0 -3
- package/build/cjs/system/locale/fr_CA.js +0 -44
- package/build/cjs/system/locale/fr_FR.d.ts +0 -3
- package/build/cjs/system/locale/fr_FR.js +0 -44
- package/build/cjs/system/locale/ha_NG.d.ts +0 -3
- package/build/cjs/system/locale/ha_NG.js +0 -44
- package/build/cjs/system/locale/hi_IN.d.ts +0 -3
- package/build/cjs/system/locale/hi_IN.js +0 -44
- package/build/cjs/system/locale/hu_HU.d.ts +0 -3
- package/build/cjs/system/locale/hu_HU.js +0 -44
- package/build/cjs/system/locale/id_ID.d.ts +0 -3
- package/build/cjs/system/locale/id_ID.js +0 -44
- package/build/cjs/system/locale/index.d.ts +0 -1
- package/build/cjs/system/locale/index.js +0 -4
- package/build/cjs/system/locale/it_IT.d.ts +0 -3
- package/build/cjs/system/locale/it_IT.js +0 -44
- package/build/cjs/system/locale/ja_JP.d.ts +0 -3
- package/build/cjs/system/locale/ja_JP.js +0 -44
- package/build/cjs/system/locale/ko_KR.d.ts +0 -3
- package/build/cjs/system/locale/ko_KR.js +0 -44
- package/build/cjs/system/locale/ms_MY.d.ts +0 -3
- package/build/cjs/system/locale/ms_MY.js +0 -44
- package/build/cjs/system/locale/nl_NL.d.ts +0 -3
- package/build/cjs/system/locale/nl_NL.js +0 -44
- package/build/cjs/system/locale/pl_PL.d.ts +0 -3
- package/build/cjs/system/locale/pl_PL.js +0 -44
- package/build/cjs/system/locale/pt_BR.d.ts +0 -3
- package/build/cjs/system/locale/pt_BR.js +0 -44
- package/build/cjs/system/locale/pt_PT.d.ts +0 -3
- package/build/cjs/system/locale/pt_PT.js +0 -44
- package/build/cjs/system/locale/ro_RO.d.ts +0 -3
- package/build/cjs/system/locale/ro_RO.js +0 -44
- package/build/cjs/system/locale/ru_RU.d.ts +0 -3
- package/build/cjs/system/locale/ru_RU.js +0 -44
- package/build/cjs/system/locale/sv_SE.d.ts +0 -3
- package/build/cjs/system/locale/sv_SE.js +0 -44
- package/build/cjs/system/locale/sw_TZ.d.ts +0 -3
- package/build/cjs/system/locale/sw_TZ.js +0 -44
- package/build/cjs/system/locale/th_TH.d.ts +0 -3
- package/build/cjs/system/locale/th_TH.js +0 -44
- package/build/cjs/system/locale/tr_TR.d.ts +0 -3
- package/build/cjs/system/locale/tr_TR.js +0 -44
- package/build/cjs/system/locale/uk_UA.d.ts +0 -3
- package/build/cjs/system/locale/uk_UA.js +0 -44
- package/build/cjs/system/locale/ur_PK.d.ts +0 -3
- package/build/cjs/system/locale/ur_PK.js +0 -44
- package/build/cjs/system/locale/vi_VN.d.ts +0 -3
- package/build/cjs/system/locale/vi_VN.js +0 -44
- package/build/cjs/system/locale/yo_NG.d.ts +0 -3
- package/build/cjs/system/locale/yo_NG.js +0 -44
- package/build/cjs/system/locale/zh_Hans.d.ts +0 -3
- package/build/cjs/system/locale/zh_Hans.js +0 -44
- package/build/cjs/system/locale/zh_Hant.d.ts +0 -3
- package/build/cjs/system/locale/zh_Hant.js +0 -44
- package/build/cjs/system/memory/assign.d.ts +0 -14
- package/build/cjs/system/memory/assign.js +0 -13
- package/build/cjs/system/memory/clone.d.ts +0 -6
- package/build/cjs/system/memory/clone.js +0 -66
- package/build/cjs/system/memory/create.d.ts +0 -8
- package/build/cjs/system/memory/create.js +0 -26
- package/build/cjs/system/memory/discard.d.ts +0 -4
- package/build/cjs/system/memory/discard.js +0 -19
- package/build/cjs/system/memory/index.d.ts +0 -1
- package/build/cjs/system/memory/index.js +0 -4
- package/build/cjs/system/memory/memory.d.ts +0 -6
- package/build/cjs/system/memory/memory.js +0 -23
- package/build/cjs/system/memory/metrics.d.ts +0 -14
- package/build/cjs/system/memory/metrics.js +0 -11
- package/build/cjs/system/memory/update.d.ts +0 -7
- package/build/cjs/system/memory/update.js +0 -35
- package/build/cjs/system/settings/index.d.ts +0 -1
- package/build/cjs/system/settings/index.js +0 -4
- package/build/cjs/system/settings/settings.d.ts +0 -47
- package/build/cjs/system/settings/settings.js +0 -35
- package/build/cjs/system/system.d.ts +0 -6
- package/build/cjs/system/system.js +0 -22
- package/build/cjs/system/unreachable/index.d.ts +0 -1
- package/build/cjs/system/unreachable/index.js +0 -17
- package/build/cjs/system/unreachable/unreachable.d.ts +0 -3
- package/build/cjs/system/unreachable/unreachable.js +0 -9
- package/build/cjs/type/action/_optional.d.ts +0 -19
- package/build/cjs/type/action/_optional.js +0 -46
- package/build/cjs/type/action/_readonly.d.ts +0 -19
- package/build/cjs/type/action/_readonly.js +0 -46
- package/build/cjs/type/action/awaited.d.ts +0 -11
- package/build/cjs/type/action/awaited.js +0 -15
- package/build/cjs/type/action/capitalize.d.ts +0 -11
- package/build/cjs/type/action/capitalize.js +0 -15
- package/build/cjs/type/action/conditional.d.ts +0 -11
- package/build/cjs/type/action/conditional.js +0 -15
- package/build/cjs/type/action/constructor-parameters.d.ts +0 -11
- package/build/cjs/type/action/constructor-parameters.js +0 -15
- package/build/cjs/type/action/evaluate.d.ts +0 -11
- package/build/cjs/type/action/evaluate.js +0 -15
- package/build/cjs/type/action/exclude.d.ts +0 -11
- package/build/cjs/type/action/exclude.js +0 -15
- package/build/cjs/type/action/extract.d.ts +0 -11
- package/build/cjs/type/action/extract.js +0 -15
- package/build/cjs/type/action/index.d.ts +0 -26
- package/build/cjs/type/action/index.js +0 -42
- package/build/cjs/type/action/indexed.d.ts +0 -14
- package/build/cjs/type/action/indexed.js +0 -18
- package/build/cjs/type/action/instance-type.d.ts +0 -11
- package/build/cjs/type/action/instance-type.js +0 -15
- package/build/cjs/type/action/interface.d.ts +0 -14
- package/build/cjs/type/action/interface.js +0 -24
- package/build/cjs/type/action/keyof.d.ts +0 -11
- package/build/cjs/type/action/keyof.js +0 -15
- package/build/cjs/type/action/lowercase.d.ts +0 -11
- package/build/cjs/type/action/lowercase.js +0 -15
- package/build/cjs/type/action/mapped.d.ts +0 -12
- package/build/cjs/type/action/mapped.js +0 -15
- package/build/cjs/type/action/module.d.ts +0 -12
- package/build/cjs/type/action/module.js +0 -15
- package/build/cjs/type/action/non-nullable.d.ts +0 -11
- package/build/cjs/type/action/non-nullable.js +0 -15
- package/build/cjs/type/action/omit.d.ts +0 -14
- package/build/cjs/type/action/omit.js +0 -18
- package/build/cjs/type/action/options.d.ts +0 -12
- package/build/cjs/type/action/options.js +0 -15
- package/build/cjs/type/action/parameters.d.ts +0 -11
- package/build/cjs/type/action/parameters.js +0 -15
- package/build/cjs/type/action/partial.d.ts +0 -11
- package/build/cjs/type/action/partial.js +0 -15
- package/build/cjs/type/action/pick.d.ts +0 -14
- package/build/cjs/type/action/pick.js +0 -18
- package/build/cjs/type/action/required.d.ts +0 -11
- package/build/cjs/type/action/required.js +0 -15
- package/build/cjs/type/action/return-type.d.ts +0 -11
- package/build/cjs/type/action/return-type.js +0 -15
- package/build/cjs/type/action/uncapitalize.d.ts +0 -11
- package/build/cjs/type/action/uncapitalize.js +0 -15
- package/build/cjs/type/action/uppercase.d.ts +0 -11
- package/build/cjs/type/action/uppercase.js +0 -15
- package/build/cjs/type/engine/awaited/index.d.ts +0 -1
- package/build/cjs/type/engine/awaited/index.js +0 -17
- package/build/cjs/type/engine/awaited/instantiate.d.ts +0 -10
- package/build/cjs/type/engine/awaited/instantiate.js +0 -22
- package/build/cjs/type/engine/call/instantiate.d.ts +0 -20
- package/build/cjs/type/engine/call/instantiate.js +0 -41
- package/build/cjs/type/engine/call/resolve-arguments.d.ts +0 -13
- package/build/cjs/type/engine/call/resolve-arguments.js +0 -42
- package/build/cjs/type/engine/call/resolve-target.d.ts +0 -25
- package/build/cjs/type/engine/call/resolve-target.js +0 -30
- package/build/cjs/type/engine/conditional/index.d.ts +0 -1
- package/build/cjs/type/engine/conditional/index.js +0 -17
- package/build/cjs/type/engine/conditional/instantiate.d.ts +0 -10
- package/build/cjs/type/engine/conditional/instantiate.js +0 -22
- package/build/cjs/type/engine/constructor-parameters/index.d.ts +0 -1
- package/build/cjs/type/engine/constructor-parameters/index.js +0 -17
- package/build/cjs/type/engine/constructor-parameters/instantiate.d.ts +0 -14
- package/build/cjs/type/engine/constructor-parameters/instantiate.js +0 -24
- package/build/cjs/type/engine/cyclic/candidates.d.ts +0 -9
- package/build/cjs/type/engine/cyclic/candidates.js +0 -22
- package/build/cjs/type/engine/cyclic/check.d.ts +0 -24
- package/build/cjs/type/engine/cyclic/check.js +0 -57
- package/build/cjs/type/engine/cyclic/dependencies.d.ts +0 -25
- package/build/cjs/type/engine/cyclic/dependencies.js +0 -56
- package/build/cjs/type/engine/cyclic/extends.d.ts +0 -31
- package/build/cjs/type/engine/cyclic/extends.js +0 -56
- package/build/cjs/type/engine/cyclic/index.d.ts +0 -6
- package/build/cjs/type/engine/cyclic/index.js +0 -22
- package/build/cjs/type/engine/cyclic/instantiate.d.ts +0 -20
- package/build/cjs/type/engine/cyclic/instantiate.js +0 -32
- package/build/cjs/type/engine/cyclic/target.d.ts +0 -10
- package/build/cjs/type/engine/cyclic/target.js +0 -19
- package/build/cjs/type/engine/enum/enum-to-union.d.ts +0 -14
- package/build/cjs/type/engine/enum/enum-to-union.js +0 -29
- package/build/cjs/type/engine/enum/index.d.ts +0 -2
- package/build/cjs/type/engine/enum/index.js +0 -18
- package/build/cjs/type/engine/enum/typescript-enum-to-enum-values.d.ts +0 -8
- package/build/cjs/type/engine/enum/typescript-enum-to-enum-values.js +0 -13
- package/build/cjs/type/engine/evaluate/broaden.d.ts +0 -16
- package/build/cjs/type/engine/evaluate/broaden.js +0 -51
- package/build/cjs/type/engine/evaluate/compare.d.ts +0 -15
- package/build/cjs/type/engine/evaluate/compare.js +0 -25
- package/build/cjs/type/engine/evaluate/composite.d.ts +0 -30
- package/build/cjs/type/engine/evaluate/composite.js +0 -66
- package/build/cjs/type/engine/evaluate/distribute.d.ts +0 -26
- package/build/cjs/type/engine/evaluate/distribute.js +0 -56
- package/build/cjs/type/engine/evaluate/evaluate.d.ts +0 -11
- package/build/cjs/type/engine/evaluate/evaluate.js +0 -24
- package/build/cjs/type/engine/evaluate/flatten.d.ts +0 -6
- package/build/cjs/type/engine/evaluate/flatten.js +0 -14
- package/build/cjs/type/engine/evaluate/index.d.ts +0 -8
- package/build/cjs/type/engine/evaluate/index.js +0 -24
- package/build/cjs/type/engine/evaluate/instantiate.d.ts +0 -8
- package/build/cjs/type/engine/evaluate/instantiate.js +0 -20
- package/build/cjs/type/engine/evaluate/narrow.d.ts +0 -5
- package/build/cjs/type/engine/evaluate/narrow.js +0 -14
- package/build/cjs/type/engine/exclude/index.d.ts +0 -1
- package/build/cjs/type/engine/exclude/index.js +0 -17
- package/build/cjs/type/engine/exclude/instantiate.d.ts +0 -16
- package/build/cjs/type/engine/exclude/instantiate.js +0 -39
- package/build/cjs/type/engine/extract/index.d.ts +0 -1
- package/build/cjs/type/engine/extract/index.js +0 -17
- package/build/cjs/type/engine/extract/instantiate.d.ts +0 -16
- package/build/cjs/type/engine/extract/instantiate.js +0 -39
- package/build/cjs/type/engine/helpers/index.d.ts +0 -3
- package/build/cjs/type/engine/helpers/index.js +0 -19
- package/build/cjs/type/engine/helpers/keys-to-indexer.d.ts +0 -7
- package/build/cjs/type/engine/helpers/keys-to-indexer.js +0 -18
- package/build/cjs/type/engine/helpers/keys.d.ts +0 -3
- package/build/cjs/type/engine/helpers/keys.js +0 -11
- package/build/cjs/type/engine/helpers/union.d.ts +0 -7
- package/build/cjs/type/engine/helpers/union.js +0 -3
- package/build/cjs/type/engine/index.d.ts +0 -30
- package/build/cjs/type/engine/index.js +0 -54
- package/build/cjs/type/engine/indexable/from-cyclic.d.ts +0 -6
- package/build/cjs/type/engine/indexable/from-cyclic.js +0 -11
- package/build/cjs/type/engine/indexable/from-enum.d.ts +0 -6
- package/build/cjs/type/engine/indexable/from-enum.js +0 -11
- package/build/cjs/type/engine/indexable/from-intersect.d.ts +0 -5
- package/build/cjs/type/engine/indexable/from-intersect.js +0 -11
- package/build/cjs/type/engine/indexable/from-literal.d.ts +0 -3
- package/build/cjs/type/engine/indexable/from-literal.js +0 -8
- package/build/cjs/type/engine/indexable/from-template-literal.d.ts +0 -5
- package/build/cjs/type/engine/indexable/from-template-literal.js +0 -11
- package/build/cjs/type/engine/indexable/from-type.d.ts +0 -17
- package/build/cjs/type/engine/indexable/from-type.js +0 -25
- package/build/cjs/type/engine/indexable/from-union.d.ts +0 -4
- package/build/cjs/type/engine/indexable/from-union.js +0 -10
- package/build/cjs/type/engine/indexable/to-indexable-keys.d.ts +0 -10
- package/build/cjs/type/engine/indexable/to-indexable-keys.js +0 -15
- package/build/cjs/type/engine/indexable/to-indexable.d.ts +0 -9
- package/build/cjs/type/engine/indexable/to-indexable.js +0 -17
- package/build/cjs/type/engine/indexed/array-indexer.d.ts +0 -12
- package/build/cjs/type/engine/indexed/array-indexer.js +0 -21
- package/build/cjs/type/engine/indexed/from-array.d.ts +0 -15
- package/build/cjs/type/engine/indexed/from-array.js +0 -30
- package/build/cjs/type/engine/indexed/from-object.d.ts +0 -9
- package/build/cjs/type/engine/indexed/from-object.js +0 -21
- package/build/cjs/type/engine/indexed/from-tuple.d.ts +0 -13
- package/build/cjs/type/engine/indexed/from-tuple.js +0 -31
- package/build/cjs/type/engine/indexed/index.d.ts +0 -1
- package/build/cjs/type/engine/indexed/index.js +0 -17
- package/build/cjs/type/engine/indexed/instantiate.d.ts +0 -21
- package/build/cjs/type/engine/indexed/instantiate.js +0 -40
- package/build/cjs/type/engine/instance-type/index.d.ts +0 -1
- package/build/cjs/type/engine/instance-type/index.js +0 -17
- package/build/cjs/type/engine/instance-type/instantiate.d.ts +0 -12
- package/build/cjs/type/engine/instance-type/instantiate.js +0 -24
- package/build/cjs/type/engine/instantiate.d.ts +0 -162
- package/build/cjs/type/engine/instantiate.js +0 -173
- package/build/cjs/type/engine/interface/index.d.ts +0 -1
- package/build/cjs/type/engine/interface/index.js +0 -17
- package/build/cjs/type/engine/interface/instantiate.d.ts +0 -16
- package/build/cjs/type/engine/interface/instantiate.js +0 -22
- package/build/cjs/type/engine/intrinsics/from-literal.d.ts +0 -5
- package/build/cjs/type/engine/intrinsics/from-literal.js +0 -12
- package/build/cjs/type/engine/intrinsics/from-template-literal.d.ts +0 -6
- package/build/cjs/type/engine/intrinsics/from-template-literal.js +0 -11
- package/build/cjs/type/engine/intrinsics/from-type.d.ts +0 -10
- package/build/cjs/type/engine/intrinsics/from-type.js +0 -16
- package/build/cjs/type/engine/intrinsics/from-union.d.ts +0 -6
- package/build/cjs/type/engine/intrinsics/from-union.js +0 -10
- package/build/cjs/type/engine/intrinsics/index.d.ts +0 -1
- package/build/cjs/type/engine/intrinsics/index.js +0 -17
- package/build/cjs/type/engine/intrinsics/instantiate.d.ts +0 -34
- package/build/cjs/type/engine/intrinsics/instantiate.js +0 -54
- package/build/cjs/type/engine/intrinsics/mapping.d.ts +0 -9
- package/build/cjs/type/engine/intrinsics/mapping.js +0 -7
- package/build/cjs/type/engine/keyof/from-array.d.ts +0 -4
- package/build/cjs/type/engine/keyof/from-array.js +0 -8
- package/build/cjs/type/engine/keyof/from-object.d.ts +0 -10
- package/build/cjs/type/engine/keyof/from-object.js +0 -23
- package/build/cjs/type/engine/keyof/from-record.d.ts +0 -4
- package/build/cjs/type/engine/keyof/from-record.js +0 -8
- package/build/cjs/type/engine/keyof/from-tuple.d.ts +0 -5
- package/build/cjs/type/engine/keyof/from-tuple.js +0 -10
- package/build/cjs/type/engine/keyof/index.d.ts +0 -1
- package/build/cjs/type/engine/keyof/index.js +0 -17
- package/build/cjs/type/engine/keyof/instantiate.d.ts +0 -25
- package/build/cjs/type/engine/keyof/instantiate.js +0 -47
- package/build/cjs/type/engine/mapped/index.d.ts +0 -1
- package/build/cjs/type/engine/mapped/index.js +0 -17
- package/build/cjs/type/engine/mapped/instantiate.d.ts +0 -28
- package/build/cjs/type/engine/mapped/instantiate.js +0 -50
- package/build/cjs/type/engine/mapped/mapped-keys.d.ts +0 -14
- package/build/cjs/type/engine/mapped/mapped-keys.js +0 -32
- package/build/cjs/type/engine/module/index.d.ts +0 -1
- package/build/cjs/type/engine/module/index.js +0 -17
- package/build/cjs/type/engine/module/instantiate.d.ts +0 -21
- package/build/cjs/type/engine/module/instantiate.js +0 -36
- package/build/cjs/type/engine/non-nullable/index.d.ts +0 -1
- package/build/cjs/type/engine/non-nullable/index.js +0 -17
- package/build/cjs/type/engine/non-nullable/instantiate.d.ts +0 -15
- package/build/cjs/type/engine/non-nullable/instantiate.js +0 -24
- package/build/cjs/type/engine/object/collapse.d.ts +0 -12
- package/build/cjs/type/engine/object/collapse.js +0 -17
- package/build/cjs/type/engine/object/from-cyclic.d.ts +0 -6
- package/build/cjs/type/engine/object/from-cyclic.js +0 -11
- package/build/cjs/type/engine/object/from-intersect.d.ts +0 -17
- package/build/cjs/type/engine/object/from-intersect.js +0 -24
- package/build/cjs/type/engine/object/from-object.d.ts +0 -3
- package/build/cjs/type/engine/object/from-object.js +0 -7
- package/build/cjs/type/engine/object/from-tuple.d.ts +0 -6
- package/build/cjs/type/engine/object/from-tuple.js +0 -12
- package/build/cjs/type/engine/object/from-type.d.ts +0 -14
- package/build/cjs/type/engine/object/from-type.js +0 -22
- package/build/cjs/type/engine/object/from-union.d.ts +0 -12
- package/build/cjs/type/engine/object/from-union.js +0 -29
- package/build/cjs/type/engine/object/index.d.ts +0 -1
- package/build/cjs/type/engine/object/index.js +0 -17
- package/build/cjs/type/engine/omit/index.d.ts +0 -1
- package/build/cjs/type/engine/omit/index.js +0 -17
- package/build/cjs/type/engine/omit/instantiate.d.ts +0 -16
- package/build/cjs/type/engine/omit/instantiate.js +0 -34
- package/build/cjs/type/engine/options/index.d.ts +0 -1
- package/build/cjs/type/engine/options/index.js +0 -17
- package/build/cjs/type/engine/options/instantiate.d.ts +0 -8
- package/build/cjs/type/engine/options/instantiate.js +0 -16
- package/build/cjs/type/engine/parameters/index.d.ts +0 -1
- package/build/cjs/type/engine/parameters/index.js +0 -17
- package/build/cjs/type/engine/parameters/instantiate.d.ts +0 -14
- package/build/cjs/type/engine/parameters/instantiate.js +0 -24
- package/build/cjs/type/engine/partial/from-cyclic.d.ts +0 -10
- package/build/cjs/type/engine/partial/from-cyclic.js +0 -14
- package/build/cjs/type/engine/partial/from-intersect.d.ts +0 -5
- package/build/cjs/type/engine/partial/from-intersect.js +0 -10
- package/build/cjs/type/engine/partial/from-object.d.ts +0 -8
- package/build/cjs/type/engine/partial/from-object.js +0 -14
- package/build/cjs/type/engine/partial/from-type.d.ts +0 -12
- package/build/cjs/type/engine/partial/from-type.js +0 -19
- package/build/cjs/type/engine/partial/from-union.d.ts +0 -5
- package/build/cjs/type/engine/partial/from-union.js +0 -10
- package/build/cjs/type/engine/partial/index.d.ts +0 -1
- package/build/cjs/type/engine/partial/index.js +0 -17
- package/build/cjs/type/engine/partial/instantiate.d.ts +0 -9
- package/build/cjs/type/engine/partial/instantiate.js +0 -17
- package/build/cjs/type/engine/patterns/index.d.ts +0 -2
- package/build/cjs/type/engine/patterns/index.js +0 -18
- package/build/cjs/type/engine/patterns/pattern.d.ts +0 -7
- package/build/cjs/type/engine/patterns/pattern.js +0 -16
- package/build/cjs/type/engine/patterns/template.d.ts +0 -7
- package/build/cjs/type/engine/patterns/template.js +0 -23
- package/build/cjs/type/engine/pick/index.d.ts +0 -1
- package/build/cjs/type/engine/pick/index.js +0 -17
- package/build/cjs/type/engine/pick/instantiate.d.ts +0 -17
- package/build/cjs/type/engine/pick/instantiate.js +0 -34
- package/build/cjs/type/engine/record/from-key-any.d.ts +0 -4
- package/build/cjs/type/engine/record/from-key-any.js +0 -9
- package/build/cjs/type/engine/record/from-key-boolean.d.ts +0 -7
- package/build/cjs/type/engine/record/from-key-boolean.js +0 -8
- package/build/cjs/type/engine/record/from-key-enum.d.ts +0 -6
- package/build/cjs/type/engine/record/from-key-enum.js +0 -11
- package/build/cjs/type/engine/record/from-key-integer.d.ts +0 -5
- package/build/cjs/type/engine/record/from-key-integer.js +0 -10
- package/build/cjs/type/engine/record/from-key-intersect.d.ts +0 -5
- package/build/cjs/type/engine/record/from-key-intersect.js +0 -11
- package/build/cjs/type/engine/record/from-key-literal.d.ts +0 -11
- package/build/cjs/type/engine/record/from-key-literal.js +0 -13
- package/build/cjs/type/engine/record/from-key-number.d.ts +0 -5
- package/build/cjs/type/engine/record/from-key-number.js +0 -10
- package/build/cjs/type/engine/record/from-key-string.d.ts +0 -5
- package/build/cjs/type/engine/record/from-key-string.js +0 -15
- package/build/cjs/type/engine/record/from-key-template-literal.d.ts +0 -8
- package/build/cjs/type/engine/record/from-key-template-literal.js +0 -15
- package/build/cjs/type/engine/record/from-key-union.d.ts +0 -20
- package/build/cjs/type/engine/record/from-key-union.js +0 -42
- package/build/cjs/type/engine/record/from-key.d.ts +0 -24
- package/build/cjs/type/engine/record/from-key.js +0 -43
- package/build/cjs/type/engine/record/index.d.ts +0 -1
- package/build/cjs/type/engine/record/index.js +0 -17
- package/build/cjs/type/engine/record/instantiate.d.ts +0 -9
- package/build/cjs/type/engine/record/instantiate.js +0 -19
- package/build/cjs/type/engine/record/record-create.d.ts +0 -3
- package/build/cjs/type/engine/record/record-create.js +0 -10
- package/build/cjs/type/engine/ref/index.d.ts +0 -1
- package/build/cjs/type/engine/ref/index.js +0 -17
- package/build/cjs/type/engine/ref/instantiate.d.ts +0 -6
- package/build/cjs/type/engine/ref/instantiate.js +0 -14
- package/build/cjs/type/engine/required/from-cyclic.d.ts +0 -10
- package/build/cjs/type/engine/required/from-cyclic.js +0 -14
- package/build/cjs/type/engine/required/from-intersect.d.ts +0 -5
- package/build/cjs/type/engine/required/from-intersect.js +0 -10
- package/build/cjs/type/engine/required/from-object.d.ts +0 -8
- package/build/cjs/type/engine/required/from-object.js +0 -14
- package/build/cjs/type/engine/required/from-type.d.ts +0 -12
- package/build/cjs/type/engine/required/from-type.js +0 -19
- package/build/cjs/type/engine/required/from-union.d.ts +0 -5
- package/build/cjs/type/engine/required/from-union.js +0 -10
- package/build/cjs/type/engine/required/index.d.ts +0 -1
- package/build/cjs/type/engine/required/index.js +0 -17
- package/build/cjs/type/engine/required/instantiate.d.ts +0 -9
- package/build/cjs/type/engine/required/instantiate.js +0 -17
- package/build/cjs/type/engine/rest/index.d.ts +0 -1
- package/build/cjs/type/engine/rest/index.js +0 -17
- package/build/cjs/type/engine/rest/spread.d.ts +0 -12
- package/build/cjs/type/engine/rest/spread.js +0 -22
- package/build/cjs/type/engine/return-type/index.d.ts +0 -1
- package/build/cjs/type/engine/return-type/index.js +0 -17
- package/build/cjs/type/engine/return-type/instantiate.d.ts +0 -11
- package/build/cjs/type/engine/return-type/instantiate.js +0 -21
- package/build/cjs/type/engine/template-literal/create.d.ts +0 -1
- package/build/cjs/type/engine/template-literal/create.js +0 -8
- package/build/cjs/type/engine/template-literal/decode.d.ts +0 -20
- package/build/cjs/type/engine/template-literal/decode.js +0 -76
- package/build/cjs/type/engine/template-literal/encode.d.ts +0 -31
- package/build/cjs/type/engine/template-literal/encode.js +0 -83
- package/build/cjs/type/engine/template-literal/finite.d.ts +0 -12
- package/build/cjs/type/engine/template-literal/finite.js +0 -33
- package/build/cjs/type/engine/template-literal/index.d.ts +0 -5
- package/build/cjs/type/engine/template-literal/index.js +0 -21
- package/build/cjs/type/engine/template-literal/instantiate.d.ts +0 -9
- package/build/cjs/type/engine/template-literal/instantiate.js +0 -17
- package/build/cjs/type/engine/template-literal/static.d.ts +0 -18
- package/build/cjs/type/engine/template-literal/static.js +0 -3
- package/build/cjs/type/engine/tuple/to-object.d.ts +0 -12
- package/build/cjs/type/engine/tuple/to-object.js +0 -17
- package/build/cjs/type/extends/any.d.ts +0 -9
- package/build/cjs/type/extends/any.js +0 -15
- package/build/cjs/type/extends/array.d.ts +0 -7
- package/build/cjs/type/extends/array.js +0 -12
- package/build/cjs/type/extends/async-iterator.d.ts +0 -7
- package/build/cjs/type/extends/async-iterator.js +0 -12
- package/build/cjs/type/extends/bigint.d.ts +0 -7
- package/build/cjs/type/extends/bigint.js +0 -12
- package/build/cjs/type/extends/boolean.d.ts +0 -7
- package/build/cjs/type/extends/boolean.js +0 -12
- package/build/cjs/type/extends/constructor.d.ts +0 -8
- package/build/cjs/type/extends/constructor.js +0 -19
- package/build/cjs/type/extends/enum.d.ts +0 -7
- package/build/cjs/type/extends/enum.js +0 -9
- package/build/cjs/type/extends/extends-left.d.ts +0 -55
- package/build/cjs/type/extends/extends-left.js +0 -86
- package/build/cjs/type/extends/extends-right.d.ts +0 -25
- package/build/cjs/type/extends/extends-right.js +0 -62
- package/build/cjs/type/extends/extends.d.ts +0 -11
- package/build/cjs/type/extends/extends.js +0 -18
- package/build/cjs/type/extends/function.d.ts +0 -8
- package/build/cjs/type/extends/function.js +0 -19
- package/build/cjs/type/extends/index.d.ts +0 -2
- package/build/cjs/type/extends/index.js +0 -6
- package/build/cjs/type/extends/inference.d.ts +0 -34
- package/build/cjs/type/extends/inference.js +0 -80
- package/build/cjs/type/extends/integer.d.ts +0 -8
- package/build/cjs/type/extends/integer.js +0 -13
- package/build/cjs/type/extends/intersect.d.ts +0 -6
- package/build/cjs/type/extends/intersect.js +0 -18
- package/build/cjs/type/extends/iterator.d.ts +0 -7
- package/build/cjs/type/extends/iterator.js +0 -12
- package/build/cjs/type/extends/literal.d.ts +0 -17
- package/build/cjs/type/extends/literal.js +0 -44
- package/build/cjs/type/extends/never.d.ts +0 -8
- package/build/cjs/type/extends/never.js +0 -12
- package/build/cjs/type/extends/null.d.ts +0 -7
- package/build/cjs/type/extends/null.js +0 -12
- package/build/cjs/type/extends/number.d.ts +0 -7
- package/build/cjs/type/extends/number.js +0 -12
- package/build/cjs/type/extends/object.d.ts +0 -25
- package/build/cjs/type/extends/object.js +0 -92
- package/build/cjs/type/extends/parameters.d.ts +0 -15
- package/build/cjs/type/extends/parameters.js +0 -40
- package/build/cjs/type/extends/promise.d.ts +0 -7
- package/build/cjs/type/extends/promise.js +0 -12
- package/build/cjs/type/extends/result.d.ts +0 -21
- package/build/cjs/type/extends/result.js +0 -42
- package/build/cjs/type/extends/return-type.d.ts +0 -7
- package/build/cjs/type/extends/return-type.js +0 -12
- package/build/cjs/type/extends/string.d.ts +0 -7
- package/build/cjs/type/extends/string.js +0 -12
- package/build/cjs/type/extends/symbol.d.ts +0 -7
- package/build/cjs/type/extends/symbol.js +0 -12
- package/build/cjs/type/extends/template-literal.d.ts +0 -6
- package/build/cjs/type/extends/template-literal.js +0 -10
- package/build/cjs/type/extends/tuple.d.ts +0 -25
- package/build/cjs/type/extends/tuple.js +0 -85
- package/build/cjs/type/extends/undefined.d.ts +0 -8
- package/build/cjs/type/extends/undefined.js +0 -13
- package/build/cjs/type/extends/union.d.ts +0 -11
- package/build/cjs/type/extends/union.js +0 -39
- package/build/cjs/type/extends/unknown.d.ts +0 -9
- package/build/cjs/type/extends/unknown.js +0 -15
- package/build/cjs/type/extends/void.d.ts +0 -7
- package/build/cjs/type/extends/void.js +0 -12
- package/build/cjs/type/index.d.ts +0 -5
- package/build/cjs/type/index.js +0 -21
- package/build/cjs/type/script/index.d.ts +0 -1
- package/build/cjs/type/script/index.js +0 -17
- package/build/cjs/type/script/mapping.d.ts +0 -358
- package/build/cjs/type/script/mapping.js +0 -644
- package/build/cjs/type/script/parser.d.ts +0 -256
- package/build/cjs/type/script/parser.js +0 -264
- package/build/cjs/type/script/script.d.ts +0 -17
- package/build/cjs/type/script/script.js +0 -24
- package/build/cjs/type/script/token/bigint.d.ts +0 -8
- package/build/cjs/type/script/token/bigint.js +0 -23
- package/build/cjs/type/script/token/const.d.ts +0 -11
- package/build/cjs/type/script/token/const.js +0 -21
- package/build/cjs/type/script/token/ident.d.ts +0 -16
- package/build/cjs/type/script/token/ident.js +0 -38
- package/build/cjs/type/script/token/index.d.ts +0 -9
- package/build/cjs/type/script/token/index.js +0 -25
- package/build/cjs/type/script/token/integer.d.ts +0 -19
- package/build/cjs/type/script/token/integer.js +0 -48
- package/build/cjs/type/script/token/internal/char.d.ts +0 -73
- package/build/cjs/type/script/token/internal/char.js +0 -28
- package/build/cjs/type/script/token/internal/guard.d.ts +0 -1
- package/build/cjs/type/script/token/internal/guard.js +0 -21
- package/build/cjs/type/script/token/internal/many.d.ts +0 -7
- package/build/cjs/type/script/token/internal/many.js +0 -20
- package/build/cjs/type/script/token/internal/optional.d.ts +0 -5
- package/build/cjs/type/script/token/internal/optional.js +0 -15
- package/build/cjs/type/script/token/internal/result.d.ts +0 -2
- package/build/cjs/type/script/token/internal/result.js +0 -10
- package/build/cjs/type/script/token/internal/take.d.ts +0 -6
- package/build/cjs/type/script/token/internal/take.js +0 -22
- package/build/cjs/type/script/token/internal/trim.d.ts +0 -19
- package/build/cjs/type/script/token/internal/trim.js +0 -38
- package/build/cjs/type/script/token/number.d.ts +0 -20
- package/build/cjs/type/script/token/number.js +0 -68
- package/build/cjs/type/script/token/span.d.ts +0 -10
- package/build/cjs/type/script/token/span.js +0 -38
- package/build/cjs/type/script/token/string.d.ts +0 -11
- package/build/cjs/type/script/token/string.js +0 -27
- package/build/cjs/type/script/token/until.d.ts +0 -6
- package/build/cjs/type/script/token/until.js +0 -24
- package/build/cjs/type/script/token/until_1.d.ts +0 -5
- package/build/cjs/type/script/token/until_1.js +0 -19
- package/build/cjs/type/types/_codec.d.ts +0 -30
- package/build/cjs/type/types/_codec.js +0 -68
- package/build/cjs/type/types/_optional.d.ts +0 -16
- package/build/cjs/type/types/_optional.js +0 -33
- package/build/cjs/type/types/_readonly.d.ts +0 -16
- package/build/cjs/type/types/_readonly.js +0 -32
- package/build/cjs/type/types/_refine.d.ts +0 -19
- package/build/cjs/type/types/_refine.js +0 -25
- package/build/cjs/type/types/any.d.ts +0 -10
- package/build/cjs/type/types/any.js +0 -22
- package/build/cjs/type/types/array.d.ts +0 -16
- package/build/cjs/type/types/array.js +0 -29
- package/build/cjs/type/types/async-iterator.d.ts +0 -16
- package/build/cjs/type/types/async-iterator.js +0 -29
- package/build/cjs/type/types/base.d.ts +0 -29
- package/build/cjs/type/types/base.js +0 -72
- package/build/cjs/type/types/bigint.d.ts +0 -12
- package/build/cjs/type/types/bigint.js +0 -26
- package/build/cjs/type/types/boolean.d.ts +0 -11
- package/build/cjs/type/types/boolean.js +0 -21
- package/build/cjs/type/types/call.d.ts +0 -16
- package/build/cjs/type/types/call.js +0 -26
- package/build/cjs/type/types/constructor.d.ts +0 -18
- package/build/cjs/type/types/constructor.js +0 -29
- package/build/cjs/type/types/cyclic.d.ts +0 -16
- package/build/cjs/type/types/cyclic.js +0 -34
- package/build/cjs/type/types/deferred.d.ts +0 -12
- package/build/cjs/type/types/deferred.js +0 -20
- package/build/cjs/type/types/enum.d.ts +0 -16
- package/build/cjs/type/types/enum.js +0 -21
- package/build/cjs/type/types/function.d.ts +0 -20
- package/build/cjs/type/types/function.js +0 -29
- package/build/cjs/type/types/generic.d.ts +0 -13
- package/build/cjs/type/types/generic.js +0 -21
- package/build/cjs/type/types/identifier.d.ts +0 -11
- package/build/cjs/type/types/identifier.js +0 -21
- package/build/cjs/type/types/index.d.ts +0 -47
- package/build/cjs/type/types/index.js +0 -69
- package/build/cjs/type/types/infer.d.ts +0 -15
- package/build/cjs/type/types/infer.js +0 -24
- package/build/cjs/type/types/integer.d.ts +0 -12
- package/build/cjs/type/types/integer.js +0 -26
- package/build/cjs/type/types/intersect.d.ts +0 -15
- package/build/cjs/type/types/intersect.js +0 -29
- package/build/cjs/type/types/iterator.d.ts +0 -16
- package/build/cjs/type/types/iterator.js +0 -29
- package/build/cjs/type/types/literal.d.ts +0 -22
- package/build/cjs/type/types/literal.js +0 -50
- package/build/cjs/type/types/never.d.ts +0 -12
- package/build/cjs/type/types/never.js +0 -26
- package/build/cjs/type/types/null.d.ts +0 -11
- package/build/cjs/type/types/null.js +0 -21
- package/build/cjs/type/types/number.d.ts +0 -12
- package/build/cjs/type/types/number.js +0 -26
- package/build/cjs/type/types/object.d.ts +0 -20
- package/build/cjs/type/types/object.js +0 -34
- package/build/cjs/type/types/parameter.d.ts +0 -17
- package/build/cjs/type/types/parameter.js +0 -25
- package/build/cjs/type/types/promise.d.ts +0 -16
- package/build/cjs/type/types/promise.js +0 -29
- package/build/cjs/type/types/properties.d.ts +0 -42
- package/build/cjs/type/types/properties.js +0 -21
- package/build/cjs/type/types/record.d.ts +0 -44
- package/build/cjs/type/types/record.js +0 -73
- package/build/cjs/type/types/ref.d.ts +0 -19
- package/build/cjs/type/types/ref.js +0 -21
- package/build/cjs/type/types/rest.d.ts +0 -11
- package/build/cjs/type/types/rest.js +0 -21
- package/build/cjs/type/types/schema.d.ts +0 -199
- package/build/cjs/type/types/schema.js +0 -19
- package/build/cjs/type/types/static.d.ts +0 -47
- package/build/cjs/type/types/static.js +0 -4
- package/build/cjs/type/types/string.d.ts +0 -12
- package/build/cjs/type/types/string.js +0 -27
- package/build/cjs/type/types/symbol.d.ts +0 -11
- package/build/cjs/type/types/symbol.js +0 -21
- package/build/cjs/type/types/template-literal.d.ts +0 -24
- package/build/cjs/type/types/template-literal.js +0 -32
- package/build/cjs/type/types/this.d.ts +0 -14
- package/build/cjs/type/types/this.js +0 -21
- package/build/cjs/type/types/tuple.d.ts +0 -37
- package/build/cjs/type/types/tuple.js +0 -30
- package/build/cjs/type/types/undefined.d.ts +0 -11
- package/build/cjs/type/types/undefined.js +0 -21
- package/build/cjs/type/types/union.d.ts +0 -15
- package/build/cjs/type/types/union.js +0 -29
- package/build/cjs/type/types/unknown.d.ts +0 -10
- package/build/cjs/type/types/unknown.js +0 -21
- package/build/cjs/type/types/unsafe.d.ts +0 -11
- package/build/cjs/type/types/unsafe.js +0 -22
- package/build/cjs/type/types/void.d.ts +0 -11
- package/build/cjs/type/types/void.js +0 -21
- package/build/cjs/typebox.d.ts +0 -71
- package/build/cjs/typebox.js +0 -211
- package/build/cjs/value/assert/assert.d.ts +0 -14
- package/build/cjs/value/assert/assert.js +0 -32
- package/build/cjs/value/assert/index.d.ts +0 -1
- package/build/cjs/value/assert/index.js +0 -17
- package/build/cjs/value/check/check.d.ts +0 -5
- package/build/cjs/value/check/check.js +0 -14
- package/build/cjs/value/check/index.d.ts +0 -1
- package/build/cjs/value/check/index.js +0 -17
- package/build/cjs/value/clean/additional.d.ts +0 -2
- package/build/cjs/value/clean/additional.js +0 -9
- package/build/cjs/value/clean/clean.d.ts +0 -15
- package/build/cjs/value/clean/clean.js +0 -18
- package/build/cjs/value/clean/from-array.d.ts +0 -2
- package/build/cjs/value/clean/from-array.js +0 -11
- package/build/cjs/value/clean/from-base.d.ts +0 -2
- package/build/cjs/value/clean/from-base.js +0 -7
- package/build/cjs/value/clean/from-cyclic.d.ts +0 -2
- package/build/cjs/value/clean/from-cyclic.js +0 -9
- package/build/cjs/value/clean/from-intersect.d.ts +0 -2
- package/build/cjs/value/clean/from-intersect.js +0 -28
- package/build/cjs/value/clean/from-object.d.ts +0 -2
- package/build/cjs/value/clean/from-object.js +0 -34
- package/build/cjs/value/clean/from-record.d.ts +0 -2
- package/build/cjs/value/clean/from-record.js +0 -35
- package/build/cjs/value/clean/from-ref.d.ts +0 -2
- package/build/cjs/value/clean/from-ref.js +0 -11
- package/build/cjs/value/clean/from-tuple.d.ts +0 -2
- package/build/cjs/value/clean/from-tuple.js +0 -17
- package/build/cjs/value/clean/from-type.d.ts +0 -2
- package/build/cjs/value/clean/from-type.js +0 -26
- package/build/cjs/value/clean/from-union.d.ts +0 -2
- package/build/cjs/value/clean/from-union.js +0 -15
- package/build/cjs/value/clean/index.d.ts +0 -1
- package/build/cjs/value/clean/index.js +0 -17
- package/build/cjs/value/clone/clone.d.ts +0 -5
- package/build/cjs/value/clone/clone.js +0 -85
- package/build/cjs/value/clone/index.d.ts +0 -1
- package/build/cjs/value/clone/index.js +0 -17
- package/build/cjs/value/codec/callback.d.ts +0 -2
- package/build/cjs/value/codec/callback.js +0 -28
- package/build/cjs/value/codec/decode.d.ts +0 -22
- package/build/cjs/value/codec/decode.js +0 -61
- package/build/cjs/value/codec/encode.d.ts +0 -12
- package/build/cjs/value/codec/encode.js +0 -56
- package/build/cjs/value/codec/from-array.d.ts +0 -2
- package/build/cjs/value/codec/from-array.js +0 -41
- package/build/cjs/value/codec/from-cyclic.d.ts +0 -2
- package/build/cjs/value/codec/from-cyclic.js +0 -11
- package/build/cjs/value/codec/from-intersect.d.ts +0 -2
- package/build/cjs/value/codec/from-intersect.js +0 -31
- package/build/cjs/value/codec/from-object.d.ts +0 -2
- package/build/cjs/value/codec/from-object.js +0 -48
- package/build/cjs/value/codec/from-record.d.ts +0 -2
- package/build/cjs/value/codec/from-record.js +0 -47
- package/build/cjs/value/codec/from-ref.d.ts +0 -2
- package/build/cjs/value/codec/from-ref.js +0 -13
- package/build/cjs/value/codec/from-tuple.d.ts +0 -2
- package/build/cjs/value/codec/from-tuple.js +0 -38
- package/build/cjs/value/codec/from-type.d.ts +0 -2
- package/build/cjs/value/codec/from-type.js +0 -25
- package/build/cjs/value/codec/from-union.d.ts +0 -2
- package/build/cjs/value/codec/from-union.js +0 -45
- package/build/cjs/value/codec/has.d.ts +0 -5
- package/build/cjs/value/codec/has.js +0 -96
- package/build/cjs/value/codec/index.d.ts +0 -3
- package/build/cjs/value/codec/index.js +0 -19
- package/build/cjs/value/convert/convert.d.ts +0 -13
- package/build/cjs/value/convert/convert.js +0 -18
- package/build/cjs/value/convert/from-additional.d.ts +0 -6
- package/build/cjs/value/convert/from-additional.js +0 -21
- package/build/cjs/value/convert/from-array.d.ts +0 -2
- package/build/cjs/value/convert/from-array.js +0 -11
- package/build/cjs/value/convert/from-base.d.ts +0 -2
- package/build/cjs/value/convert/from-base.js +0 -7
- package/build/cjs/value/convert/from-bigint.d.ts +0 -2
- package/build/cjs/value/convert/from-bigint.js +0 -12
- package/build/cjs/value/convert/from-boolean.d.ts +0 -2
- package/build/cjs/value/convert/from-boolean.js +0 -12
- package/build/cjs/value/convert/from-cyclic.d.ts +0 -2
- package/build/cjs/value/convert/from-cyclic.js +0 -9
- package/build/cjs/value/convert/from-enum.d.ts +0 -2
- package/build/cjs/value/convert/from-enum.js +0 -10
- package/build/cjs/value/convert/from-integer.d.ts +0 -2
- package/build/cjs/value/convert/from-integer.js +0 -12
- package/build/cjs/value/convert/from-intersect.d.ts +0 -2
- package/build/cjs/value/convert/from-intersect.js +0 -10
- package/build/cjs/value/convert/from-literal.d.ts +0 -2
- package/build/cjs/value/convert/from-literal.js +0 -47
- package/build/cjs/value/convert/from-null.d.ts +0 -2
- package/build/cjs/value/convert/from-null.js +0 -12
- package/build/cjs/value/convert/from-number.d.ts +0 -2
- package/build/cjs/value/convert/from-number.js +0 -12
- package/build/cjs/value/convert/from-object.d.ts +0 -2
- package/build/cjs/value/convert/from-object.js +0 -31
- package/build/cjs/value/convert/from-record.d.ts +0 -2
- package/build/cjs/value/convert/from-record.js +0 -26
- package/build/cjs/value/convert/from-ref.d.ts +0 -2
- package/build/cjs/value/convert/from-ref.js +0 -11
- package/build/cjs/value/convert/from-string.d.ts +0 -2
- package/build/cjs/value/convert/from-string.js +0 -12
- package/build/cjs/value/convert/from-template-literal.d.ts +0 -2
- package/build/cjs/value/convert/from-template-literal.js +0 -10
- package/build/cjs/value/convert/from-tuple.d.ts +0 -2
- package/build/cjs/value/convert/from-tuple.js +0 -14
- package/build/cjs/value/convert/from-type.d.ts +0 -2
- package/build/cjs/value/convert/from-type.js +0 -48
- package/build/cjs/value/convert/from-undefined.d.ts +0 -2
- package/build/cjs/value/convert/from-undefined.js +0 -12
- package/build/cjs/value/convert/from-union.d.ts +0 -2
- package/build/cjs/value/convert/from-union.js +0 -16
- package/build/cjs/value/convert/from-void.d.ts +0 -2
- package/build/cjs/value/convert/from-void.js +0 -12
- package/build/cjs/value/convert/index.d.ts +0 -1
- package/build/cjs/value/convert/index.js +0 -17
- package/build/cjs/value/convert/try/index.d.ts +0 -1
- package/build/cjs/value/convert/try/index.js +0 -4
- package/build/cjs/value/convert/try/try-bigint.d.ts +0 -2
- package/build/cjs/value/convert/try/try-bigint.js +0 -77
- package/build/cjs/value/convert/try/try-boolean.d.ts +0 -2
- package/build/cjs/value/convert/try/try-boolean.js +0 -67
- package/build/cjs/value/convert/try/try-null.d.ts +0 -2
- package/build/cjs/value/convert/try/try-null.js +0 -64
- package/build/cjs/value/convert/try/try-number.d.ts +0 -2
- package/build/cjs/value/convert/try/try-number.js +0 -79
- package/build/cjs/value/convert/try/try-result.d.ts +0 -8
- package/build/cjs/value/convert/try/try-result.js +0 -23
- package/build/cjs/value/convert/try/try-string.d.ts +0 -2
- package/build/cjs/value/convert/try/try-string.js +0 -59
- package/build/cjs/value/convert/try/try-undefined.d.ts +0 -2
- package/build/cjs/value/convert/try/try-undefined.js +0 -64
- package/build/cjs/value/convert/try/try.d.ts +0 -7
- package/build/cjs/value/convert/try/try.js +0 -23
- package/build/cjs/value/create/create.d.ts +0 -5
- package/build/cjs/value/create/create.js +0 -14
- package/build/cjs/value/create/error.d.ts +0 -5
- package/build/cjs/value/create/error.js +0 -11
- package/build/cjs/value/create/from-array.d.ts +0 -2
- package/build/cjs/value/create/from-array.js +0 -13
- package/build/cjs/value/create/from-async-iterator.d.ts +0 -2
- package/build/cjs/value/create/from-async-iterator.js +0 -8
- package/build/cjs/value/create/from-base.d.ts +0 -2
- package/build/cjs/value/create/from-base.js +0 -7
- package/build/cjs/value/create/from-bigint.d.ts +0 -2
- package/build/cjs/value/create/from-bigint.js +0 -10
- package/build/cjs/value/create/from-boolean.d.ts +0 -2
- package/build/cjs/value/create/from-boolean.js +0 -7
- package/build/cjs/value/create/from-constructor.d.ts +0 -2
- package/build/cjs/value/create/from-constructor.js +0 -13
- package/build/cjs/value/create/from-cyclic.d.ts +0 -2
- package/build/cjs/value/create/from-cyclic.js +0 -9
- package/build/cjs/value/create/from-default.d.ts +0 -3
- package/build/cjs/value/create/from-default.js +0 -13
- package/build/cjs/value/create/from-enum.d.ts +0 -2
- package/build/cjs/value/create/from-enum.js +0 -9
- package/build/cjs/value/create/from-function.d.ts +0 -2
- package/build/cjs/value/create/from-function.js +0 -9
- package/build/cjs/value/create/from-integer.d.ts +0 -2
- package/build/cjs/value/create/from-integer.js +0 -11
- package/build/cjs/value/create/from-intersect.d.ts +0 -2
- package/build/cjs/value/create/from-intersect.js +0 -9
- package/build/cjs/value/create/from-iterator.d.ts +0 -2
- package/build/cjs/value/create/from-iterator.js +0 -8
- package/build/cjs/value/create/from-literal.d.ts +0 -2
- package/build/cjs/value/create/from-literal.js +0 -7
- package/build/cjs/value/create/from-never.d.ts +0 -2
- package/build/cjs/value/create/from-never.js +0 -8
- package/build/cjs/value/create/from-null.d.ts +0 -2
- package/build/cjs/value/create/from-null.js +0 -7
- package/build/cjs/value/create/from-number.d.ts +0 -2
- package/build/cjs/value/create/from-number.js +0 -11
- package/build/cjs/value/create/from-object.d.ts +0 -2
- package/build/cjs/value/create/from-object.js +0 -12
- package/build/cjs/value/create/from-promise.d.ts +0 -2
- package/build/cjs/value/create/from-promise.js +0 -8
- package/build/cjs/value/create/from-record.d.ts +0 -2
- package/build/cjs/value/create/from-record.js +0 -11
- package/build/cjs/value/create/from-ref.d.ts +0 -2
- package/build/cjs/value/create/from-ref.js +0 -12
- package/build/cjs/value/create/from-string.d.ts +0 -2
- package/build/cjs/value/create/from-string.js +0 -12
- package/build/cjs/value/create/from-symbol.d.ts +0 -2
- package/build/cjs/value/create/from-symbol.js +0 -7
- package/build/cjs/value/create/from-template-literal.d.ts +0 -2
- package/build/cjs/value/create/from-template-literal.js +0 -14
- package/build/cjs/value/create/from-tuple.d.ts +0 -2
- package/build/cjs/value/create/from-tuple.js +0 -8
- package/build/cjs/value/create/from-type.d.ts +0 -2
- package/build/cjs/value/create/from-type.js +0 -72
- package/build/cjs/value/create/from-undefined.d.ts +0 -2
- package/build/cjs/value/create/from-undefined.js +0 -7
- package/build/cjs/value/create/from-union.d.ts +0 -2
- package/build/cjs/value/create/from-union.js +0 -12
- package/build/cjs/value/create/from-void.d.ts +0 -2
- package/build/cjs/value/create/from-void.js +0 -7
- package/build/cjs/value/create/index.d.ts +0 -2
- package/build/cjs/value/create/index.js +0 -18
- package/build/cjs/value/default/default.d.ts +0 -13
- package/build/cjs/value/default/default.js +0 -18
- package/build/cjs/value/default/from-array.d.ts +0 -2
- package/build/cjs/value/default/from-array.js +0 -15
- package/build/cjs/value/default/from-base.d.ts +0 -2
- package/build/cjs/value/default/from-base.js +0 -8
- package/build/cjs/value/default/from-cyclic.d.ts +0 -2
- package/build/cjs/value/default/from-cyclic.js +0 -10
- package/build/cjs/value/default/from-default.d.ts +0 -3
- package/build/cjs/value/default/from-default.js +0 -16
- package/build/cjs/value/default/from-intersect.d.ts +0 -2
- package/build/cjs/value/default/from-intersect.js +0 -11
- package/build/cjs/value/default/from-object.d.ts +0 -2
- package/build/cjs/value/default/from-object.js +0 -33
- package/build/cjs/value/default/from-record.d.ts +0 -2
- package/build/cjs/value/default/from-record.js +0 -29
- package/build/cjs/value/default/from-ref.d.ts +0 -2
- package/build/cjs/value/default/from-ref.js +0 -12
- package/build/cjs/value/default/from-tuple.d.ts +0 -2
- package/build/cjs/value/default/from-tuple.js +0 -17
- package/build/cjs/value/default/from-type.d.ts +0 -2
- package/build/cjs/value/default/from-type.js +0 -30
- package/build/cjs/value/default/from-union.d.ts +0 -2
- package/build/cjs/value/default/from-union.js +0 -17
- package/build/cjs/value/default/index.d.ts +0 -1
- package/build/cjs/value/default/index.js +0 -17
- package/build/cjs/value/delta/diff.d.ts +0 -10
- package/build/cjs/value/delta/diff.js +0 -132
- package/build/cjs/value/delta/edit.d.ts +0 -24
- package/build/cjs/value/delta/edit.js +0 -20
- package/build/cjs/value/delta/index.d.ts +0 -3
- package/build/cjs/value/delta/index.js +0 -19
- package/build/cjs/value/delta/patch.d.ts +0 -8
- package/build/cjs/value/delta/patch.js +0 -45
- package/build/cjs/value/equal/equal.d.ts +0 -2
- package/build/cjs/value/equal/equal.js +0 -9
- package/build/cjs/value/equal/index.d.ts +0 -1
- package/build/cjs/value/equal/index.js +0 -17
- package/build/cjs/value/errors/errors.d.ts +0 -16
- package/build/cjs/value/errors/errors.js +0 -20
- package/build/cjs/value/errors/index.d.ts +0 -1
- package/build/cjs/value/errors/index.js +0 -17
- package/build/cjs/value/hash/hash.d.ts +0 -6
- package/build/cjs/value/hash/hash.js +0 -13
- package/build/cjs/value/hash/index.d.ts +0 -1
- package/build/cjs/value/hash/index.js +0 -17
- package/build/cjs/value/index.d.ts +0 -20
- package/build/cjs/value/index.js +0 -43
- package/build/cjs/value/mutate/error.d.ts +0 -3
- package/build/cjs/value/mutate/error.js +0 -10
- package/build/cjs/value/mutate/from-array.d.ts +0 -2
- package/build/cjs/value/mutate/from-array.js +0 -19
- package/build/cjs/value/mutate/from-object.d.ts +0 -2
- package/build/cjs/value/mutate/from-object.js +0 -30
- package/build/cjs/value/mutate/from-unknown.d.ts +0 -2
- package/build/cjs/value/mutate/from-unknown.js +0 -10
- package/build/cjs/value/mutate/from-value.d.ts +0 -2
- package/build/cjs/value/mutate/from-value.js +0 -15
- package/build/cjs/value/mutate/index.d.ts +0 -1
- package/build/cjs/value/mutate/index.js +0 -17
- package/build/cjs/value/mutate/mutate.d.ts +0 -9
- package/build/cjs/value/mutate/mutate.js +0 -42
- package/build/cjs/value/parse/index.d.ts +0 -1
- package/build/cjs/value/parse/index.js +0 -17
- package/build/cjs/value/parse/parse.d.ts +0 -21
- package/build/cjs/value/parse/parse.js +0 -52
- package/build/cjs/value/pipeline/index.d.ts +0 -1
- package/build/cjs/value/pipeline/index.js +0 -17
- package/build/cjs/value/pipeline/pipeline.d.ts +0 -10
- package/build/cjs/value/pipeline/pipeline.js +0 -18
- package/build/cjs/value/pointer/index.d.ts +0 -1
- package/build/cjs/value/pointer/index.js +0 -4
- package/build/cjs/value/pointer/pointer.d.ts +0 -17
- package/build/cjs/value/pointer/pointer.js +0 -144
- package/build/cjs/value/repair/error.d.ts +0 -7
- package/build/cjs/value/repair/error.js +0 -12
- package/build/cjs/value/repair/from-array.d.ts +0 -2
- package/build/cjs/value/repair/from-array.js +0 -42
- package/build/cjs/value/repair/from-base.d.ts +0 -2
- package/build/cjs/value/repair/from-base.js +0 -11
- package/build/cjs/value/repair/from-enum.d.ts +0 -2
- package/build/cjs/value/repair/from-enum.js +0 -10
- package/build/cjs/value/repair/from-intersect.d.ts +0 -2
- package/build/cjs/value/repair/from-intersect.js +0 -10
- package/build/cjs/value/repair/from-object.d.ts +0 -2
- package/build/cjs/value/repair/from-object.js +0 -36
- package/build/cjs/value/repair/from-record.d.ts +0 -2
- package/build/cjs/value/repair/from-record.js +0 -36
- package/build/cjs/value/repair/from-ref.d.ts +0 -2
- package/build/cjs/value/repair/from-ref.js +0 -12
- package/build/cjs/value/repair/from-template-literal.d.ts +0 -2
- package/build/cjs/value/repair/from-template-literal.js +0 -10
- package/build/cjs/value/repair/from-tuple.d.ts +0 -2
- package/build/cjs/value/repair/from-tuple.js +0 -15
- package/build/cjs/value/repair/from-type.d.ts +0 -2
- package/build/cjs/value/repair/from-type.js +0 -67
- package/build/cjs/value/repair/from-union.d.ts +0 -2
- package/build/cjs/value/repair/from-union.js +0 -74
- package/build/cjs/value/repair/from-unknown.d.ts +0 -2
- package/build/cjs/value/repair/from-unknown.js +0 -15
- package/build/cjs/value/repair/index.d.ts +0 -1
- package/build/cjs/value/repair/index.js +0 -17
- package/build/cjs/value/repair/repair.d.ts +0 -17
- package/build/cjs/value/repair/repair.js +0 -23
- package/build/cjs/value/shared/index.d.ts +0 -1
- package/build/cjs/value/shared/index.js +0 -18
- package/build/cjs/value/shared/optional-undefined.d.ts +0 -2
- package/build/cjs/value/shared/optional-undefined.js +0 -18
- package/build/cjs/value/value.d.ts +0 -16
- package/build/cjs/value/value.js +0 -38
- package/compile/package.json +0 -4
- package/error/package.json +0 -4
- package/format/package.json +0 -4
- package/guard/package.json +0 -4
- package/schema/package.json +0 -4
- package/system/package.json +0 -4
- package/type/package.json +0 -4
- package/value/package.json +0 -4
- /package/build/{esm/compile → compile}/code.d.mts +0 -0
- /package/build/{esm/compile → compile}/code.mjs +0 -0
- /package/build/{esm/compile → compile}/compile.d.mts +0 -0
- /package/build/{esm/compile → compile}/compile.mjs +0 -0
- /package/build/{esm/compile → compile}/index.d.mts +0 -0
- /package/build/{esm/compile → compile}/index.mjs +0 -0
- /package/build/{esm/compile → compile}/validator.d.mts +0 -0
- /package/build/{esm/compile → compile}/validator.mjs +0 -0
- /package/build/{esm/error → error}/errors.d.mts +0 -0
- /package/build/{esm/error → error}/errors.mjs +0 -0
- /package/build/{esm/error → error}/index.d.mts +0 -0
- /package/build/{esm/error → error}/index.mjs +0 -0
- /package/build/{esm/format → format}/_registry.d.mts +0 -0
- /package/build/{esm/format → format}/_registry.mjs +0 -0
- /package/build/{esm/format → format}/date-time.d.mts +0 -0
- /package/build/{esm/format → format}/date-time.mjs +0 -0
- /package/build/{esm/format → format}/date.d.mts +0 -0
- /package/build/{esm/format → format}/date.mjs +0 -0
- /package/build/{esm/format → format}/duration.d.mts +0 -0
- /package/build/{esm/format → format}/duration.mjs +0 -0
- /package/build/{esm/format → format}/email.d.mts +0 -0
- /package/build/{esm/format → format}/email.mjs +0 -0
- /package/build/{esm/format → format}/format.d.mts +0 -0
- /package/build/{esm/format → format}/format.mjs +0 -0
- /package/build/{esm/format → format}/hostname.d.mts +0 -0
- /package/build/{esm/format → format}/hostname.mjs +0 -0
- /package/build/{esm/format → format}/idn-email.d.mts +0 -0
- /package/build/{esm/format → format}/idn-email.mjs +0 -0
- /package/build/{esm/format → format}/idn-hostname.d.mts +0 -0
- /package/build/{esm/format → format}/idn-hostname.mjs +0 -0
- /package/build/{esm/format → format}/index.d.mts +0 -0
- /package/build/{esm/format → format}/index.mjs +0 -0
- /package/build/{esm/format → format}/ipv4.d.mts +0 -0
- /package/build/{esm/format → format}/ipv4.mjs +0 -0
- /package/build/{esm/format → format}/ipv6.d.mts +0 -0
- /package/build/{esm/format → format}/ipv6.mjs +0 -0
- /package/build/{esm/format → format}/iri-reference.d.mts +0 -0
- /package/build/{esm/format → format}/iri-reference.mjs +0 -0
- /package/build/{esm/format → format}/iri.d.mts +0 -0
- /package/build/{esm/format → format}/iri.mjs +0 -0
- /package/build/{esm/format → format}/json-pointer-uri-fragment.d.mts +0 -0
- /package/build/{esm/format → format}/json-pointer-uri-fragment.mjs +0 -0
- /package/build/{esm/format → format}/json-pointer.d.mts +0 -0
- /package/build/{esm/format → format}/json-pointer.mjs +0 -0
- /package/build/{esm/format → format}/regex.d.mts +0 -0
- /package/build/{esm/format → format}/regex.mjs +0 -0
- /package/build/{esm/format → format}/relative-json-pointer.d.mts +0 -0
- /package/build/{esm/format → format}/relative-json-pointer.mjs +0 -0
- /package/build/{esm/format → format}/time.d.mts +0 -0
- /package/build/{esm/format → format}/time.mjs +0 -0
- /package/build/{esm/format → format}/uri-reference.d.mts +0 -0
- /package/build/{esm/format → format}/uri-reference.mjs +0 -0
- /package/build/{esm/format → format}/uri-template.d.mts +0 -0
- /package/build/{esm/format → format}/uri-template.mjs +0 -0
- /package/build/{esm/format → format}/uri.d.mts +0 -0
- /package/build/{esm/format → format}/uri.mjs +0 -0
- /package/build/{esm/format → format}/url.d.mts +0 -0
- /package/build/{esm/format → format}/url.mjs +0 -0
- /package/build/{esm/format → format}/uuid.d.mts +0 -0
- /package/build/{esm/format → format}/uuid.mjs +0 -0
- /package/build/{esm/guard → guard}/emit.d.mts +0 -0
- /package/build/{esm/guard → guard}/emit.mjs +0 -0
- /package/build/{esm/guard → guard}/globals.d.mts +0 -0
- /package/build/{esm/guard → guard}/globals.mjs +0 -0
- /package/build/{esm/guard → guard}/guard.d.mts +0 -0
- /package/build/{esm/guard → guard}/guard.mjs +0 -0
- /package/build/{esm/guard → guard}/index.d.mts +0 -0
- /package/build/{esm/guard → guard}/index.mjs +0 -0
- /package/build/{esm/guard → guard}/native.d.mts +0 -0
- /package/build/{esm/guard → guard}/native.mjs +0 -0
- /package/build/{esm/index.d.mts → index.d.mts} +0 -0
- /package/build/{esm/index.mjs → index.mjs} +0 -0
- /package/build/{esm/schema → schema}/build.d.mts +0 -0
- /package/build/{esm/schema → schema}/build.mjs +0 -0
- /package/build/{esm/schema → schema}/check.d.mts +0 -0
- /package/build/{esm/schema → schema}/check.mjs +0 -0
- /package/build/{esm/schema → schema}/deref/deref.d.mts +0 -0
- /package/build/{esm/schema → schema}/deref/deref.mjs +0 -0
- /package/build/{esm/schema → schema}/deref/index.d.mts +0 -0
- /package/build/{esm/schema → schema}/deref/index.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/_context.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/_context.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/_exact_optional.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/_exact_optional.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/_externals.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/_externals.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/_functions.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/_functions.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/_guard.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/_guard.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/_reducer.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/_reducer.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/_refine.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/_refine.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/additionalItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/additionalItems.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/additionalProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/additionalProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/allOf.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/allOf.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/anyOf.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/anyOf.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/boolean.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/boolean.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/const.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/const.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/contains.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/contains.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/dependencies.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/dependencies.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/dependentRequired.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/dependentRequired.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/dependentSchemas.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/dependentSchemas.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/enum.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/enum.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/exclusiveMaximum.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/exclusiveMaximum.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/exclusiveMinimum.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/exclusiveMinimum.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/format.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/format.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/if.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/if.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/index.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/index.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/items.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/items.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/maxContains.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/maxContains.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/maxItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/maxItems.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/maxLength.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/maxLength.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/maxProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/maxProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/maximum.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/maximum.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/minContains.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/minContains.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/minItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/minItems.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/minLength.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/minLength.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/minProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/minProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/minimum.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/minimum.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/multipleOf.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/multipleOf.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/not.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/not.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/oneOf.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/oneOf.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/pattern.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/pattern.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/patternProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/patternProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/prefixItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/prefixItems.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/properties.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/properties.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/propertyNames.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/propertyNames.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/ref.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/ref.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/required.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/required.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/schema.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/schema.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/type.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/type.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/unevaluatedItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/unevaluatedItems.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/unevaluatedProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/unevaluatedProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/engine/uniqueItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/engine/uniqueItems.mjs +0 -0
- /package/build/{esm/schema → schema}/errors.d.mts +0 -0
- /package/build/{esm/schema → schema}/errors.mjs +0 -0
- /package/build/{esm/schema → schema}/index.d.mts +0 -0
- /package/build/{esm/schema → schema}/index.mjs +0 -0
- /package/build/{esm/schema → schema}/schema.d.mts +0 -0
- /package/build/{esm/schema → schema}/schema.mjs +0 -0
- /package/build/{esm/schema → schema}/types/_guard.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/_guard.mjs +0 -0
- /package/build/{esm/schema → schema}/types/_refine.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/_refine.mjs +0 -0
- /package/build/{esm/schema → schema}/types/additionalItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/additionalItems.mjs +0 -0
- /package/build/{esm/schema → schema}/types/additionalProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/additionalProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/types/allOf.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/allOf.mjs +0 -0
- /package/build/{esm/schema → schema}/types/anyOf.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/anyOf.mjs +0 -0
- /package/build/{esm/schema → schema}/types/const.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/const.mjs +0 -0
- /package/build/{esm/schema → schema}/types/contains.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/contains.mjs +0 -0
- /package/build/{esm/schema → schema}/types/contentEncoding.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/contentEncoding.mjs +0 -0
- /package/build/{esm/schema → schema}/types/contentMediaType.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/contentMediaType.mjs +0 -0
- /package/build/{esm/schema → schema}/types/default.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/default.mjs +0 -0
- /package/build/{esm/schema → schema}/types/defs.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/defs.mjs +0 -0
- /package/build/{esm/schema → schema}/types/dependencies.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/dependencies.mjs +0 -0
- /package/build/{esm/schema → schema}/types/dependentRequired.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/dependentRequired.mjs +0 -0
- /package/build/{esm/schema → schema}/types/dependentSchemas.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/dependentSchemas.mjs +0 -0
- /package/build/{esm/schema → schema}/types/else.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/else.mjs +0 -0
- /package/build/{esm/schema → schema}/types/enum.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/enum.mjs +0 -0
- /package/build/{esm/schema → schema}/types/exclusiveMaximum.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/exclusiveMaximum.mjs +0 -0
- /package/build/{esm/schema → schema}/types/exclusiveMinimum.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/exclusiveMinimum.mjs +0 -0
- /package/build/{esm/schema → schema}/types/format.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/format.mjs +0 -0
- /package/build/{esm/schema → schema}/types/id.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/id.mjs +0 -0
- /package/build/{esm/schema → schema}/types/if.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/if.mjs +0 -0
- /package/build/{esm/schema → schema}/types/index.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/index.mjs +0 -0
- /package/build/{esm/schema → schema}/types/items.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/items.mjs +0 -0
- /package/build/{esm/schema → schema}/types/maxContains.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/maxContains.mjs +0 -0
- /package/build/{esm/schema → schema}/types/maxItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/maxItems.mjs +0 -0
- /package/build/{esm/schema → schema}/types/maxLength.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/maxLength.mjs +0 -0
- /package/build/{esm/schema → schema}/types/maxProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/maxProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/types/maximum.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/maximum.mjs +0 -0
- /package/build/{esm/schema → schema}/types/minContains.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/minContains.mjs +0 -0
- /package/build/{esm/schema → schema}/types/minItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/minItems.mjs +0 -0
- /package/build/{esm/schema → schema}/types/minLength.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/minLength.mjs +0 -0
- /package/build/{esm/schema → schema}/types/minProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/minProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/types/minimum.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/minimum.mjs +0 -0
- /package/build/{esm/schema → schema}/types/multipleOf.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/multipleOf.mjs +0 -0
- /package/build/{esm/schema → schema}/types/not.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/not.mjs +0 -0
- /package/build/{esm/schema → schema}/types/oneOf.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/oneOf.mjs +0 -0
- /package/build/{esm/schema → schema}/types/pattern.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/pattern.mjs +0 -0
- /package/build/{esm/schema → schema}/types/patternProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/patternProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/types/prefixItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/prefixItems.mjs +0 -0
- /package/build/{esm/schema → schema}/types/properties.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/properties.mjs +0 -0
- /package/build/{esm/schema → schema}/types/propertyNames.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/propertyNames.mjs +0 -0
- /package/build/{esm/schema → schema}/types/ref.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/ref.mjs +0 -0
- /package/build/{esm/schema → schema}/types/required.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/required.mjs +0 -0
- /package/build/{esm/schema → schema}/types/schema.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/schema.mjs +0 -0
- /package/build/{esm/schema → schema}/types/static.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/static.mjs +0 -0
- /package/build/{esm/schema → schema}/types/then.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/then.mjs +0 -0
- /package/build/{esm/schema → schema}/types/type.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/type.mjs +0 -0
- /package/build/{esm/schema → schema}/types/unevaluatedItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/unevaluatedItems.mjs +0 -0
- /package/build/{esm/schema → schema}/types/unevaluatedProperties.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/unevaluatedProperties.mjs +0 -0
- /package/build/{esm/schema → schema}/types/uniqueItems.d.mts +0 -0
- /package/build/{esm/schema → schema}/types/uniqueItems.mjs +0 -0
- /package/build/{esm/system → system}/arguments/arguments.d.mts +0 -0
- /package/build/{esm/system → system}/arguments/arguments.mjs +0 -0
- /package/build/{esm/system → system}/arguments/index.d.mts +0 -0
- /package/build/{esm/system → system}/arguments/index.mjs +0 -0
- /package/build/{esm/system → system}/environment/can-evaluate.d.mts +0 -0
- /package/build/{esm/system → system}/environment/can-evaluate.mjs +0 -0
- /package/build/{esm/system → system}/environment/environment.d.mts +0 -0
- /package/build/{esm/system → system}/environment/environment.mjs +0 -0
- /package/build/{esm/system → system}/environment/index.d.mts +0 -0
- /package/build/{esm/system → system}/environment/index.mjs +0 -0
- /package/build/{esm/system → system}/hashing/hash.d.mts +0 -0
- /package/build/{esm/system → system}/hashing/hash.mjs +0 -0
- /package/build/{esm/system → system}/hashing/index.d.mts +0 -0
- /package/build/{esm/system → system}/hashing/index.mjs +0 -0
- /package/build/{esm/system → system}/index.d.mts +0 -0
- /package/build/{esm/system → system}/index.mjs +0 -0
- /package/build/{esm/system → system}/locale/_config.d.mts +0 -0
- /package/build/{esm/system → system}/locale/_config.mjs +0 -0
- /package/build/{esm/system → system}/locale/_locale.d.mts +0 -0
- /package/build/{esm/system → system}/locale/_locale.mjs +0 -0
- /package/build/{esm/system → system}/locale/ar_001.d.mts +0 -0
- /package/build/{esm/system → system}/locale/ar_001.mjs +0 -0
- /package/build/{esm/system → system}/locale/bn_BD.d.mts +0 -0
- /package/build/{esm/system → system}/locale/bn_BD.mjs +0 -0
- /package/build/{esm/system → system}/locale/cs_CZ.d.mts +0 -0
- /package/build/{esm/system → system}/locale/cs_CZ.mjs +0 -0
- /package/build/{esm/system → system}/locale/de_DE.d.mts +0 -0
- /package/build/{esm/system → system}/locale/de_DE.mjs +0 -0
- /package/build/{esm/system → system}/locale/el_GR.d.mts +0 -0
- /package/build/{esm/system → system}/locale/el_GR.mjs +0 -0
- /package/build/{esm/system → system}/locale/en_US.d.mts +0 -0
- /package/build/{esm/system → system}/locale/en_US.mjs +0 -0
- /package/build/{esm/system → system}/locale/es_419.d.mts +0 -0
- /package/build/{esm/system → system}/locale/es_419.mjs +0 -0
- /package/build/{esm/system → system}/locale/es_AR.d.mts +0 -0
- /package/build/{esm/system → system}/locale/es_AR.mjs +0 -0
- /package/build/{esm/system → system}/locale/es_ES.d.mts +0 -0
- /package/build/{esm/system → system}/locale/es_ES.mjs +0 -0
- /package/build/{esm/system → system}/locale/es_MX.d.mts +0 -0
- /package/build/{esm/system → system}/locale/es_MX.mjs +0 -0
- /package/build/{esm/system → system}/locale/fa_IR.d.mts +0 -0
- /package/build/{esm/system → system}/locale/fa_IR.mjs +0 -0
- /package/build/{esm/system → system}/locale/fil_PH.d.mts +0 -0
- /package/build/{esm/system → system}/locale/fil_PH.mjs +0 -0
- /package/build/{esm/system → system}/locale/fr_CA.d.mts +0 -0
- /package/build/{esm/system → system}/locale/fr_CA.mjs +0 -0
- /package/build/{esm/system → system}/locale/fr_FR.d.mts +0 -0
- /package/build/{esm/system → system}/locale/fr_FR.mjs +0 -0
- /package/build/{esm/system → system}/locale/ha_NG.d.mts +0 -0
- /package/build/{esm/system → system}/locale/ha_NG.mjs +0 -0
- /package/build/{esm/system → system}/locale/hi_IN.d.mts +0 -0
- /package/build/{esm/system → system}/locale/hi_IN.mjs +0 -0
- /package/build/{esm/system → system}/locale/hu_HU.d.mts +0 -0
- /package/build/{esm/system → system}/locale/hu_HU.mjs +0 -0
- /package/build/{esm/system → system}/locale/id_ID.d.mts +0 -0
- /package/build/{esm/system → system}/locale/id_ID.mjs +0 -0
- /package/build/{esm/system → system}/locale/index.d.mts +0 -0
- /package/build/{esm/system → system}/locale/index.mjs +0 -0
- /package/build/{esm/system → system}/locale/it_IT.d.mts +0 -0
- /package/build/{esm/system → system}/locale/it_IT.mjs +0 -0
- /package/build/{esm/system → system}/locale/ja_JP.d.mts +0 -0
- /package/build/{esm/system → system}/locale/ja_JP.mjs +0 -0
- /package/build/{esm/system → system}/locale/ko_KR.d.mts +0 -0
- /package/build/{esm/system → system}/locale/ko_KR.mjs +0 -0
- /package/build/{esm/system → system}/locale/ms_MY.d.mts +0 -0
- /package/build/{esm/system → system}/locale/ms_MY.mjs +0 -0
- /package/build/{esm/system → system}/locale/nl_NL.d.mts +0 -0
- /package/build/{esm/system → system}/locale/nl_NL.mjs +0 -0
- /package/build/{esm/system → system}/locale/pl_PL.d.mts +0 -0
- /package/build/{esm/system → system}/locale/pl_PL.mjs +0 -0
- /package/build/{esm/system → system}/locale/pt_BR.d.mts +0 -0
- /package/build/{esm/system → system}/locale/pt_BR.mjs +0 -0
- /package/build/{esm/system → system}/locale/pt_PT.d.mts +0 -0
- /package/build/{esm/system → system}/locale/pt_PT.mjs +0 -0
- /package/build/{esm/system → system}/locale/ro_RO.d.mts +0 -0
- /package/build/{esm/system → system}/locale/ro_RO.mjs +0 -0
- /package/build/{esm/system → system}/locale/ru_RU.d.mts +0 -0
- /package/build/{esm/system → system}/locale/ru_RU.mjs +0 -0
- /package/build/{esm/system → system}/locale/sv_SE.d.mts +0 -0
- /package/build/{esm/system → system}/locale/sv_SE.mjs +0 -0
- /package/build/{esm/system → system}/locale/sw_TZ.d.mts +0 -0
- /package/build/{esm/system → system}/locale/sw_TZ.mjs +0 -0
- /package/build/{esm/system → system}/locale/th_TH.d.mts +0 -0
- /package/build/{esm/system → system}/locale/th_TH.mjs +0 -0
- /package/build/{esm/system → system}/locale/tr_TR.d.mts +0 -0
- /package/build/{esm/system → system}/locale/tr_TR.mjs +0 -0
- /package/build/{esm/system → system}/locale/uk_UA.d.mts +0 -0
- /package/build/{esm/system → system}/locale/uk_UA.mjs +0 -0
- /package/build/{esm/system → system}/locale/ur_PK.d.mts +0 -0
- /package/build/{esm/system → system}/locale/ur_PK.mjs +0 -0
- /package/build/{esm/system → system}/locale/vi_VN.d.mts +0 -0
- /package/build/{esm/system → system}/locale/vi_VN.mjs +0 -0
- /package/build/{esm/system → system}/locale/yo_NG.d.mts +0 -0
- /package/build/{esm/system → system}/locale/yo_NG.mjs +0 -0
- /package/build/{esm/system → system}/locale/zh_Hans.d.mts +0 -0
- /package/build/{esm/system → system}/locale/zh_Hans.mjs +0 -0
- /package/build/{esm/system → system}/locale/zh_Hant.d.mts +0 -0
- /package/build/{esm/system → system}/locale/zh_Hant.mjs +0 -0
- /package/build/{esm/system → system}/memory/assign.d.mts +0 -0
- /package/build/{esm/system → system}/memory/assign.mjs +0 -0
- /package/build/{esm/system → system}/memory/clone.d.mts +0 -0
- /package/build/{esm/system → system}/memory/clone.mjs +0 -0
- /package/build/{esm/system → system}/memory/create.d.mts +0 -0
- /package/build/{esm/system → system}/memory/create.mjs +0 -0
- /package/build/{esm/system → system}/memory/discard.d.mts +0 -0
- /package/build/{esm/system → system}/memory/discard.mjs +0 -0
- /package/build/{esm/system → system}/memory/index.d.mts +0 -0
- /package/build/{esm/system → system}/memory/index.mjs +0 -0
- /package/build/{esm/system → system}/memory/memory.d.mts +0 -0
- /package/build/{esm/system → system}/memory/memory.mjs +0 -0
- /package/build/{esm/system → system}/memory/metrics.d.mts +0 -0
- /package/build/{esm/system → system}/memory/metrics.mjs +0 -0
- /package/build/{esm/system → system}/memory/update.d.mts +0 -0
- /package/build/{esm/system → system}/memory/update.mjs +0 -0
- /package/build/{esm/system → system}/settings/index.d.mts +0 -0
- /package/build/{esm/system → system}/settings/index.mjs +0 -0
- /package/build/{esm/system → system}/settings/settings.d.mts +0 -0
- /package/build/{esm/system → system}/settings/settings.mjs +0 -0
- /package/build/{esm/system → system}/system.d.mts +0 -0
- /package/build/{esm/system → system}/system.mjs +0 -0
- /package/build/{esm/system → system}/unreachable/index.d.mts +0 -0
- /package/build/{esm/system → system}/unreachable/index.mjs +0 -0
- /package/build/{esm/system → system}/unreachable/unreachable.d.mts +0 -0
- /package/build/{esm/system → system}/unreachable/unreachable.mjs +0 -0
- /package/build/{esm/type → type}/action/_optional.d.mts +0 -0
- /package/build/{esm/type → type}/action/_optional.mjs +0 -0
- /package/build/{esm/type → type}/action/_readonly.d.mts +0 -0
- /package/build/{esm/type → type}/action/_readonly.mjs +0 -0
- /package/build/{esm/type → type}/action/awaited.d.mts +0 -0
- /package/build/{esm/type → type}/action/awaited.mjs +0 -0
- /package/build/{esm/type → type}/action/capitalize.d.mts +0 -0
- /package/build/{esm/type → type}/action/capitalize.mjs +0 -0
- /package/build/{esm/type → type}/action/conditional.d.mts +0 -0
- /package/build/{esm/type → type}/action/conditional.mjs +0 -0
- /package/build/{esm/type → type}/action/constructor-parameters.d.mts +0 -0
- /package/build/{esm/type → type}/action/constructor-parameters.mjs +0 -0
- /package/build/{esm/type → type}/action/evaluate.d.mts +0 -0
- /package/build/{esm/type → type}/action/evaluate.mjs +0 -0
- /package/build/{esm/type → type}/action/exclude.d.mts +0 -0
- /package/build/{esm/type → type}/action/exclude.mjs +0 -0
- /package/build/{esm/type → type}/action/extract.d.mts +0 -0
- /package/build/{esm/type → type}/action/extract.mjs +0 -0
- /package/build/{esm/type → type}/action/index.d.mts +0 -0
- /package/build/{esm/type → type}/action/index.mjs +0 -0
- /package/build/{esm/type → type}/action/indexed.d.mts +0 -0
- /package/build/{esm/type → type}/action/indexed.mjs +0 -0
- /package/build/{esm/type → type}/action/instance-type.d.mts +0 -0
- /package/build/{esm/type → type}/action/instance-type.mjs +0 -0
- /package/build/{esm/type → type}/action/interface.d.mts +0 -0
- /package/build/{esm/type → type}/action/interface.mjs +0 -0
- /package/build/{esm/type → type}/action/keyof.d.mts +0 -0
- /package/build/{esm/type → type}/action/keyof.mjs +0 -0
- /package/build/{esm/type → type}/action/lowercase.d.mts +0 -0
- /package/build/{esm/type → type}/action/lowercase.mjs +0 -0
- /package/build/{esm/type → type}/action/mapped.d.mts +0 -0
- /package/build/{esm/type → type}/action/mapped.mjs +0 -0
- /package/build/{esm/type → type}/action/module.d.mts +0 -0
- /package/build/{esm/type → type}/action/module.mjs +0 -0
- /package/build/{esm/type → type}/action/non-nullable.d.mts +0 -0
- /package/build/{esm/type → type}/action/non-nullable.mjs +0 -0
- /package/build/{esm/type → type}/action/omit.d.mts +0 -0
- /package/build/{esm/type → type}/action/omit.mjs +0 -0
- /package/build/{esm/type → type}/action/options.d.mts +0 -0
- /package/build/{esm/type → type}/action/options.mjs +0 -0
- /package/build/{esm/type → type}/action/parameters.d.mts +0 -0
- /package/build/{esm/type → type}/action/parameters.mjs +0 -0
- /package/build/{esm/type → type}/action/partial.d.mts +0 -0
- /package/build/{esm/type → type}/action/partial.mjs +0 -0
- /package/build/{esm/type → type}/action/pick.d.mts +0 -0
- /package/build/{esm/type → type}/action/pick.mjs +0 -0
- /package/build/{esm/type → type}/action/required.d.mts +0 -0
- /package/build/{esm/type → type}/action/required.mjs +0 -0
- /package/build/{esm/type → type}/action/return-type.d.mts +0 -0
- /package/build/{esm/type → type}/action/return-type.mjs +0 -0
- /package/build/{esm/type → type}/action/uncapitalize.d.mts +0 -0
- /package/build/{esm/type → type}/action/uncapitalize.mjs +0 -0
- /package/build/{esm/type → type}/action/uppercase.d.mts +0 -0
- /package/build/{esm/type → type}/action/uppercase.mjs +0 -0
- /package/build/{esm/type → type}/engine/awaited/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/awaited/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/awaited/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/awaited/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/call/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/call/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/call/resolve-arguments.d.mts +0 -0
- /package/build/{esm/type → type}/engine/call/resolve-arguments.mjs +0 -0
- /package/build/{esm/type → type}/engine/call/resolve-target.d.mts +0 -0
- /package/build/{esm/type → type}/engine/call/resolve-target.mjs +0 -0
- /package/build/{esm/type → type}/engine/conditional/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/conditional/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/conditional/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/conditional/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/constructor-parameters/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/constructor-parameters/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/constructor-parameters/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/constructor-parameters/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/cyclic/candidates.d.mts +0 -0
- /package/build/{esm/type → type}/engine/cyclic/candidates.mjs +0 -0
- /package/build/{esm/type → type}/engine/cyclic/check.d.mts +0 -0
- /package/build/{esm/type → type}/engine/cyclic/check.mjs +0 -0
- /package/build/{esm/type → type}/engine/cyclic/dependencies.d.mts +0 -0
- /package/build/{esm/type → type}/engine/cyclic/dependencies.mjs +0 -0
- /package/build/{esm/type → type}/engine/cyclic/extends.d.mts +0 -0
- /package/build/{esm/type → type}/engine/cyclic/extends.mjs +0 -0
- /package/build/{esm/type → type}/engine/cyclic/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/cyclic/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/cyclic/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/cyclic/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/cyclic/target.d.mts +0 -0
- /package/build/{esm/type → type}/engine/cyclic/target.mjs +0 -0
- /package/build/{esm/type → type}/engine/enum/enum-to-union.d.mts +0 -0
- /package/build/{esm/type → type}/engine/enum/enum-to-union.mjs +0 -0
- /package/build/{esm/type → type}/engine/enum/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/enum/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/enum/typescript-enum-to-enum-values.d.mts +0 -0
- /package/build/{esm/type → type}/engine/enum/typescript-enum-to-enum-values.mjs +0 -0
- /package/build/{esm/type → type}/engine/evaluate/broaden.d.mts +0 -0
- /package/build/{esm/type → type}/engine/evaluate/broaden.mjs +0 -0
- /package/build/{esm/type → type}/engine/evaluate/compare.d.mts +0 -0
- /package/build/{esm/type → type}/engine/evaluate/compare.mjs +0 -0
- /package/build/{esm/type → type}/engine/evaluate/composite.d.mts +0 -0
- /package/build/{esm/type → type}/engine/evaluate/composite.mjs +0 -0
- /package/build/{esm/type → type}/engine/evaluate/distribute.d.mts +0 -0
- /package/build/{esm/type → type}/engine/evaluate/distribute.mjs +0 -0
- /package/build/{esm/type → type}/engine/evaluate/evaluate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/evaluate/evaluate.mjs +0 -0
- /package/build/{esm/type → type}/engine/evaluate/flatten.d.mts +0 -0
- /package/build/{esm/type → type}/engine/evaluate/flatten.mjs +0 -0
- /package/build/{esm/type → type}/engine/evaluate/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/evaluate/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/evaluate/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/evaluate/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/evaluate/narrow.d.mts +0 -0
- /package/build/{esm/type → type}/engine/evaluate/narrow.mjs +0 -0
- /package/build/{esm/type → type}/engine/exclude/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/exclude/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/exclude/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/exclude/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/extract/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/extract/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/extract/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/extract/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/helpers/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/helpers/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/helpers/keys-to-indexer.d.mts +0 -0
- /package/build/{esm/type → type}/engine/helpers/keys-to-indexer.mjs +0 -0
- /package/build/{esm/type → type}/engine/helpers/keys.d.mts +0 -0
- /package/build/{esm/type → type}/engine/helpers/keys.mjs +0 -0
- /package/build/{esm/type → type}/engine/helpers/union.d.mts +0 -0
- /package/build/{esm/type → type}/engine/helpers/union.mjs +0 -0
- /package/build/{esm/type → type}/engine/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-cyclic.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-cyclic.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-enum.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-enum.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-intersect.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-intersect.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-literal.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-literal.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-template-literal.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-template-literal.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-type.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-type.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-union.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexable/from-union.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexable/to-indexable-keys.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexable/to-indexable-keys.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexable/to-indexable.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexable/to-indexable.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexed/array-indexer.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexed/array-indexer.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexed/from-array.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexed/from-array.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexed/from-object.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexed/from-object.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexed/from-tuple.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexed/from-tuple.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexed/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexed/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/indexed/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/indexed/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/instance-type/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/instance-type/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/instance-type/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/instance-type/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/interface/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/interface/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/interface/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/interface/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/from-literal.d.mts +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/from-literal.mjs +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/from-template-literal.d.mts +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/from-template-literal.mjs +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/from-type.d.mts +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/from-type.mjs +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/from-union.d.mts +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/from-union.mjs +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/mapping.d.mts +0 -0
- /package/build/{esm/type → type}/engine/intrinsics/mapping.mjs +0 -0
- /package/build/{esm/type → type}/engine/keyof/from-array.d.mts +0 -0
- /package/build/{esm/type → type}/engine/keyof/from-array.mjs +0 -0
- /package/build/{esm/type → type}/engine/keyof/from-object.d.mts +0 -0
- /package/build/{esm/type → type}/engine/keyof/from-object.mjs +0 -0
- /package/build/{esm/type → type}/engine/keyof/from-record.d.mts +0 -0
- /package/build/{esm/type → type}/engine/keyof/from-record.mjs +0 -0
- /package/build/{esm/type → type}/engine/keyof/from-tuple.d.mts +0 -0
- /package/build/{esm/type → type}/engine/keyof/from-tuple.mjs +0 -0
- /package/build/{esm/type → type}/engine/keyof/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/keyof/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/keyof/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/keyof/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/mapped/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/mapped/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/mapped/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/mapped/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/mapped/mapped-keys.d.mts +0 -0
- /package/build/{esm/type → type}/engine/mapped/mapped-keys.mjs +0 -0
- /package/build/{esm/type → type}/engine/module/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/module/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/module/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/module/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/non-nullable/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/non-nullable/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/non-nullable/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/non-nullable/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/object/collapse.d.mts +0 -0
- /package/build/{esm/type → type}/engine/object/collapse.mjs +0 -0
- /package/build/{esm/type → type}/engine/object/from-cyclic.d.mts +0 -0
- /package/build/{esm/type → type}/engine/object/from-cyclic.mjs +0 -0
- /package/build/{esm/type → type}/engine/object/from-intersect.d.mts +0 -0
- /package/build/{esm/type → type}/engine/object/from-intersect.mjs +0 -0
- /package/build/{esm/type → type}/engine/object/from-object.d.mts +0 -0
- /package/build/{esm/type → type}/engine/object/from-object.mjs +0 -0
- /package/build/{esm/type → type}/engine/object/from-tuple.d.mts +0 -0
- /package/build/{esm/type → type}/engine/object/from-tuple.mjs +0 -0
- /package/build/{esm/type → type}/engine/object/from-type.d.mts +0 -0
- /package/build/{esm/type → type}/engine/object/from-type.mjs +0 -0
- /package/build/{esm/type → type}/engine/object/from-union.d.mts +0 -0
- /package/build/{esm/type → type}/engine/object/from-union.mjs +0 -0
- /package/build/{esm/type → type}/engine/object/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/object/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/omit/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/omit/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/omit/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/omit/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/options/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/options/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/options/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/options/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/parameters/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/parameters/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/parameters/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/parameters/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/partial/from-cyclic.d.mts +0 -0
- /package/build/{esm/type → type}/engine/partial/from-cyclic.mjs +0 -0
- /package/build/{esm/type → type}/engine/partial/from-intersect.d.mts +0 -0
- /package/build/{esm/type → type}/engine/partial/from-intersect.mjs +0 -0
- /package/build/{esm/type → type}/engine/partial/from-object.d.mts +0 -0
- /package/build/{esm/type → type}/engine/partial/from-object.mjs +0 -0
- /package/build/{esm/type → type}/engine/partial/from-type.d.mts +0 -0
- /package/build/{esm/type → type}/engine/partial/from-type.mjs +0 -0
- /package/build/{esm/type → type}/engine/partial/from-union.d.mts +0 -0
- /package/build/{esm/type → type}/engine/partial/from-union.mjs +0 -0
- /package/build/{esm/type → type}/engine/partial/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/partial/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/partial/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/partial/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/patterns/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/patterns/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/patterns/pattern.d.mts +0 -0
- /package/build/{esm/type → type}/engine/patterns/pattern.mjs +0 -0
- /package/build/{esm/type → type}/engine/patterns/template.d.mts +0 -0
- /package/build/{esm/type → type}/engine/patterns/template.mjs +0 -0
- /package/build/{esm/type → type}/engine/pick/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/pick/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/pick/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/pick/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-any.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-any.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-boolean.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-boolean.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-enum.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-enum.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-integer.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-integer.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-intersect.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-intersect.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-literal.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-literal.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-number.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-number.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-string.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-string.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-template-literal.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-template-literal.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-union.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key-union.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/from-key.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/from-key.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/record/record-create.d.mts +0 -0
- /package/build/{esm/type → type}/engine/record/record-create.mjs +0 -0
- /package/build/{esm/type → type}/engine/ref/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/ref/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/ref/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/ref/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/required/from-cyclic.d.mts +0 -0
- /package/build/{esm/type → type}/engine/required/from-cyclic.mjs +0 -0
- /package/build/{esm/type → type}/engine/required/from-intersect.d.mts +0 -0
- /package/build/{esm/type → type}/engine/required/from-intersect.mjs +0 -0
- /package/build/{esm/type → type}/engine/required/from-object.d.mts +0 -0
- /package/build/{esm/type → type}/engine/required/from-object.mjs +0 -0
- /package/build/{esm/type → type}/engine/required/from-type.d.mts +0 -0
- /package/build/{esm/type → type}/engine/required/from-type.mjs +0 -0
- /package/build/{esm/type → type}/engine/required/from-union.d.mts +0 -0
- /package/build/{esm/type → type}/engine/required/from-union.mjs +0 -0
- /package/build/{esm/type → type}/engine/required/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/required/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/required/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/required/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/rest/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/rest/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/rest/spread.d.mts +0 -0
- /package/build/{esm/type → type}/engine/rest/spread.mjs +0 -0
- /package/build/{esm/type → type}/engine/return-type/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/return-type/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/return-type/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/return-type/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/template-literal/create.d.mts +0 -0
- /package/build/{esm/type → type}/engine/template-literal/create.mjs +0 -0
- /package/build/{esm/type → type}/engine/template-literal/decode.d.mts +0 -0
- /package/build/{esm/type → type}/engine/template-literal/decode.mjs +0 -0
- /package/build/{esm/type → type}/engine/template-literal/encode.d.mts +0 -0
- /package/build/{esm/type → type}/engine/template-literal/encode.mjs +0 -0
- /package/build/{esm/type → type}/engine/template-literal/finite.d.mts +0 -0
- /package/build/{esm/type → type}/engine/template-literal/finite.mjs +0 -0
- /package/build/{esm/type → type}/engine/template-literal/index.d.mts +0 -0
- /package/build/{esm/type → type}/engine/template-literal/index.mjs +0 -0
- /package/build/{esm/type → type}/engine/template-literal/instantiate.d.mts +0 -0
- /package/build/{esm/type → type}/engine/template-literal/instantiate.mjs +0 -0
- /package/build/{esm/type → type}/engine/template-literal/static.d.mts +0 -0
- /package/build/{esm/type → type}/engine/template-literal/static.mjs +0 -0
- /package/build/{esm/type → type}/engine/tuple/to-object.d.mts +0 -0
- /package/build/{esm/type → type}/engine/tuple/to-object.mjs +0 -0
- /package/build/{esm/type → type}/extends/any.d.mts +0 -0
- /package/build/{esm/type → type}/extends/any.mjs +0 -0
- /package/build/{esm/type → type}/extends/array.d.mts +0 -0
- /package/build/{esm/type → type}/extends/array.mjs +0 -0
- /package/build/{esm/type → type}/extends/async-iterator.d.mts +0 -0
- /package/build/{esm/type → type}/extends/async-iterator.mjs +0 -0
- /package/build/{esm/type → type}/extends/bigint.d.mts +0 -0
- /package/build/{esm/type → type}/extends/bigint.mjs +0 -0
- /package/build/{esm/type → type}/extends/boolean.d.mts +0 -0
- /package/build/{esm/type → type}/extends/boolean.mjs +0 -0
- /package/build/{esm/type → type}/extends/constructor.d.mts +0 -0
- /package/build/{esm/type → type}/extends/constructor.mjs +0 -0
- /package/build/{esm/type → type}/extends/enum.d.mts +0 -0
- /package/build/{esm/type → type}/extends/enum.mjs +0 -0
- /package/build/{esm/type → type}/extends/extends-left.d.mts +0 -0
- /package/build/{esm/type → type}/extends/extends-left.mjs +0 -0
- /package/build/{esm/type → type}/extends/extends-right.d.mts +0 -0
- /package/build/{esm/type → type}/extends/extends-right.mjs +0 -0
- /package/build/{esm/type → type}/extends/extends.d.mts +0 -0
- /package/build/{esm/type → type}/extends/extends.mjs +0 -0
- /package/build/{esm/type → type}/extends/function.d.mts +0 -0
- /package/build/{esm/type → type}/extends/function.mjs +0 -0
- /package/build/{esm/type → type}/extends/index.d.mts +0 -0
- /package/build/{esm/type → type}/extends/index.mjs +0 -0
- /package/build/{esm/type → type}/extends/inference.d.mts +0 -0
- /package/build/{esm/type → type}/extends/inference.mjs +0 -0
- /package/build/{esm/type → type}/extends/integer.d.mts +0 -0
- /package/build/{esm/type → type}/extends/integer.mjs +0 -0
- /package/build/{esm/type → type}/extends/intersect.d.mts +0 -0
- /package/build/{esm/type → type}/extends/intersect.mjs +0 -0
- /package/build/{esm/type → type}/extends/iterator.d.mts +0 -0
- /package/build/{esm/type → type}/extends/iterator.mjs +0 -0
- /package/build/{esm/type → type}/extends/literal.d.mts +0 -0
- /package/build/{esm/type → type}/extends/literal.mjs +0 -0
- /package/build/{esm/type → type}/extends/never.d.mts +0 -0
- /package/build/{esm/type → type}/extends/never.mjs +0 -0
- /package/build/{esm/type → type}/extends/null.d.mts +0 -0
- /package/build/{esm/type → type}/extends/null.mjs +0 -0
- /package/build/{esm/type → type}/extends/number.d.mts +0 -0
- /package/build/{esm/type → type}/extends/number.mjs +0 -0
- /package/build/{esm/type → type}/extends/object.d.mts +0 -0
- /package/build/{esm/type → type}/extends/object.mjs +0 -0
- /package/build/{esm/type → type}/extends/parameters.d.mts +0 -0
- /package/build/{esm/type → type}/extends/parameters.mjs +0 -0
- /package/build/{esm/type → type}/extends/promise.d.mts +0 -0
- /package/build/{esm/type → type}/extends/promise.mjs +0 -0
- /package/build/{esm/type → type}/extends/result.d.mts +0 -0
- /package/build/{esm/type → type}/extends/result.mjs +0 -0
- /package/build/{esm/type → type}/extends/return-type.d.mts +0 -0
- /package/build/{esm/type → type}/extends/return-type.mjs +0 -0
- /package/build/{esm/type → type}/extends/string.d.mts +0 -0
- /package/build/{esm/type → type}/extends/string.mjs +0 -0
- /package/build/{esm/type → type}/extends/symbol.d.mts +0 -0
- /package/build/{esm/type → type}/extends/symbol.mjs +0 -0
- /package/build/{esm/type → type}/extends/template-literal.d.mts +0 -0
- /package/build/{esm/type → type}/extends/template-literal.mjs +0 -0
- /package/build/{esm/type → type}/extends/tuple.d.mts +0 -0
- /package/build/{esm/type → type}/extends/tuple.mjs +0 -0
- /package/build/{esm/type → type}/extends/undefined.d.mts +0 -0
- /package/build/{esm/type → type}/extends/undefined.mjs +0 -0
- /package/build/{esm/type → type}/extends/union.d.mts +0 -0
- /package/build/{esm/type → type}/extends/union.mjs +0 -0
- /package/build/{esm/type → type}/extends/unknown.d.mts +0 -0
- /package/build/{esm/type → type}/extends/unknown.mjs +0 -0
- /package/build/{esm/type → type}/extends/void.d.mts +0 -0
- /package/build/{esm/type → type}/extends/void.mjs +0 -0
- /package/build/{esm/type → type}/index.d.mts +0 -0
- /package/build/{esm/type → type}/index.mjs +0 -0
- /package/build/{esm/type → type}/script/index.d.mts +0 -0
- /package/build/{esm/type → type}/script/index.mjs +0 -0
- /package/build/{esm/type → type}/script/mapping.d.mts +0 -0
- /package/build/{esm/type → type}/script/mapping.mjs +0 -0
- /package/build/{esm/type → type}/script/parser.d.mts +0 -0
- /package/build/{esm/type → type}/script/parser.mjs +0 -0
- /package/build/{esm/type → type}/script/script.d.mts +0 -0
- /package/build/{esm/type → type}/script/script.mjs +0 -0
- /package/build/{esm/type → type}/script/token/bigint.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/bigint.mjs +0 -0
- /package/build/{esm/type → type}/script/token/const.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/const.mjs +0 -0
- /package/build/{esm/type → type}/script/token/ident.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/ident.mjs +0 -0
- /package/build/{esm/type → type}/script/token/index.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/index.mjs +0 -0
- /package/build/{esm/type → type}/script/token/integer.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/integer.mjs +0 -0
- /package/build/{esm/type → type}/script/token/internal/char.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/internal/char.mjs +0 -0
- /package/build/{esm/type → type}/script/token/internal/guard.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/internal/guard.mjs +0 -0
- /package/build/{esm/type → type}/script/token/internal/many.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/internal/many.mjs +0 -0
- /package/build/{esm/type → type}/script/token/internal/optional.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/internal/optional.mjs +0 -0
- /package/build/{esm/type → type}/script/token/internal/result.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/internal/result.mjs +0 -0
- /package/build/{esm/type → type}/script/token/internal/take.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/internal/take.mjs +0 -0
- /package/build/{esm/type → type}/script/token/internal/trim.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/internal/trim.mjs +0 -0
- /package/build/{esm/type → type}/script/token/number.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/number.mjs +0 -0
- /package/build/{esm/type → type}/script/token/span.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/span.mjs +0 -0
- /package/build/{esm/type → type}/script/token/string.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/string.mjs +0 -0
- /package/build/{esm/type → type}/script/token/until.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/until.mjs +0 -0
- /package/build/{esm/type → type}/script/token/until_1.d.mts +0 -0
- /package/build/{esm/type → type}/script/token/until_1.mjs +0 -0
- /package/build/{esm/type → type}/types/_codec.d.mts +0 -0
- /package/build/{esm/type → type}/types/_codec.mjs +0 -0
- /package/build/{esm/type → type}/types/_optional.d.mts +0 -0
- /package/build/{esm/type → type}/types/_optional.mjs +0 -0
- /package/build/{esm/type → type}/types/_readonly.d.mts +0 -0
- /package/build/{esm/type → type}/types/_readonly.mjs +0 -0
- /package/build/{esm/type → type}/types/_refine.d.mts +0 -0
- /package/build/{esm/type → type}/types/_refine.mjs +0 -0
- /package/build/{esm/type → type}/types/any.d.mts +0 -0
- /package/build/{esm/type → type}/types/any.mjs +0 -0
- /package/build/{esm/type → type}/types/array.d.mts +0 -0
- /package/build/{esm/type → type}/types/array.mjs +0 -0
- /package/build/{esm/type → type}/types/async-iterator.d.mts +0 -0
- /package/build/{esm/type → type}/types/async-iterator.mjs +0 -0
- /package/build/{esm/type → type}/types/base.d.mts +0 -0
- /package/build/{esm/type → type}/types/base.mjs +0 -0
- /package/build/{esm/type → type}/types/bigint.d.mts +0 -0
- /package/build/{esm/type → type}/types/bigint.mjs +0 -0
- /package/build/{esm/type → type}/types/boolean.d.mts +0 -0
- /package/build/{esm/type → type}/types/boolean.mjs +0 -0
- /package/build/{esm/type → type}/types/call.d.mts +0 -0
- /package/build/{esm/type → type}/types/call.mjs +0 -0
- /package/build/{esm/type → type}/types/constructor.d.mts +0 -0
- /package/build/{esm/type → type}/types/constructor.mjs +0 -0
- /package/build/{esm/type → type}/types/cyclic.d.mts +0 -0
- /package/build/{esm/type → type}/types/cyclic.mjs +0 -0
- /package/build/{esm/type → type}/types/deferred.d.mts +0 -0
- /package/build/{esm/type → type}/types/deferred.mjs +0 -0
- /package/build/{esm/type → type}/types/enum.d.mts +0 -0
- /package/build/{esm/type → type}/types/enum.mjs +0 -0
- /package/build/{esm/type → type}/types/function.d.mts +0 -0
- /package/build/{esm/type → type}/types/function.mjs +0 -0
- /package/build/{esm/type → type}/types/generic.d.mts +0 -0
- /package/build/{esm/type → type}/types/generic.mjs +0 -0
- /package/build/{esm/type → type}/types/identifier.d.mts +0 -0
- /package/build/{esm/type → type}/types/identifier.mjs +0 -0
- /package/build/{esm/type → type}/types/index.d.mts +0 -0
- /package/build/{esm/type → type}/types/index.mjs +0 -0
- /package/build/{esm/type → type}/types/infer.d.mts +0 -0
- /package/build/{esm/type → type}/types/infer.mjs +0 -0
- /package/build/{esm/type → type}/types/integer.d.mts +0 -0
- /package/build/{esm/type → type}/types/integer.mjs +0 -0
- /package/build/{esm/type → type}/types/intersect.d.mts +0 -0
- /package/build/{esm/type → type}/types/intersect.mjs +0 -0
- /package/build/{esm/type → type}/types/iterator.d.mts +0 -0
- /package/build/{esm/type → type}/types/iterator.mjs +0 -0
- /package/build/{esm/type → type}/types/literal.d.mts +0 -0
- /package/build/{esm/type → type}/types/literal.mjs +0 -0
- /package/build/{esm/type → type}/types/never.d.mts +0 -0
- /package/build/{esm/type → type}/types/never.mjs +0 -0
- /package/build/{esm/type → type}/types/null.d.mts +0 -0
- /package/build/{esm/type → type}/types/null.mjs +0 -0
- /package/build/{esm/type → type}/types/number.d.mts +0 -0
- /package/build/{esm/type → type}/types/number.mjs +0 -0
- /package/build/{esm/type → type}/types/object.d.mts +0 -0
- /package/build/{esm/type → type}/types/object.mjs +0 -0
- /package/build/{esm/type → type}/types/parameter.d.mts +0 -0
- /package/build/{esm/type → type}/types/parameter.mjs +0 -0
- /package/build/{esm/type → type}/types/promise.d.mts +0 -0
- /package/build/{esm/type → type}/types/promise.mjs +0 -0
- /package/build/{esm/type → type}/types/properties.d.mts +0 -0
- /package/build/{esm/type → type}/types/properties.mjs +0 -0
- /package/build/{esm/type → type}/types/record.d.mts +0 -0
- /package/build/{esm/type → type}/types/record.mjs +0 -0
- /package/build/{esm/type → type}/types/ref.d.mts +0 -0
- /package/build/{esm/type → type}/types/ref.mjs +0 -0
- /package/build/{esm/type → type}/types/rest.d.mts +0 -0
- /package/build/{esm/type → type}/types/rest.mjs +0 -0
- /package/build/{esm/type → type}/types/schema.d.mts +0 -0
- /package/build/{esm/type → type}/types/schema.mjs +0 -0
- /package/build/{esm/type → type}/types/static.d.mts +0 -0
- /package/build/{esm/type → type}/types/static.mjs +0 -0
- /package/build/{esm/type → type}/types/string.d.mts +0 -0
- /package/build/{esm/type → type}/types/string.mjs +0 -0
- /package/build/{esm/type → type}/types/symbol.d.mts +0 -0
- /package/build/{esm/type → type}/types/symbol.mjs +0 -0
- /package/build/{esm/type → type}/types/template-literal.d.mts +0 -0
- /package/build/{esm/type → type}/types/template-literal.mjs +0 -0
- /package/build/{esm/type → type}/types/this.d.mts +0 -0
- /package/build/{esm/type → type}/types/this.mjs +0 -0
- /package/build/{esm/type → type}/types/tuple.d.mts +0 -0
- /package/build/{esm/type → type}/types/tuple.mjs +0 -0
- /package/build/{esm/type → type}/types/undefined.d.mts +0 -0
- /package/build/{esm/type → type}/types/undefined.mjs +0 -0
- /package/build/{esm/type → type}/types/union.d.mts +0 -0
- /package/build/{esm/type → type}/types/union.mjs +0 -0
- /package/build/{esm/type → type}/types/unknown.d.mts +0 -0
- /package/build/{esm/type → type}/types/unknown.mjs +0 -0
- /package/build/{esm/type → type}/types/unsafe.d.mts +0 -0
- /package/build/{esm/type → type}/types/unsafe.mjs +0 -0
- /package/build/{esm/type → type}/types/void.d.mts +0 -0
- /package/build/{esm/type → type}/types/void.mjs +0 -0
- /package/build/{esm/typebox.d.mts → typebox.d.mts} +0 -0
- /package/build/{esm/typebox.mjs → typebox.mjs} +0 -0
- /package/build/{esm/value → value}/assert/assert.d.mts +0 -0
- /package/build/{esm/value → value}/assert/assert.mjs +0 -0
- /package/build/{esm/value → value}/assert/index.d.mts +0 -0
- /package/build/{esm/value → value}/assert/index.mjs +0 -0
- /package/build/{esm/value → value}/check/check.d.mts +0 -0
- /package/build/{esm/value → value}/check/check.mjs +0 -0
- /package/build/{esm/value → value}/check/index.d.mts +0 -0
- /package/build/{esm/value → value}/check/index.mjs +0 -0
- /package/build/{esm/value → value}/clean/additional.d.mts +0 -0
- /package/build/{esm/value → value}/clean/additional.mjs +0 -0
- /package/build/{esm/value → value}/clean/clean.d.mts +0 -0
- /package/build/{esm/value → value}/clean/clean.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-array.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-array.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-base.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-base.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-cyclic.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-cyclic.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-intersect.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-intersect.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-object.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-object.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-record.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-record.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-ref.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-ref.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-tuple.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-tuple.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-type.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-type.mjs +0 -0
- /package/build/{esm/value → value}/clean/from-union.d.mts +0 -0
- /package/build/{esm/value → value}/clean/from-union.mjs +0 -0
- /package/build/{esm/value → value}/clean/index.d.mts +0 -0
- /package/build/{esm/value → value}/clean/index.mjs +0 -0
- /package/build/{esm/value → value}/clone/clone.d.mts +0 -0
- /package/build/{esm/value → value}/clone/clone.mjs +0 -0
- /package/build/{esm/value → value}/clone/index.d.mts +0 -0
- /package/build/{esm/value → value}/clone/index.mjs +0 -0
- /package/build/{esm/value → value}/codec/callback.d.mts +0 -0
- /package/build/{esm/value → value}/codec/callback.mjs +0 -0
- /package/build/{esm/value → value}/codec/decode.d.mts +0 -0
- /package/build/{esm/value → value}/codec/decode.mjs +0 -0
- /package/build/{esm/value → value}/codec/encode.d.mts +0 -0
- /package/build/{esm/value → value}/codec/encode.mjs +0 -0
- /package/build/{esm/value → value}/codec/from-array.d.mts +0 -0
- /package/build/{esm/value → value}/codec/from-array.mjs +0 -0
- /package/build/{esm/value → value}/codec/from-cyclic.d.mts +0 -0
- /package/build/{esm/value → value}/codec/from-cyclic.mjs +0 -0
- /package/build/{esm/value → value}/codec/from-intersect.d.mts +0 -0
- /package/build/{esm/value → value}/codec/from-intersect.mjs +0 -0
- /package/build/{esm/value → value}/codec/from-object.d.mts +0 -0
- /package/build/{esm/value → value}/codec/from-object.mjs +0 -0
- /package/build/{esm/value → value}/codec/from-record.d.mts +0 -0
- /package/build/{esm/value → value}/codec/from-record.mjs +0 -0
- /package/build/{esm/value → value}/codec/from-ref.d.mts +0 -0
- /package/build/{esm/value → value}/codec/from-ref.mjs +0 -0
- /package/build/{esm/value → value}/codec/from-tuple.d.mts +0 -0
- /package/build/{esm/value → value}/codec/from-tuple.mjs +0 -0
- /package/build/{esm/value → value}/codec/from-type.d.mts +0 -0
- /package/build/{esm/value → value}/codec/from-type.mjs +0 -0
- /package/build/{esm/value → value}/codec/from-union.d.mts +0 -0
- /package/build/{esm/value → value}/codec/from-union.mjs +0 -0
- /package/build/{esm/value → value}/codec/has.d.mts +0 -0
- /package/build/{esm/value → value}/codec/has.mjs +0 -0
- /package/build/{esm/value → value}/codec/index.d.mts +0 -0
- /package/build/{esm/value → value}/codec/index.mjs +0 -0
- /package/build/{esm/value → value}/convert/convert.d.mts +0 -0
- /package/build/{esm/value → value}/convert/convert.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-additional.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-additional.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-array.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-array.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-base.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-base.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-bigint.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-bigint.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-boolean.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-boolean.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-cyclic.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-cyclic.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-enum.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-enum.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-integer.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-integer.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-intersect.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-intersect.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-literal.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-literal.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-null.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-null.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-number.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-number.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-object.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-object.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-record.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-record.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-ref.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-ref.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-string.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-string.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-template-literal.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-template-literal.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-tuple.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-tuple.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-type.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-type.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-undefined.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-undefined.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-union.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-union.mjs +0 -0
- /package/build/{esm/value → value}/convert/from-void.d.mts +0 -0
- /package/build/{esm/value → value}/convert/from-void.mjs +0 -0
- /package/build/{esm/value → value}/convert/index.d.mts +0 -0
- /package/build/{esm/value → value}/convert/index.mjs +0 -0
- /package/build/{esm/value → value}/convert/try/index.d.mts +0 -0
- /package/build/{esm/value → value}/convert/try/index.mjs +0 -0
- /package/build/{esm/value → value}/convert/try/try-bigint.d.mts +0 -0
- /package/build/{esm/value → value}/convert/try/try-bigint.mjs +0 -0
- /package/build/{esm/value → value}/convert/try/try-boolean.d.mts +0 -0
- /package/build/{esm/value → value}/convert/try/try-boolean.mjs +0 -0
- /package/build/{esm/value → value}/convert/try/try-null.d.mts +0 -0
- /package/build/{esm/value → value}/convert/try/try-null.mjs +0 -0
- /package/build/{esm/value → value}/convert/try/try-number.d.mts +0 -0
- /package/build/{esm/value → value}/convert/try/try-number.mjs +0 -0
- /package/build/{esm/value → value}/convert/try/try-result.d.mts +0 -0
- /package/build/{esm/value → value}/convert/try/try-result.mjs +0 -0
- /package/build/{esm/value → value}/convert/try/try-string.d.mts +0 -0
- /package/build/{esm/value → value}/convert/try/try-string.mjs +0 -0
- /package/build/{esm/value → value}/convert/try/try-undefined.d.mts +0 -0
- /package/build/{esm/value → value}/convert/try/try-undefined.mjs +0 -0
- /package/build/{esm/value → value}/convert/try/try.d.mts +0 -0
- /package/build/{esm/value → value}/convert/try/try.mjs +0 -0
- /package/build/{esm/value → value}/create/create.d.mts +0 -0
- /package/build/{esm/value → value}/create/create.mjs +0 -0
- /package/build/{esm/value → value}/create/error.d.mts +0 -0
- /package/build/{esm/value → value}/create/error.mjs +0 -0
- /package/build/{esm/value → value}/create/from-array.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-array.mjs +0 -0
- /package/build/{esm/value → value}/create/from-async-iterator.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-async-iterator.mjs +0 -0
- /package/build/{esm/value → value}/create/from-base.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-base.mjs +0 -0
- /package/build/{esm/value → value}/create/from-bigint.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-bigint.mjs +0 -0
- /package/build/{esm/value → value}/create/from-boolean.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-boolean.mjs +0 -0
- /package/build/{esm/value → value}/create/from-constructor.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-constructor.mjs +0 -0
- /package/build/{esm/value → value}/create/from-cyclic.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-cyclic.mjs +0 -0
- /package/build/{esm/value → value}/create/from-default.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-default.mjs +0 -0
- /package/build/{esm/value → value}/create/from-enum.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-enum.mjs +0 -0
- /package/build/{esm/value → value}/create/from-function.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-function.mjs +0 -0
- /package/build/{esm/value → value}/create/from-integer.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-integer.mjs +0 -0
- /package/build/{esm/value → value}/create/from-intersect.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-intersect.mjs +0 -0
- /package/build/{esm/value → value}/create/from-iterator.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-iterator.mjs +0 -0
- /package/build/{esm/value → value}/create/from-literal.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-literal.mjs +0 -0
- /package/build/{esm/value → value}/create/from-never.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-never.mjs +0 -0
- /package/build/{esm/value → value}/create/from-null.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-null.mjs +0 -0
- /package/build/{esm/value → value}/create/from-number.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-number.mjs +0 -0
- /package/build/{esm/value → value}/create/from-object.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-object.mjs +0 -0
- /package/build/{esm/value → value}/create/from-promise.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-promise.mjs +0 -0
- /package/build/{esm/value → value}/create/from-record.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-record.mjs +0 -0
- /package/build/{esm/value → value}/create/from-ref.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-ref.mjs +0 -0
- /package/build/{esm/value → value}/create/from-string.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-string.mjs +0 -0
- /package/build/{esm/value → value}/create/from-symbol.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-symbol.mjs +0 -0
- /package/build/{esm/value → value}/create/from-template-literal.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-template-literal.mjs +0 -0
- /package/build/{esm/value → value}/create/from-tuple.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-tuple.mjs +0 -0
- /package/build/{esm/value → value}/create/from-type.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-type.mjs +0 -0
- /package/build/{esm/value → value}/create/from-undefined.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-undefined.mjs +0 -0
- /package/build/{esm/value → value}/create/from-union.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-union.mjs +0 -0
- /package/build/{esm/value → value}/create/from-void.d.mts +0 -0
- /package/build/{esm/value → value}/create/from-void.mjs +0 -0
- /package/build/{esm/value → value}/create/index.d.mts +0 -0
- /package/build/{esm/value → value}/create/index.mjs +0 -0
- /package/build/{esm/value → value}/default/default.d.mts +0 -0
- /package/build/{esm/value → value}/default/default.mjs +0 -0
- /package/build/{esm/value → value}/default/from-array.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-array.mjs +0 -0
- /package/build/{esm/value → value}/default/from-base.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-base.mjs +0 -0
- /package/build/{esm/value → value}/default/from-cyclic.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-cyclic.mjs +0 -0
- /package/build/{esm/value → value}/default/from-default.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-default.mjs +0 -0
- /package/build/{esm/value → value}/default/from-intersect.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-intersect.mjs +0 -0
- /package/build/{esm/value → value}/default/from-object.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-object.mjs +0 -0
- /package/build/{esm/value → value}/default/from-record.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-record.mjs +0 -0
- /package/build/{esm/value → value}/default/from-ref.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-ref.mjs +0 -0
- /package/build/{esm/value → value}/default/from-tuple.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-tuple.mjs +0 -0
- /package/build/{esm/value → value}/default/from-type.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-type.mjs +0 -0
- /package/build/{esm/value → value}/default/from-union.d.mts +0 -0
- /package/build/{esm/value → value}/default/from-union.mjs +0 -0
- /package/build/{esm/value → value}/default/index.d.mts +0 -0
- /package/build/{esm/value → value}/default/index.mjs +0 -0
- /package/build/{esm/value → value}/delta/diff.d.mts +0 -0
- /package/build/{esm/value → value}/delta/diff.mjs +0 -0
- /package/build/{esm/value → value}/delta/edit.d.mts +0 -0
- /package/build/{esm/value → value}/delta/edit.mjs +0 -0
- /package/build/{esm/value → value}/delta/index.d.mts +0 -0
- /package/build/{esm/value → value}/delta/index.mjs +0 -0
- /package/build/{esm/value → value}/delta/patch.d.mts +0 -0
- /package/build/{esm/value → value}/delta/patch.mjs +0 -0
- /package/build/{esm/value → value}/equal/equal.d.mts +0 -0
- /package/build/{esm/value → value}/equal/equal.mjs +0 -0
- /package/build/{esm/value → value}/equal/index.d.mts +0 -0
- /package/build/{esm/value → value}/equal/index.mjs +0 -0
- /package/build/{esm/value → value}/errors/errors.d.mts +0 -0
- /package/build/{esm/value → value}/errors/errors.mjs +0 -0
- /package/build/{esm/value → value}/errors/index.d.mts +0 -0
- /package/build/{esm/value → value}/errors/index.mjs +0 -0
- /package/build/{esm/value → value}/hash/hash.d.mts +0 -0
- /package/build/{esm/value → value}/hash/hash.mjs +0 -0
- /package/build/{esm/value → value}/hash/index.d.mts +0 -0
- /package/build/{esm/value → value}/hash/index.mjs +0 -0
- /package/build/{esm/value → value}/index.d.mts +0 -0
- /package/build/{esm/value → value}/index.mjs +0 -0
- /package/build/{esm/value → value}/mutate/error.d.mts +0 -0
- /package/build/{esm/value → value}/mutate/error.mjs +0 -0
- /package/build/{esm/value → value}/mutate/from-array.d.mts +0 -0
- /package/build/{esm/value → value}/mutate/from-array.mjs +0 -0
- /package/build/{esm/value → value}/mutate/from-object.d.mts +0 -0
- /package/build/{esm/value → value}/mutate/from-object.mjs +0 -0
- /package/build/{esm/value → value}/mutate/from-unknown.d.mts +0 -0
- /package/build/{esm/value → value}/mutate/from-unknown.mjs +0 -0
- /package/build/{esm/value → value}/mutate/from-value.d.mts +0 -0
- /package/build/{esm/value → value}/mutate/from-value.mjs +0 -0
- /package/build/{esm/value → value}/mutate/index.d.mts +0 -0
- /package/build/{esm/value → value}/mutate/index.mjs +0 -0
- /package/build/{esm/value → value}/mutate/mutate.d.mts +0 -0
- /package/build/{esm/value → value}/mutate/mutate.mjs +0 -0
- /package/build/{esm/value → value}/parse/index.d.mts +0 -0
- /package/build/{esm/value → value}/parse/index.mjs +0 -0
- /package/build/{esm/value → value}/parse/parse.d.mts +0 -0
- /package/build/{esm/value → value}/parse/parse.mjs +0 -0
- /package/build/{esm/value → value}/pipeline/index.d.mts +0 -0
- /package/build/{esm/value → value}/pipeline/index.mjs +0 -0
- /package/build/{esm/value → value}/pipeline/pipeline.d.mts +0 -0
- /package/build/{esm/value → value}/pipeline/pipeline.mjs +0 -0
- /package/build/{esm/value → value}/pointer/index.d.mts +0 -0
- /package/build/{esm/value → value}/pointer/index.mjs +0 -0
- /package/build/{esm/value → value}/pointer/pointer.d.mts +0 -0
- /package/build/{esm/value → value}/pointer/pointer.mjs +0 -0
- /package/build/{esm/value → value}/repair/error.d.mts +0 -0
- /package/build/{esm/value → value}/repair/error.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-array.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-array.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-base.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-base.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-enum.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-enum.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-intersect.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-intersect.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-object.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-object.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-record.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-record.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-ref.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-ref.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-template-literal.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-template-literal.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-tuple.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-tuple.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-type.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-type.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-union.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-union.mjs +0 -0
- /package/build/{esm/value → value}/repair/from-unknown.d.mts +0 -0
- /package/build/{esm/value → value}/repair/from-unknown.mjs +0 -0
- /package/build/{esm/value → value}/repair/index.d.mts +0 -0
- /package/build/{esm/value → value}/repair/index.mjs +0 -0
- /package/build/{esm/value → value}/repair/repair.d.mts +0 -0
- /package/build/{esm/value → value}/repair/repair.mjs +0 -0
- /package/build/{esm/value → value}/shared/index.d.mts +0 -0
- /package/build/{esm/value → value}/shared/index.mjs +0 -0
- /package/build/{esm/value → value}/shared/optional-undefined.d.mts +0 -0
- /package/build/{esm/value → value}/shared/optional-undefined.mjs +0 -0
- /package/build/{esm/value → value}/value.d.mts +0 -0
- /package/build/{esm/value → value}/value.mjs +0 -0
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsJsonPointer = IsJsonPointer;
|
|
4
|
-
const JsonPointer = /^(?:\/(?:[^~/]|~0|~1)*)*$/;
|
|
5
|
-
/**
|
|
6
|
-
* Returns true if the value is a json pointer
|
|
7
|
-
* @specification
|
|
8
|
-
* @source ajv-formats
|
|
9
|
-
*/
|
|
10
|
-
function IsJsonPointer(value) {
|
|
11
|
-
return JsonPointer.test(value);
|
|
12
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsRegex = IsRegex;
|
|
4
|
-
/**
|
|
5
|
-
* Returns true if the value is a regular expression string pattern
|
|
6
|
-
* @specification
|
|
7
|
-
* @source ajv-formats
|
|
8
|
-
*/
|
|
9
|
-
function IsRegex(value) {
|
|
10
|
-
if (value.length === 0) {
|
|
11
|
-
return false;
|
|
12
|
-
}
|
|
13
|
-
try {
|
|
14
|
-
new RegExp(value);
|
|
15
|
-
return true;
|
|
16
|
-
}
|
|
17
|
-
catch {
|
|
18
|
-
return false;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsRelativeJsonPointer = IsRelativeJsonPointer;
|
|
4
|
-
const RelativeJsonPointer = /^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;
|
|
5
|
-
/**
|
|
6
|
-
* Returns true if the value is a relative json pointer
|
|
7
|
-
* @specification
|
|
8
|
-
* @source ajv-formats
|
|
9
|
-
*/
|
|
10
|
-
function IsRelativeJsonPointer(value) {
|
|
11
|
-
return RelativeJsonPointer.test(value);
|
|
12
|
-
}
|
package/build/cjs/format/time.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsTime = IsTime;
|
|
4
|
-
const TIME = /^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(?:Z|([+-])(\d\d):(\d\d))?$/i;
|
|
5
|
-
/**
|
|
6
|
-
* Returns true if the value is a ISO time string
|
|
7
|
-
* @specification
|
|
8
|
-
*/
|
|
9
|
-
function IsTime(value, strictTimeZone = true) {
|
|
10
|
-
const matches = TIME.exec(value);
|
|
11
|
-
if (!matches)
|
|
12
|
-
return false;
|
|
13
|
-
const hr = +matches[1];
|
|
14
|
-
const min = +matches[2];
|
|
15
|
-
const sec = +matches[3];
|
|
16
|
-
const tzSign = matches[4] === '-' ? -1 : 1; // Use matches[4] for sign
|
|
17
|
-
const tzH = +(matches[5] || 0); // tzH is now matches[5]
|
|
18
|
-
const tzM = +(matches[6] || 0); // tzM is now matches[6]
|
|
19
|
-
if (tzH > 23 || tzM > 59)
|
|
20
|
-
return false; // Check for valid hour/minute range in offset
|
|
21
|
-
if (strictTimeZone && !matches[4] && value.toLowerCase().indexOf('z') === -1) {
|
|
22
|
-
// If strictTimeZone is true, and neither 'Z' nor a '+/-' offset was found
|
|
23
|
-
return false;
|
|
24
|
-
}
|
|
25
|
-
if (hr <= 23 && min <= 59 && sec < 60)
|
|
26
|
-
return true;
|
|
27
|
-
const utcMin = min - tzM * tzSign;
|
|
28
|
-
const utcHr = hr - tzH * tzSign - (utcMin < 0 ? 1 : 0);
|
|
29
|
-
return (utcHr === 23 || utcHr === -1) && (utcMin === 59 || utcMin === -1) && sec < 61;
|
|
30
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsUriReference = IsUriReference;
|
|
4
|
-
const UriReference = /^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i;
|
|
5
|
-
/**
|
|
6
|
-
* Returns true if the value is a uri reference
|
|
7
|
-
* @specification
|
|
8
|
-
* @source ajv-formats
|
|
9
|
-
*/
|
|
10
|
-
function IsUriReference(value) {
|
|
11
|
-
return UriReference.test(value);
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// deno-lint-ignore-file
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.IsUriTemplate = IsUriTemplate;
|
|
5
|
-
const UriTemplate = /^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i;
|
|
6
|
-
/**
|
|
7
|
-
* Returns true if the value is a uri template
|
|
8
|
-
* @specification
|
|
9
|
-
* @source ajv-formats
|
|
10
|
-
*/
|
|
11
|
-
function IsUriTemplate(value) {
|
|
12
|
-
return UriTemplate.test(value);
|
|
13
|
-
}
|
package/build/cjs/format/uri.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsUri = IsUri;
|
|
4
|
-
const Uri = /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i;
|
|
5
|
-
/**
|
|
6
|
-
* Returns true if the value is a uri
|
|
7
|
-
* @specification
|
|
8
|
-
* @source ajv-formats
|
|
9
|
-
*/
|
|
10
|
-
function IsUri(value) {
|
|
11
|
-
return Uri.test(value);
|
|
12
|
-
}
|
package/build/cjs/format/url.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsUrl = IsUrl;
|
|
4
|
-
const Url = /^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu;
|
|
5
|
-
/**
|
|
6
|
-
* Returns true if the value is a Url
|
|
7
|
-
* @specification
|
|
8
|
-
* @source ajv-formats
|
|
9
|
-
*/
|
|
10
|
-
function IsUrl(value) {
|
|
11
|
-
return Url.test(value);
|
|
12
|
-
}
|
package/build/cjs/format/uuid.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsUuid = IsUuid;
|
|
4
|
-
const Uuid = /^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i;
|
|
5
|
-
/**
|
|
6
|
-
* Returns true if the value is a uuid
|
|
7
|
-
* @specification
|
|
8
|
-
* @source ajv-formats
|
|
9
|
-
*/
|
|
10
|
-
function IsUuid(value) {
|
|
11
|
-
return Uuid.test(value);
|
|
12
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
export declare function And(left: string, right: string): string;
|
|
2
|
-
export declare function Or(left: string, right: string): string;
|
|
3
|
-
export declare function Not(expr: string): string;
|
|
4
|
-
/** Returns true if this value is an array */
|
|
5
|
-
export declare function IsArray(value: string): string;
|
|
6
|
-
/** Returns true if this value is an async iterator */
|
|
7
|
-
export declare function IsAsyncIterator(value: unknown): string;
|
|
8
|
-
/** Returns true if this value is bigint */
|
|
9
|
-
export declare function IsBigInt(value: string): string;
|
|
10
|
-
/** Returns true if this value is a boolean */
|
|
11
|
-
export declare function IsBoolean(value: string): string;
|
|
12
|
-
/** Returns true if this value is integer */
|
|
13
|
-
export declare function IsInteger(value: string): string;
|
|
14
|
-
/** Returns true if this value is an iterator */
|
|
15
|
-
export declare function IsIterator(value: unknown): string;
|
|
16
|
-
/** Returns true if this value is null */
|
|
17
|
-
export declare function IsNull(value: string): string;
|
|
18
|
-
/** Returns true if this value is number */
|
|
19
|
-
export declare function IsNumber(value: string): string;
|
|
20
|
-
/** Returns true if this value is an object but not an array */
|
|
21
|
-
export declare function IsObjectNotArray(value: string): string;
|
|
22
|
-
/** Returns true if this value is an object */
|
|
23
|
-
export declare function IsObject(value: string): string;
|
|
24
|
-
/** Returns true if this value is string */
|
|
25
|
-
export declare function IsString(value: string): string;
|
|
26
|
-
/** Returns true if this value is symbol */
|
|
27
|
-
export declare function IsSymbol(value: string): string;
|
|
28
|
-
/** Returns true if this value is undefined */
|
|
29
|
-
export declare function IsUndefined(value: string): string;
|
|
30
|
-
export declare function IsFunction(value: unknown): string;
|
|
31
|
-
export declare function IsConstructor(value: unknown): string;
|
|
32
|
-
export declare function IsEqual(left: string, right: string): string;
|
|
33
|
-
export declare function IsGreaterThan(left: string, right: string): string;
|
|
34
|
-
export declare function IsLessThan(left: string, right: string): string;
|
|
35
|
-
export declare function IsLessEqualThan(left: string, right: string): string;
|
|
36
|
-
export declare function IsGreaterEqualThan(left: string, right: string): string;
|
|
37
|
-
export declare function StringGraphemeCount(value: string): string;
|
|
38
|
-
export declare function Every(value: string, offset: string, params: [value: string, index: string], expression: string): string;
|
|
39
|
-
export declare function Entries(value: string): string;
|
|
40
|
-
export declare function Keys(value: string): string;
|
|
41
|
-
export declare function HasPropertyKey(value: string, key: string): string;
|
|
42
|
-
export declare function IsDeepEqual(left: string, right: string): string;
|
|
43
|
-
export declare function ArrayLiteral(elements: string[]): string;
|
|
44
|
-
export declare function ArrowFunction(parameters: string[], body: string): string;
|
|
45
|
-
export declare function Call(value: string, arguments_: string[]): string;
|
|
46
|
-
export declare function New(value: string, arguments_: string[]): string;
|
|
47
|
-
export declare function Member(left: string, right: string): string;
|
|
48
|
-
export declare function Constant(value: bigint | boolean | null | number | string | undefined): string;
|
|
49
|
-
export declare function Ternary(condition: string, true_: string, false_: string): string;
|
|
50
|
-
export declare function Statements(statements: string[]): string;
|
|
51
|
-
export declare function ConstDeclaration(identifier: string, expression: string): string;
|
|
52
|
-
export declare function If(condition: string, then: string): string;
|
|
53
|
-
export declare function Return(expression: string): string;
|
|
54
|
-
export declare function ReduceAnd(operands: string[]): string;
|
|
55
|
-
export declare function ReduceOr(operands: string[]): string;
|
|
56
|
-
export declare function PrefixIncrement(expression: string): string;
|
|
57
|
-
export declare function MultipleOf(dividend: string, divisor: string): string;
|
package/build/cjs/guard/emit.js
DELETED
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.And = And;
|
|
4
|
-
exports.Or = Or;
|
|
5
|
-
exports.Not = Not;
|
|
6
|
-
exports.IsArray = IsArray;
|
|
7
|
-
exports.IsAsyncIterator = IsAsyncIterator;
|
|
8
|
-
exports.IsBigInt = IsBigInt;
|
|
9
|
-
exports.IsBoolean = IsBoolean;
|
|
10
|
-
exports.IsInteger = IsInteger;
|
|
11
|
-
exports.IsIterator = IsIterator;
|
|
12
|
-
exports.IsNull = IsNull;
|
|
13
|
-
exports.IsNumber = IsNumber;
|
|
14
|
-
exports.IsObjectNotArray = IsObjectNotArray;
|
|
15
|
-
exports.IsObject = IsObject;
|
|
16
|
-
exports.IsString = IsString;
|
|
17
|
-
exports.IsSymbol = IsSymbol;
|
|
18
|
-
exports.IsUndefined = IsUndefined;
|
|
19
|
-
exports.IsFunction = IsFunction;
|
|
20
|
-
exports.IsConstructor = IsConstructor;
|
|
21
|
-
exports.IsEqual = IsEqual;
|
|
22
|
-
exports.IsGreaterThan = IsGreaterThan;
|
|
23
|
-
exports.IsLessThan = IsLessThan;
|
|
24
|
-
exports.IsLessEqualThan = IsLessEqualThan;
|
|
25
|
-
exports.IsGreaterEqualThan = IsGreaterEqualThan;
|
|
26
|
-
exports.StringGraphemeCount = StringGraphemeCount;
|
|
27
|
-
exports.Every = Every;
|
|
28
|
-
exports.Entries = Entries;
|
|
29
|
-
exports.Keys = Keys;
|
|
30
|
-
exports.HasPropertyKey = HasPropertyKey;
|
|
31
|
-
exports.IsDeepEqual = IsDeepEqual;
|
|
32
|
-
exports.ArrayLiteral = ArrayLiteral;
|
|
33
|
-
exports.ArrowFunction = ArrowFunction;
|
|
34
|
-
exports.Call = Call;
|
|
35
|
-
exports.New = New;
|
|
36
|
-
exports.Member = Member;
|
|
37
|
-
exports.Constant = Constant;
|
|
38
|
-
exports.Ternary = Ternary;
|
|
39
|
-
exports.Statements = Statements;
|
|
40
|
-
exports.ConstDeclaration = ConstDeclaration;
|
|
41
|
-
exports.If = If;
|
|
42
|
-
exports.Return = Return;
|
|
43
|
-
exports.ReduceAnd = ReduceAnd;
|
|
44
|
-
exports.ReduceOr = ReduceOr;
|
|
45
|
-
exports.PrefixIncrement = PrefixIncrement;
|
|
46
|
-
exports.MultipleOf = MultipleOf;
|
|
47
|
-
const G = require("./guard");
|
|
48
|
-
// ------------------------------------------------------------------
|
|
49
|
-
// Identifier
|
|
50
|
-
// ------------------------------------------------------------------
|
|
51
|
-
const identifierRegExp = /^[\p{ID_Start}_$][\p{ID_Continue}_$\u200C\u200D]*$/u;
|
|
52
|
-
/** Returns true if this value is a valid JavaScript identifier */
|
|
53
|
-
function IsIdentifier(value) {
|
|
54
|
-
return identifierRegExp.test(value);
|
|
55
|
-
}
|
|
56
|
-
// ------------------------------------------------------------------
|
|
57
|
-
// Logical
|
|
58
|
-
// ------------------------------------------------------------------
|
|
59
|
-
function And(left, right) {
|
|
60
|
-
return `(${left} && ${right})`;
|
|
61
|
-
}
|
|
62
|
-
function Or(left, right) {
|
|
63
|
-
return `(${left} || ${right})`;
|
|
64
|
-
}
|
|
65
|
-
function Not(expr) {
|
|
66
|
-
return `!(${expr})`;
|
|
67
|
-
}
|
|
68
|
-
// --------------------------------------------------------------------------
|
|
69
|
-
// Guards
|
|
70
|
-
// --------------------------------------------------------------------------
|
|
71
|
-
/** Returns true if this value is an array */
|
|
72
|
-
function IsArray(value) {
|
|
73
|
-
return `Array.isArray(${value})`;
|
|
74
|
-
}
|
|
75
|
-
/** Returns true if this value is an async iterator */
|
|
76
|
-
function IsAsyncIterator(value) {
|
|
77
|
-
return `Guard.IsAsyncIterator(${value})`;
|
|
78
|
-
}
|
|
79
|
-
/** Returns true if this value is bigint */
|
|
80
|
-
function IsBigInt(value) {
|
|
81
|
-
return `typeof ${value} === "bigint"`;
|
|
82
|
-
}
|
|
83
|
-
/** Returns true if this value is a boolean */
|
|
84
|
-
function IsBoolean(value) {
|
|
85
|
-
return `typeof ${value} === "boolean"`;
|
|
86
|
-
}
|
|
87
|
-
/** Returns true if this value is integer */
|
|
88
|
-
function IsInteger(value) {
|
|
89
|
-
return `Number.isInteger(${value})`;
|
|
90
|
-
}
|
|
91
|
-
/** Returns true if this value is an iterator */
|
|
92
|
-
function IsIterator(value) {
|
|
93
|
-
return `Guard.IsIterator(${value})`;
|
|
94
|
-
}
|
|
95
|
-
/** Returns true if this value is null */
|
|
96
|
-
function IsNull(value) {
|
|
97
|
-
return `${value} === null`;
|
|
98
|
-
}
|
|
99
|
-
/** Returns true if this value is number */
|
|
100
|
-
function IsNumber(value) {
|
|
101
|
-
return `Number.isFinite(${value})`;
|
|
102
|
-
}
|
|
103
|
-
/** Returns true if this value is an object but not an array */
|
|
104
|
-
function IsObjectNotArray(value) {
|
|
105
|
-
return And(IsObject(value), Not(IsArray(value)));
|
|
106
|
-
}
|
|
107
|
-
/** Returns true if this value is an object */
|
|
108
|
-
function IsObject(value) {
|
|
109
|
-
return `typeof ${value} === "object" && ${value} !== null`;
|
|
110
|
-
}
|
|
111
|
-
/** Returns true if this value is string */
|
|
112
|
-
function IsString(value) {
|
|
113
|
-
return `typeof ${value} === "string"`;
|
|
114
|
-
}
|
|
115
|
-
/** Returns true if this value is symbol */
|
|
116
|
-
function IsSymbol(value) {
|
|
117
|
-
return `typeof ${value} === "symbol"`;
|
|
118
|
-
}
|
|
119
|
-
/** Returns true if this value is undefined */
|
|
120
|
-
function IsUndefined(value) {
|
|
121
|
-
return `${value} === undefined`;
|
|
122
|
-
}
|
|
123
|
-
// ------------------------------------------------------------------
|
|
124
|
-
// Functions and Constructors
|
|
125
|
-
// ------------------------------------------------------------------
|
|
126
|
-
function IsFunction(value) {
|
|
127
|
-
return `typeof ${value} === "function"`;
|
|
128
|
-
}
|
|
129
|
-
function IsConstructor(value) {
|
|
130
|
-
return `Guard.IsConstructor(${value})`;
|
|
131
|
-
}
|
|
132
|
-
// ------------------------------------------------------------------
|
|
133
|
-
// Relational
|
|
134
|
-
// ------------------------------------------------------------------
|
|
135
|
-
function IsEqual(left, right) {
|
|
136
|
-
return `${left} === ${right}`;
|
|
137
|
-
}
|
|
138
|
-
function IsGreaterThan(left, right) {
|
|
139
|
-
return `${left} > ${right}`;
|
|
140
|
-
}
|
|
141
|
-
function IsLessThan(left, right) {
|
|
142
|
-
return `${left} < ${right}`;
|
|
143
|
-
}
|
|
144
|
-
function IsLessEqualThan(left, right) {
|
|
145
|
-
return `${left} <= ${right}`;
|
|
146
|
-
}
|
|
147
|
-
function IsGreaterEqualThan(left, right) {
|
|
148
|
-
return `${left} >= ${right}`;
|
|
149
|
-
}
|
|
150
|
-
// --------------------------------------------------------------------------
|
|
151
|
-
// String
|
|
152
|
-
// --------------------------------------------------------------------------
|
|
153
|
-
function StringGraphemeCount(value) {
|
|
154
|
-
return `Guard.StringGraphemeCount(${value})`;
|
|
155
|
-
}
|
|
156
|
-
// --------------------------------------------------------------------------
|
|
157
|
-
// Array
|
|
158
|
-
// --------------------------------------------------------------------------
|
|
159
|
-
function Every(value, offset, params, expression) {
|
|
160
|
-
return G.IsEqual(offset, '0')
|
|
161
|
-
? `${value}.every((${params[0]}, ${params[1]}) => ${expression})`
|
|
162
|
-
: `((value, callback) => { for(let index = ${offset}; index < value.length; index++) if (!callback(value[index], index)) return false; return true })(${value}, (${params[0]}, ${params[1]}) => ${expression})`;
|
|
163
|
-
}
|
|
164
|
-
// --------------------------------------------------------------------------
|
|
165
|
-
// Objects
|
|
166
|
-
// --------------------------------------------------------------------------
|
|
167
|
-
function Entries(value) {
|
|
168
|
-
return `Object.entries(${value})`;
|
|
169
|
-
}
|
|
170
|
-
function Keys(value) {
|
|
171
|
-
return `Object.getOwnPropertyNames(${value})`;
|
|
172
|
-
}
|
|
173
|
-
function HasPropertyKey(value, key) {
|
|
174
|
-
const isProtoField = G.IsEqual(key, '"__proto__"') || G.IsEqual(key, '"toString"') || G.IsEqual(key, '"constructor"');
|
|
175
|
-
return isProtoField ? `Object.prototype.hasOwnProperty.call(${value}, ${key})` : `${key} in ${value}`;
|
|
176
|
-
}
|
|
177
|
-
function IsDeepEqual(left, right) {
|
|
178
|
-
return `Guard.IsDeepEqual(${left}, ${right})`;
|
|
179
|
-
}
|
|
180
|
-
// ------------------------------------------------------------------
|
|
181
|
-
// Expressions
|
|
182
|
-
// ------------------------------------------------------------------
|
|
183
|
-
function ArrayLiteral(elements) {
|
|
184
|
-
return `[${elements.join(', ')}]`;
|
|
185
|
-
}
|
|
186
|
-
function ArrowFunction(parameters, body) {
|
|
187
|
-
return `((${parameters.join(', ')}) => ${body})`;
|
|
188
|
-
}
|
|
189
|
-
function Call(value, arguments_) {
|
|
190
|
-
return `${value}(${arguments_.join(', ')})`;
|
|
191
|
-
}
|
|
192
|
-
function New(value, arguments_) {
|
|
193
|
-
return `new ${value}(${arguments_.join(', ')})`;
|
|
194
|
-
}
|
|
195
|
-
function Member(left, right) {
|
|
196
|
-
return `${left}${IsIdentifier(right) ? `.${right}` : `[${Constant(right)}]`}`;
|
|
197
|
-
}
|
|
198
|
-
function Constant(value) {
|
|
199
|
-
return G.IsString(value) ? JSON.stringify(value) : `${value}`;
|
|
200
|
-
}
|
|
201
|
-
function Ternary(condition, true_, false_) {
|
|
202
|
-
return `${condition} ? ${true_} : ${false_}`;
|
|
203
|
-
}
|
|
204
|
-
// ------------------------------------------------------------------
|
|
205
|
-
// Statements
|
|
206
|
-
// ------------------------------------------------------------------
|
|
207
|
-
function Statements(statements) {
|
|
208
|
-
return `{ ${statements.join('; ')}; }`;
|
|
209
|
-
}
|
|
210
|
-
function ConstDeclaration(identifier, expression) {
|
|
211
|
-
return `const ${identifier} = ${expression}`;
|
|
212
|
-
}
|
|
213
|
-
function If(condition, then) {
|
|
214
|
-
return `if(${condition}) { ${then} }`;
|
|
215
|
-
}
|
|
216
|
-
function Return(expression) {
|
|
217
|
-
return `return ${expression}`;
|
|
218
|
-
}
|
|
219
|
-
// ------------------------------------------------------------------
|
|
220
|
-
// Logical
|
|
221
|
-
// ------------------------------------------------------------------
|
|
222
|
-
function ReduceAnd(operands) {
|
|
223
|
-
return G.IsEqual(operands.length, 0) ? 'true' : operands.reduce((left, right) => And(left, right));
|
|
224
|
-
}
|
|
225
|
-
function ReduceOr(operands) {
|
|
226
|
-
// deno-coverage-ignore - we never observe 0 operands
|
|
227
|
-
return G.IsEqual(operands.length, 0) ? 'false' : operands.reduce((left, right) => Or(left, right));
|
|
228
|
-
}
|
|
229
|
-
// --------------------------------------------------------------------------
|
|
230
|
-
// Arithmatic
|
|
231
|
-
// --------------------------------------------------------------------------
|
|
232
|
-
function PrefixIncrement(expression) {
|
|
233
|
-
return `++${expression}`;
|
|
234
|
-
}
|
|
235
|
-
function MultipleOf(dividend, divisor) {
|
|
236
|
-
return `Guard.IsMultipleOf(${dividend}, ${divisor})`;
|
|
237
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export declare function IsBoolean(value: unknown): value is Boolean;
|
|
2
|
-
export declare function IsNumber(value: unknown): value is Number;
|
|
3
|
-
export declare function IsString(value: unknown): value is String;
|
|
4
|
-
export type TTypeArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array;
|
|
5
|
-
export declare function IsTypeArray(value: unknown): value is TTypeArray;
|
|
6
|
-
/** Returns true if the value is a Int8Array */
|
|
7
|
-
export declare function IsInt8Array(value: unknown): value is Int8Array;
|
|
8
|
-
/** Returns true if the value is a Uint8Array */
|
|
9
|
-
export declare function IsUint8Array(value: unknown): value is Uint8Array;
|
|
10
|
-
/** Returns true if the value is a Uint8ClampedArray */
|
|
11
|
-
export declare function IsUint8ClampedArray(value: unknown): value is Uint8ClampedArray;
|
|
12
|
-
/** Returns true if the value is a Int16Array */
|
|
13
|
-
export declare function IsInt16Array(value: unknown): value is Int16Array;
|
|
14
|
-
/** Returns true if the value is a Uint16Array */
|
|
15
|
-
export declare function IsUint16Array(value: unknown): value is Uint16Array;
|
|
16
|
-
/** Returns true if the value is a Int32Array */
|
|
17
|
-
export declare function IsInt32Array(value: unknown): value is Int32Array;
|
|
18
|
-
/** Returns true if the value is a Uint32Array */
|
|
19
|
-
export declare function IsUint32Array(value: unknown): value is Uint32Array;
|
|
20
|
-
/** Returns true if the value is a Float32Array */
|
|
21
|
-
export declare function IsFloat32Array(value: unknown): value is Float32Array;
|
|
22
|
-
/** Returns true if the value is a Float64Array */
|
|
23
|
-
export declare function IsFloat64Array(value: unknown): value is Float64Array;
|
|
24
|
-
/** Returns true if the value is a BigInt64Array */
|
|
25
|
-
export declare function IsBigInt64Array(value: unknown): value is BigInt64Array;
|
|
26
|
-
/** Returns true if the value is a BigUint64Array */
|
|
27
|
-
export declare function IsBigUint64Array(value: unknown): value is BigUint64Array;
|
|
28
|
-
/** Returns true if the value is a RegExp */
|
|
29
|
-
export declare function IsRegExp(value: unknown): value is globalThis.RegExp;
|
|
30
|
-
/** Returns true if the value is a Date */
|
|
31
|
-
export declare function IsDate(value: unknown): value is globalThis.Date;
|
|
32
|
-
/** Returns true if the value is a Set */
|
|
33
|
-
export declare function IsSet(value: unknown): value is globalThis.Set<unknown>;
|
|
34
|
-
/** Returns true if the value is a Map */
|
|
35
|
-
export declare function IsMap(value: unknown): value is globalThis.Map<unknown, unknown>;
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsBoolean = IsBoolean;
|
|
4
|
-
exports.IsNumber = IsNumber;
|
|
5
|
-
exports.IsString = IsString;
|
|
6
|
-
exports.IsTypeArray = IsTypeArray;
|
|
7
|
-
exports.IsInt8Array = IsInt8Array;
|
|
8
|
-
exports.IsUint8Array = IsUint8Array;
|
|
9
|
-
exports.IsUint8ClampedArray = IsUint8ClampedArray;
|
|
10
|
-
exports.IsInt16Array = IsInt16Array;
|
|
11
|
-
exports.IsUint16Array = IsUint16Array;
|
|
12
|
-
exports.IsInt32Array = IsInt32Array;
|
|
13
|
-
exports.IsUint32Array = IsUint32Array;
|
|
14
|
-
exports.IsFloat32Array = IsFloat32Array;
|
|
15
|
-
exports.IsFloat64Array = IsFloat64Array;
|
|
16
|
-
exports.IsBigInt64Array = IsBigInt64Array;
|
|
17
|
-
exports.IsBigUint64Array = IsBigUint64Array;
|
|
18
|
-
exports.IsRegExp = IsRegExp;
|
|
19
|
-
exports.IsDate = IsDate;
|
|
20
|
-
exports.IsSet = IsSet;
|
|
21
|
-
exports.IsMap = IsMap;
|
|
22
|
-
// --------------------------------------------------------------------------
|
|
23
|
-
// Primitives
|
|
24
|
-
// --------------------------------------------------------------------------
|
|
25
|
-
function IsBoolean(value) {
|
|
26
|
-
return value instanceof Boolean;
|
|
27
|
-
}
|
|
28
|
-
function IsNumber(value) {
|
|
29
|
-
return value instanceof Number;
|
|
30
|
-
}
|
|
31
|
-
function IsString(value) {
|
|
32
|
-
return value instanceof String;
|
|
33
|
-
}
|
|
34
|
-
// --------------------------------------------------------------------------
|
|
35
|
-
// TypeArray
|
|
36
|
-
// --------------------------------------------------------------------------
|
|
37
|
-
function IsTypeArray(value) {
|
|
38
|
-
return globalThis.ArrayBuffer.isView(value);
|
|
39
|
-
}
|
|
40
|
-
/** Returns true if the value is a Int8Array */
|
|
41
|
-
function IsInt8Array(value) {
|
|
42
|
-
return value instanceof globalThis.Int8Array;
|
|
43
|
-
}
|
|
44
|
-
/** Returns true if the value is a Uint8Array */
|
|
45
|
-
function IsUint8Array(value) {
|
|
46
|
-
return value instanceof globalThis.Uint8Array;
|
|
47
|
-
}
|
|
48
|
-
/** Returns true if the value is a Uint8ClampedArray */
|
|
49
|
-
function IsUint8ClampedArray(value) {
|
|
50
|
-
return value instanceof globalThis.Uint8ClampedArray;
|
|
51
|
-
}
|
|
52
|
-
/** Returns true if the value is a Int16Array */
|
|
53
|
-
function IsInt16Array(value) {
|
|
54
|
-
return value instanceof globalThis.Int16Array;
|
|
55
|
-
}
|
|
56
|
-
/** Returns true if the value is a Uint16Array */
|
|
57
|
-
function IsUint16Array(value) {
|
|
58
|
-
return value instanceof globalThis.Uint16Array;
|
|
59
|
-
}
|
|
60
|
-
/** Returns true if the value is a Int32Array */
|
|
61
|
-
function IsInt32Array(value) {
|
|
62
|
-
return value instanceof globalThis.Int32Array;
|
|
63
|
-
}
|
|
64
|
-
/** Returns true if the value is a Uint32Array */
|
|
65
|
-
function IsUint32Array(value) {
|
|
66
|
-
return value instanceof globalThis.Uint32Array;
|
|
67
|
-
}
|
|
68
|
-
/** Returns true if the value is a Float32Array */
|
|
69
|
-
function IsFloat32Array(value) {
|
|
70
|
-
return value instanceof globalThis.Float32Array;
|
|
71
|
-
}
|
|
72
|
-
/** Returns true if the value is a Float64Array */
|
|
73
|
-
function IsFloat64Array(value) {
|
|
74
|
-
return value instanceof globalThis.Float64Array;
|
|
75
|
-
}
|
|
76
|
-
/** Returns true if the value is a BigInt64Array */
|
|
77
|
-
function IsBigInt64Array(value) {
|
|
78
|
-
return value instanceof globalThis.BigInt64Array;
|
|
79
|
-
}
|
|
80
|
-
/** Returns true if the value is a BigUint64Array */
|
|
81
|
-
function IsBigUint64Array(value) {
|
|
82
|
-
return value instanceof globalThis.BigUint64Array;
|
|
83
|
-
}
|
|
84
|
-
// ------------------------------------------------------------------
|
|
85
|
-
// RegExp
|
|
86
|
-
// ------------------------------------------------------------------
|
|
87
|
-
/** Returns true if the value is a RegExp */
|
|
88
|
-
function IsRegExp(value) {
|
|
89
|
-
return value instanceof globalThis.RegExp;
|
|
90
|
-
}
|
|
91
|
-
// ------------------------------------------------------------------
|
|
92
|
-
// Date
|
|
93
|
-
// ------------------------------------------------------------------
|
|
94
|
-
/** Returns true if the value is a Date */
|
|
95
|
-
function IsDate(value) {
|
|
96
|
-
return value instanceof globalThis.Date;
|
|
97
|
-
}
|
|
98
|
-
// ------------------------------------------------------------------
|
|
99
|
-
// Set
|
|
100
|
-
// ------------------------------------------------------------------
|
|
101
|
-
/** Returns true if the value is a Set */
|
|
102
|
-
function IsSet(value) {
|
|
103
|
-
return value instanceof globalThis.Set;
|
|
104
|
-
}
|
|
105
|
-
// ------------------------------------------------------------------
|
|
106
|
-
// Map
|
|
107
|
-
// ------------------------------------------------------------------
|
|
108
|
-
/** Returns true if the value is a Map */
|
|
109
|
-
function IsMap(value) {
|
|
110
|
-
return value instanceof globalThis.Map;
|
|
111
|
-
}
|