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,59 +0,0 @@
|
|
|
1
|
-
/** Returns true if this value is an array */
|
|
2
|
-
export declare function IsArray(value: unknown): value is unknown[];
|
|
3
|
-
/** Returns true if this value is an async iterator */
|
|
4
|
-
export declare function IsAsyncIterator(value: unknown): value is AsyncIterableIterator<unknown>;
|
|
5
|
-
/** Returns true if this value is bigint */
|
|
6
|
-
export declare function IsBigInt(value: unknown): value is bigint;
|
|
7
|
-
/** Returns true if this value is a boolean */
|
|
8
|
-
export declare function IsBoolean(value: unknown): value is boolean;
|
|
9
|
-
/** Returns true if this value is a constructor */
|
|
10
|
-
export declare function IsConstructor(value: unknown): value is new (...args: never[]) => unknown;
|
|
11
|
-
/** Returns true if this value is a function */
|
|
12
|
-
export declare function IsFunction(value: unknown): value is Function;
|
|
13
|
-
/** Returns true if this value is integer */
|
|
14
|
-
export declare function IsInteger(value: unknown): value is number;
|
|
15
|
-
/** Returns true if this value is an iterator */
|
|
16
|
-
export declare function IsIterator(value: unknown): value is IterableIterator<unknown>;
|
|
17
|
-
/** Returns true if this value is null */
|
|
18
|
-
export declare function IsNull(value: unknown): value is null;
|
|
19
|
-
/** Returns true if this value is number */
|
|
20
|
-
export declare function IsNumber(value: unknown): value is number;
|
|
21
|
-
/** Returns true if this value is an object but not an array */
|
|
22
|
-
export declare function IsObjectNotArray(value: unknown): value is Record<PropertyKey, unknown>;
|
|
23
|
-
/** Returns true if this value is an object */
|
|
24
|
-
export declare function IsObject(value: unknown): value is Record<PropertyKey, unknown>;
|
|
25
|
-
/** Returns true if this value is string */
|
|
26
|
-
export declare function IsString(value: unknown): value is string;
|
|
27
|
-
/** Returns true if this value is symbol */
|
|
28
|
-
export declare function IsSymbol(value: unknown): value is symbol;
|
|
29
|
-
/** Returns true if this value is undefined */
|
|
30
|
-
export declare function IsUndefined(value: unknown): value is undefined;
|
|
31
|
-
export declare function IsEqual(left: unknown, right: unknown): boolean;
|
|
32
|
-
export declare function IsGreaterThan<Type extends number | bigint>(left: Type, right: Type): boolean;
|
|
33
|
-
export declare function IsLessThan<Type extends number | bigint>(left: Type, right: Type): boolean;
|
|
34
|
-
export declare function IsLessEqualThan<Type extends number | bigint>(left: Type, right: Type): boolean;
|
|
35
|
-
export declare function IsGreaterEqualThan<Type extends number | bigint>(left: Type, right: Type): boolean;
|
|
36
|
-
export declare function IsMultipleOf(dividend: bigint | number, divisor: bigint | number): boolean;
|
|
37
|
-
/** Returns true if the value appears to be an instance of a class. */
|
|
38
|
-
export declare function IsClassInstance(value: unknown): boolean;
|
|
39
|
-
export declare function IsValueLike(value: unknown): value is bigint | boolean | null | number | string | undefined;
|
|
40
|
-
/** Returns the number of Unicode Grapheme Clusters */
|
|
41
|
-
export declare function StringGraphemeCount(value: string): number;
|
|
42
|
-
export declare function Every<T>(value: T[], offset: number, callback: (value: T, index: number) => boolean): boolean;
|
|
43
|
-
export declare function EveryAll<T>(value: T[], offset: number, callback: (value: T, index: number) => boolean): boolean;
|
|
44
|
-
/** Returns true if this value has this property key */
|
|
45
|
-
export declare function HasPropertyKey<Key extends PropertyKey>(value: object, key: Key): value is {
|
|
46
|
-
[_ in Key]: unknown;
|
|
47
|
-
};
|
|
48
|
-
/** Returns object entries as `[RegExp, Value][]` */
|
|
49
|
-
export declare function EntriesRegExp<Value extends unknown = unknown>(value: Record<PropertyKey, Value>): [RegExp, Value][];
|
|
50
|
-
/** Returns object entries as `[string, Value][]` */
|
|
51
|
-
export declare function Entries<Value extends unknown = unknown>(value: Record<PropertyKey, Value>): [string, Value][];
|
|
52
|
-
/** Returns the property keys for this object via `Object.getOwnPropertyKeys({ ... })` */
|
|
53
|
-
export declare function Keys(value: Record<PropertyKey, unknown>): string[];
|
|
54
|
-
/** Returns the property keys for this object via `Object.getOwnPropertyKeys({ ... })` */
|
|
55
|
-
export declare function Symbols(value: Record<PropertyKey, unknown>): symbol[];
|
|
56
|
-
/** Returns the property values for the given object via `Object.values()` */
|
|
57
|
-
export declare function Values(value: Record<PropertyKey, unknown>): unknown[];
|
|
58
|
-
/** Tests values for deep equality */
|
|
59
|
-
export declare function IsDeepEqual(left: unknown, right: unknown): boolean;
|
package/build/cjs/guard/guard.js
DELETED
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsArray = IsArray;
|
|
4
|
-
exports.IsAsyncIterator = IsAsyncIterator;
|
|
5
|
-
exports.IsBigInt = IsBigInt;
|
|
6
|
-
exports.IsBoolean = IsBoolean;
|
|
7
|
-
exports.IsConstructor = IsConstructor;
|
|
8
|
-
exports.IsFunction = IsFunction;
|
|
9
|
-
exports.IsInteger = IsInteger;
|
|
10
|
-
exports.IsIterator = IsIterator;
|
|
11
|
-
exports.IsNull = IsNull;
|
|
12
|
-
exports.IsNumber = IsNumber;
|
|
13
|
-
exports.IsObjectNotArray = IsObjectNotArray;
|
|
14
|
-
exports.IsObject = IsObject;
|
|
15
|
-
exports.IsString = IsString;
|
|
16
|
-
exports.IsSymbol = IsSymbol;
|
|
17
|
-
exports.IsUndefined = IsUndefined;
|
|
18
|
-
exports.IsEqual = IsEqual;
|
|
19
|
-
exports.IsGreaterThan = IsGreaterThan;
|
|
20
|
-
exports.IsLessThan = IsLessThan;
|
|
21
|
-
exports.IsLessEqualThan = IsLessEqualThan;
|
|
22
|
-
exports.IsGreaterEqualThan = IsGreaterEqualThan;
|
|
23
|
-
exports.IsMultipleOf = IsMultipleOf;
|
|
24
|
-
exports.IsClassInstance = IsClassInstance;
|
|
25
|
-
exports.IsValueLike = IsValueLike;
|
|
26
|
-
exports.StringGraphemeCount = StringGraphemeCount;
|
|
27
|
-
exports.Every = Every;
|
|
28
|
-
exports.EveryAll = EveryAll;
|
|
29
|
-
exports.HasPropertyKey = HasPropertyKey;
|
|
30
|
-
exports.EntriesRegExp = EntriesRegExp;
|
|
31
|
-
exports.Entries = Entries;
|
|
32
|
-
exports.Keys = Keys;
|
|
33
|
-
exports.Symbols = Symbols;
|
|
34
|
-
exports.Values = Values;
|
|
35
|
-
exports.IsDeepEqual = IsDeepEqual;
|
|
36
|
-
// --------------------------------------------------------------------------
|
|
37
|
-
// Guards
|
|
38
|
-
// --------------------------------------------------------------------------
|
|
39
|
-
/** Returns true if this value is an array */
|
|
40
|
-
function IsArray(value) {
|
|
41
|
-
return Array.isArray(value);
|
|
42
|
-
}
|
|
43
|
-
/** Returns true if this value is an async iterator */
|
|
44
|
-
function IsAsyncIterator(value) {
|
|
45
|
-
return IsObject(value) && Symbol.asyncIterator in value;
|
|
46
|
-
}
|
|
47
|
-
/** Returns true if this value is bigint */
|
|
48
|
-
function IsBigInt(value) {
|
|
49
|
-
return IsEqual(typeof value, 'bigint');
|
|
50
|
-
}
|
|
51
|
-
/** Returns true if this value is a boolean */
|
|
52
|
-
function IsBoolean(value) {
|
|
53
|
-
return IsEqual(typeof value, 'boolean');
|
|
54
|
-
}
|
|
55
|
-
/** Returns true if this value is a constructor */
|
|
56
|
-
function IsConstructor(value) {
|
|
57
|
-
if (IsUndefined(value) || !IsFunction(value))
|
|
58
|
-
return false;
|
|
59
|
-
const result = Function.prototype.toString.call(value);
|
|
60
|
-
if (/^class\s/.test(result))
|
|
61
|
-
return true;
|
|
62
|
-
if (/\[native code\]/.test(result))
|
|
63
|
-
return true;
|
|
64
|
-
return false;
|
|
65
|
-
}
|
|
66
|
-
/** Returns true if this value is a function */
|
|
67
|
-
function IsFunction(value) {
|
|
68
|
-
return IsEqual(typeof value, 'function');
|
|
69
|
-
}
|
|
70
|
-
/** Returns true if this value is integer */
|
|
71
|
-
function IsInteger(value) {
|
|
72
|
-
return Number.isInteger(value);
|
|
73
|
-
}
|
|
74
|
-
/** Returns true if this value is an iterator */
|
|
75
|
-
function IsIterator(value) {
|
|
76
|
-
return IsObject(value) && Symbol.iterator in value;
|
|
77
|
-
}
|
|
78
|
-
/** Returns true if this value is null */
|
|
79
|
-
function IsNull(value) {
|
|
80
|
-
return IsEqual(value, null);
|
|
81
|
-
}
|
|
82
|
-
/** Returns true if this value is number */
|
|
83
|
-
function IsNumber(value) {
|
|
84
|
-
return Number.isFinite(value);
|
|
85
|
-
}
|
|
86
|
-
/** Returns true if this value is an object but not an array */
|
|
87
|
-
function IsObjectNotArray(value) {
|
|
88
|
-
return IsObject(value) && !IsArray(value);
|
|
89
|
-
}
|
|
90
|
-
/** Returns true if this value is an object */
|
|
91
|
-
function IsObject(value) {
|
|
92
|
-
return IsEqual(typeof value, 'object') && !(IsNull(value));
|
|
93
|
-
}
|
|
94
|
-
/** Returns true if this value is string */
|
|
95
|
-
function IsString(value) {
|
|
96
|
-
return IsEqual(typeof value, 'string');
|
|
97
|
-
}
|
|
98
|
-
/** Returns true if this value is symbol */
|
|
99
|
-
function IsSymbol(value) {
|
|
100
|
-
return IsEqual(typeof value, 'symbol');
|
|
101
|
-
}
|
|
102
|
-
/** Returns true if this value is undefined */
|
|
103
|
-
function IsUndefined(value) {
|
|
104
|
-
return IsEqual(value, undefined);
|
|
105
|
-
}
|
|
106
|
-
// --------------------------------------------------------------------------
|
|
107
|
-
// Relational
|
|
108
|
-
// --------------------------------------------------------------------------
|
|
109
|
-
function IsEqual(left, right) {
|
|
110
|
-
return left === right;
|
|
111
|
-
}
|
|
112
|
-
function IsGreaterThan(left, right) {
|
|
113
|
-
return left > right;
|
|
114
|
-
}
|
|
115
|
-
function IsLessThan(left, right) {
|
|
116
|
-
return left < right;
|
|
117
|
-
}
|
|
118
|
-
function IsLessEqualThan(left, right) {
|
|
119
|
-
return left <= right;
|
|
120
|
-
}
|
|
121
|
-
function IsGreaterEqualThan(left, right) {
|
|
122
|
-
return left >= right;
|
|
123
|
-
}
|
|
124
|
-
// --------------------------------------------------------------------------
|
|
125
|
-
// MultipleOf
|
|
126
|
-
// --------------------------------------------------------------------------
|
|
127
|
-
function IsMultipleOf(dividend, divisor) {
|
|
128
|
-
if (IsBigInt(dividend) || IsBigInt(divisor)) {
|
|
129
|
-
return BigInt(dividend) % BigInt(divisor) === 0n;
|
|
130
|
-
}
|
|
131
|
-
const tolerance = 1e-10;
|
|
132
|
-
if (!IsNumber(dividend))
|
|
133
|
-
return true;
|
|
134
|
-
if (IsInteger(dividend) && (1 / divisor) % 1 === 0)
|
|
135
|
-
return true;
|
|
136
|
-
const mod = dividend % divisor;
|
|
137
|
-
return Math.min(Math.abs(mod), Math.abs(mod - divisor)) < tolerance;
|
|
138
|
-
}
|
|
139
|
-
// ------------------------------------------------------------------
|
|
140
|
-
// IsClassInstance
|
|
141
|
-
// ------------------------------------------------------------------
|
|
142
|
-
/** Returns true if the value appears to be an instance of a class. */
|
|
143
|
-
function IsClassInstance(value) {
|
|
144
|
-
if (!IsObject(value))
|
|
145
|
-
return false;
|
|
146
|
-
const proto = globalThis.Object.getPrototypeOf(value);
|
|
147
|
-
if (IsNull(proto))
|
|
148
|
-
return false;
|
|
149
|
-
return IsEqual(typeof proto.constructor, 'function') &&
|
|
150
|
-
!(IsEqual(proto.constructor, globalThis.Object) ||
|
|
151
|
-
IsEqual(proto.constructor.name, 'Object'));
|
|
152
|
-
}
|
|
153
|
-
// ------------------------------------------------------------------
|
|
154
|
-
// IsValueLike
|
|
155
|
-
// ------------------------------------------------------------------
|
|
156
|
-
function IsValueLike(value) {
|
|
157
|
-
return IsBigInt(value) ||
|
|
158
|
-
IsBoolean(value) ||
|
|
159
|
-
IsNull(value) ||
|
|
160
|
-
IsNumber(value) ||
|
|
161
|
-
IsString(value) ||
|
|
162
|
-
IsUndefined(value);
|
|
163
|
-
}
|
|
164
|
-
// --------------------------------------------------------------------------
|
|
165
|
-
// String
|
|
166
|
-
// --------------------------------------------------------------------------
|
|
167
|
-
/** Returns the number of Unicode Grapheme Clusters */
|
|
168
|
-
function StringGraphemeCount(value) {
|
|
169
|
-
return Array.from(value).length;
|
|
170
|
-
}
|
|
171
|
-
// --------------------------------------------------------------------------
|
|
172
|
-
// Array
|
|
173
|
-
// --------------------------------------------------------------------------
|
|
174
|
-
function Every(value, offset, callback) {
|
|
175
|
-
for (let index = offset; index < value.length; index++) {
|
|
176
|
-
if (!callback(value[index], index))
|
|
177
|
-
return false;
|
|
178
|
-
}
|
|
179
|
-
return true;
|
|
180
|
-
}
|
|
181
|
-
function EveryAll(value, offset, callback) {
|
|
182
|
-
let result = true;
|
|
183
|
-
for (let index = offset; index < value.length; index++) {
|
|
184
|
-
if (!callback(value[index], index))
|
|
185
|
-
result = false;
|
|
186
|
-
}
|
|
187
|
-
return result;
|
|
188
|
-
}
|
|
189
|
-
// --------------------------------------------------------------------------
|
|
190
|
-
// Object
|
|
191
|
-
// --------------------------------------------------------------------------
|
|
192
|
-
/** Returns true if this value has this property key */
|
|
193
|
-
function HasPropertyKey(value, key) {
|
|
194
|
-
return Object.prototype.hasOwnProperty.call(value, key);
|
|
195
|
-
}
|
|
196
|
-
/** Returns object entries as `[RegExp, Value][]` */
|
|
197
|
-
function EntriesRegExp(value) {
|
|
198
|
-
return Keys(value).map((key) => [new RegExp(`^${key}$`), value[key]]);
|
|
199
|
-
}
|
|
200
|
-
/** Returns object entries as `[string, Value][]` */
|
|
201
|
-
function Entries(value) {
|
|
202
|
-
return Object.entries(value);
|
|
203
|
-
}
|
|
204
|
-
/** Returns the property keys for this object via `Object.getOwnPropertyKeys({ ... })` */
|
|
205
|
-
function Keys(value) {
|
|
206
|
-
return Object.getOwnPropertyNames(value);
|
|
207
|
-
}
|
|
208
|
-
/** Returns the property keys for this object via `Object.getOwnPropertyKeys({ ... })` */
|
|
209
|
-
function Symbols(value) {
|
|
210
|
-
return Object.getOwnPropertySymbols(value);
|
|
211
|
-
}
|
|
212
|
-
/** Returns the property values for the given object via `Object.values()` */
|
|
213
|
-
function Values(value) {
|
|
214
|
-
return Object.values(value);
|
|
215
|
-
}
|
|
216
|
-
// ------------------------------------------------------------------
|
|
217
|
-
// IsDeepEqual
|
|
218
|
-
// ------------------------------------------------------------------
|
|
219
|
-
function DeepEqualObject(left, right) {
|
|
220
|
-
if (!IsObject(right))
|
|
221
|
-
return false;
|
|
222
|
-
const keys = Keys(left);
|
|
223
|
-
return IsEqual(keys.length, Keys(right).length) &&
|
|
224
|
-
keys.every((key) => IsDeepEqual(left[key], right[key]));
|
|
225
|
-
}
|
|
226
|
-
function DeepEqualArray(left, right) {
|
|
227
|
-
return IsArray(right) && IsEqual(left.length, right.length) &&
|
|
228
|
-
left.every((_, index) => IsDeepEqual(left[index], right[index]));
|
|
229
|
-
}
|
|
230
|
-
/** Tests values for deep equality */
|
|
231
|
-
function IsDeepEqual(left, right) {
|
|
232
|
-
return (IsArray(left) ? DeepEqualArray(left, right) : IsObject(left) ? DeepEqualObject(left, right) : IsEqual(left, right));
|
|
233
|
-
}
|
package/build/cjs/guard/index.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Guard = exports.NativeGuard = exports.GlobalsGuard = exports.EmitGuard = void 0;
|
|
4
|
-
exports.EmitGuard = require("./emit");
|
|
5
|
-
exports.GlobalsGuard = require("./globals");
|
|
6
|
-
exports.NativeGuard = require("./native");
|
|
7
|
-
const Guard = require("./guard");
|
|
8
|
-
exports.Guard = require("./guard");
|
|
9
|
-
exports.default = Guard;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/** Returns true if this value is a F32 */
|
|
2
|
-
export declare function IsF32(value: unknown): value is number;
|
|
3
|
-
/** Returns true if this value is a F64 */
|
|
4
|
-
export declare function IsF64(value: unknown): value is number;
|
|
5
|
-
/** Returns true if this value is a U8 */
|
|
6
|
-
export declare function IsU8(value: unknown): value is number;
|
|
7
|
-
/** Returns true if this value is a U16 */
|
|
8
|
-
export declare function IsU16(value: unknown): value is number;
|
|
9
|
-
/** Returns true if this value is a U32 */
|
|
10
|
-
export declare function IsU32(value: unknown): value is number;
|
|
11
|
-
/** Returns true if this value is a U64 */
|
|
12
|
-
export declare function IsU64(value: unknown): value is number;
|
|
13
|
-
/** Returns true if this value is a I8 */
|
|
14
|
-
export declare function IsI8(value: unknown): value is number;
|
|
15
|
-
/** Returns true if this value is a I16 */
|
|
16
|
-
export declare function IsI16(value: unknown): value is number;
|
|
17
|
-
/** Returns true if this value is a I32 */
|
|
18
|
-
export declare function IsI32(value: unknown): value is number;
|
|
19
|
-
/** Returns true if this value is a I64 */
|
|
20
|
-
export declare function IsI64(value: unknown): value is number | bigint;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IsF32 = IsF32;
|
|
4
|
-
exports.IsF64 = IsF64;
|
|
5
|
-
exports.IsU8 = IsU8;
|
|
6
|
-
exports.IsU16 = IsU16;
|
|
7
|
-
exports.IsU32 = IsU32;
|
|
8
|
-
exports.IsU64 = IsU64;
|
|
9
|
-
exports.IsI8 = IsI8;
|
|
10
|
-
exports.IsI16 = IsI16;
|
|
11
|
-
exports.IsI32 = IsI32;
|
|
12
|
-
exports.IsI64 = IsI64;
|
|
13
|
-
const Guard = require("./guard");
|
|
14
|
-
// --------------------------------------------------------------------------
|
|
15
|
-
// Native
|
|
16
|
-
// --------------------------------------------------------------------------
|
|
17
|
-
/** Returns true if this value is a F32 */
|
|
18
|
-
function IsF32(value) {
|
|
19
|
-
return Guard.IsNumber(value) &&
|
|
20
|
-
Guard.IsEqual(value, Math.fround(value));
|
|
21
|
-
}
|
|
22
|
-
/** Returns true if this value is a F64 */
|
|
23
|
-
function IsF64(value) {
|
|
24
|
-
return Guard.IsNumber(value);
|
|
25
|
-
}
|
|
26
|
-
/** Returns true if this value is a U8 */
|
|
27
|
-
function IsU8(value) {
|
|
28
|
-
return Guard.IsInteger(value) &&
|
|
29
|
-
Guard.IsGreaterEqualThan(value, 0) &&
|
|
30
|
-
Guard.IsLessEqualThan(value, 255);
|
|
31
|
-
}
|
|
32
|
-
/** Returns true if this value is a U16 */
|
|
33
|
-
function IsU16(value) {
|
|
34
|
-
return Guard.IsInteger(value) &&
|
|
35
|
-
Guard.IsGreaterEqualThan(value, 0) &&
|
|
36
|
-
Guard.IsLessEqualThan(value, 65535);
|
|
37
|
-
}
|
|
38
|
-
/** Returns true if this value is a U32 */
|
|
39
|
-
function IsU32(value) {
|
|
40
|
-
return Guard.IsInteger(value) &&
|
|
41
|
-
Guard.IsGreaterEqualThan(value, 0) &&
|
|
42
|
-
Guard.IsLessEqualThan(value, 4294967295);
|
|
43
|
-
}
|
|
44
|
-
/** Returns true if this value is a U64 */
|
|
45
|
-
function IsU64(value) {
|
|
46
|
-
return Guard.IsInteger(value) &&
|
|
47
|
-
Guard.IsGreaterEqualThan(value, 0);
|
|
48
|
-
}
|
|
49
|
-
/** Returns true if this value is a I8 */
|
|
50
|
-
function IsI8(value) {
|
|
51
|
-
return Guard.IsInteger(value) &&
|
|
52
|
-
Guard.IsGreaterEqualThan(value, -128) &&
|
|
53
|
-
Guard.IsLessEqualThan(value, 127);
|
|
54
|
-
}
|
|
55
|
-
/** Returns true if this value is a I16 */
|
|
56
|
-
function IsI16(value) {
|
|
57
|
-
return Guard.IsInteger(value) &&
|
|
58
|
-
Guard.IsGreaterEqualThan(value, -32768) &&
|
|
59
|
-
Guard.IsLessEqualThan(value, 32767);
|
|
60
|
-
}
|
|
61
|
-
/** Returns true if this value is a I32 */
|
|
62
|
-
function IsI32(value) {
|
|
63
|
-
return Guard.IsInteger(value) &&
|
|
64
|
-
Guard.IsGreaterEqualThan(value, -2147483648) &&
|
|
65
|
-
Guard.IsLessEqualThan(value, 2147483647);
|
|
66
|
-
}
|
|
67
|
-
/** Returns true if this value is a I64 */
|
|
68
|
-
function IsI64(value) {
|
|
69
|
-
return Guard.IsBigInt(value) &&
|
|
70
|
-
Guard.IsGreaterEqualThan(value, BigInt('-9223372036854775808')) &&
|
|
71
|
-
Guard.IsLessEqualThan(value, BigInt('9223372036854775807'));
|
|
72
|
-
}
|
package/build/cjs/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './type/action/index';
|
|
2
|
-
export * from './type/engine/index';
|
|
3
|
-
export * from './type/extends/index';
|
|
4
|
-
export * from './type/script/index';
|
|
5
|
-
export * from './type/types/index';
|
|
6
|
-
export * as Type from './typebox';
|
|
7
|
-
import * as Type from './typebox';
|
|
8
|
-
export default Type;
|
package/build/cjs/index.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.Type = void 0;
|
|
18
|
-
// ------------------------------------------------------------------
|
|
19
|
-
// Standard
|
|
20
|
-
// ------------------------------------------------------------------
|
|
21
|
-
__exportStar(require("./type/action/index"), exports);
|
|
22
|
-
__exportStar(require("./type/engine/index"), exports);
|
|
23
|
-
__exportStar(require("./type/extends/index"), exports);
|
|
24
|
-
__exportStar(require("./type/script/index"), exports);
|
|
25
|
-
__exportStar(require("./type/types/index"), exports);
|
|
26
|
-
// ------------------------------------------------------------------
|
|
27
|
-
// TypeBox
|
|
28
|
-
// ------------------------------------------------------------------
|
|
29
|
-
exports.Type = require("./typebox");
|
|
30
|
-
const Type = require("./typebox");
|
|
31
|
-
exports.default = Type;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as Engine from './engine/index';
|
|
2
|
-
import { type XSchemaLike } from './types/index';
|
|
3
|
-
export type CheckFunction = (value: unknown) => boolean;
|
|
4
|
-
export interface EvaluateResult {
|
|
5
|
-
IsEvaluated: boolean;
|
|
6
|
-
Code: string;
|
|
7
|
-
Check: CheckFunction;
|
|
8
|
-
}
|
|
9
|
-
export declare class BuildResult {
|
|
10
|
-
private readonly context;
|
|
11
|
-
private readonly schema;
|
|
12
|
-
private readonly external;
|
|
13
|
-
private readonly functions;
|
|
14
|
-
private readonly call;
|
|
15
|
-
private readonly useUnevaluated;
|
|
16
|
-
constructor(context: Record<PropertyKey, XSchemaLike>, schema: XSchemaLike, external: Engine.TExternal, functions: string[], call: string, useUnevaluated: boolean);
|
|
17
|
-
/** Returns the Context used for this build */
|
|
18
|
-
Context(): Record<PropertyKey, XSchemaLike>;
|
|
19
|
-
/** Returns the Schema used for this build */
|
|
20
|
-
Schema(): XSchemaLike;
|
|
21
|
-
/** Returns true if this build requires a Unevaluated context */
|
|
22
|
-
UseUnevaluated(): boolean;
|
|
23
|
-
/** Returns external variables */
|
|
24
|
-
External(): Engine.TExternal;
|
|
25
|
-
/** Returns check functions */
|
|
26
|
-
Functions(): string[];
|
|
27
|
-
/** Return entry function call. */
|
|
28
|
-
Call(): string;
|
|
29
|
-
/** Evaluates the build into a validation function */
|
|
30
|
-
Evaluate(): EvaluateResult;
|
|
31
|
-
}
|
|
32
|
-
/** Builds a schema into a optimized runtime validator */
|
|
33
|
-
export declare function Build(schema: XSchemaLike): BuildResult;
|
|
34
|
-
/** Builds a schema into a optimized runtime validator */
|
|
35
|
-
export declare function Build(context: Record<PropertyKey, XSchemaLike>, schema: XSchemaLike): BuildResult;
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// deno-fmt-ignore-file
|
|
3
|
-
// deno-lint-ignore-file
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.BuildResult = void 0;
|
|
6
|
-
exports.Build = Build;
|
|
7
|
-
const index_1 = require("../system/arguments/index");
|
|
8
|
-
const index_2 = require("../system/environment/index");
|
|
9
|
-
const index_3 = require("../system/hashing/index");
|
|
10
|
-
const index_4 = require("../guard/index");
|
|
11
|
-
const index_5 = require("../format/index");
|
|
12
|
-
const Engine = require("./engine/index");
|
|
13
|
-
// ------------------------------------------------------------------
|
|
14
|
-
// CreateCode
|
|
15
|
-
// ------------------------------------------------------------------
|
|
16
|
-
function CreateCode(build) {
|
|
17
|
-
const functions = build.Functions().join(';\n');
|
|
18
|
-
const statements = build.UseUnevaluated()
|
|
19
|
-
? ['const context = new CheckContext({}, {})', `return ${build.Call()}`]
|
|
20
|
-
: [`return ${build.Call()}`];
|
|
21
|
-
return `${functions}; return (value) => { ${statements.join('; ')} }`;
|
|
22
|
-
}
|
|
23
|
-
// ------------------------------------------------------------------
|
|
24
|
-
// CreateEvaluatedCheck
|
|
25
|
-
// ------------------------------------------------------------------
|
|
26
|
-
function CreateEvaluatedCheck(build, code) {
|
|
27
|
-
const factory = new globalThis.Function('CheckContext', 'Guard', 'Format', 'Hashing', build.External().identifier, code);
|
|
28
|
-
return factory(Engine.CheckContext, index_4.Guard, index_5.Format, index_3.Hashing, build.External().variables);
|
|
29
|
-
}
|
|
30
|
-
// ------------------------------------------------------------------
|
|
31
|
-
// CreateDynamicCheck
|
|
32
|
-
// ------------------------------------------------------------------
|
|
33
|
-
function CreateDynamicCheck(build) {
|
|
34
|
-
const context = new Engine.CheckContext(build.Context(), build.Schema());
|
|
35
|
-
return (value) => Engine.CheckSchema(context, build.Schema(), value);
|
|
36
|
-
}
|
|
37
|
-
// ------------------------------------------------------------------
|
|
38
|
-
// CreateCheck
|
|
39
|
-
// ------------------------------------------------------------------
|
|
40
|
-
function CreateCheck(build, code) {
|
|
41
|
-
return index_2.Environment.CanEvaluate()
|
|
42
|
-
? CreateEvaluatedCheck(build, code)
|
|
43
|
-
: CreateDynamicCheck(build);
|
|
44
|
-
}
|
|
45
|
-
// ------------------------------------------------------------------
|
|
46
|
-
// BuildResult
|
|
47
|
-
// ------------------------------------------------------------------
|
|
48
|
-
class BuildResult {
|
|
49
|
-
constructor(context, schema, external, functions, call, useUnevaluated) {
|
|
50
|
-
this.context = context;
|
|
51
|
-
this.schema = schema;
|
|
52
|
-
this.external = external;
|
|
53
|
-
this.functions = functions;
|
|
54
|
-
this.call = call;
|
|
55
|
-
this.useUnevaluated = useUnevaluated;
|
|
56
|
-
}
|
|
57
|
-
/** Returns the Context used for this build */
|
|
58
|
-
Context() {
|
|
59
|
-
return this.context;
|
|
60
|
-
}
|
|
61
|
-
/** Returns the Schema used for this build */
|
|
62
|
-
Schema() {
|
|
63
|
-
return this.schema;
|
|
64
|
-
}
|
|
65
|
-
/** Returns true if this build requires a Unevaluated context */
|
|
66
|
-
UseUnevaluated() {
|
|
67
|
-
return this.useUnevaluated;
|
|
68
|
-
}
|
|
69
|
-
/** Returns external variables */
|
|
70
|
-
External() {
|
|
71
|
-
return this.external;
|
|
72
|
-
}
|
|
73
|
-
/** Returns check functions */
|
|
74
|
-
Functions() {
|
|
75
|
-
return this.functions;
|
|
76
|
-
}
|
|
77
|
-
/** Return entry function call. */
|
|
78
|
-
Call() {
|
|
79
|
-
return this.call;
|
|
80
|
-
}
|
|
81
|
-
/** Evaluates the build into a validation function */
|
|
82
|
-
Evaluate() {
|
|
83
|
-
const Code = CreateCode(this);
|
|
84
|
-
const Check = CreateCheck(this, Code);
|
|
85
|
-
return { IsEvaluated: index_2.Environment.CanEvaluate(), Code, Check };
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
exports.BuildResult = BuildResult;
|
|
89
|
-
/** Builds a schema into a optimized runtime validator */
|
|
90
|
-
function Build(...args) {
|
|
91
|
-
const [context, schema] = index_1.Arguments.Match(args, {
|
|
92
|
-
2: (context, schema) => [context, schema],
|
|
93
|
-
1: (schema) => [{}, schema]
|
|
94
|
-
});
|
|
95
|
-
Engine.ResetExternal();
|
|
96
|
-
Engine.ResetFunctions();
|
|
97
|
-
const build = new Engine.BuildContext(context, schema, Engine.HasUnevaluated(context, schema));
|
|
98
|
-
const call = Engine.CreateFunction(build, schema, 'value');
|
|
99
|
-
const functions = Engine.GetFunctions();
|
|
100
|
-
const externals = Engine.GetExternal();
|
|
101
|
-
return new BuildResult(context, schema, externals, functions, call, build.UseUnevaluated());
|
|
102
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { XSchemaLike } from './types/index';
|
|
2
|
-
/** Checks a value against the provided schema */
|
|
3
|
-
export declare function Check(schema: XSchemaLike, value: unknown): boolean;
|
|
4
|
-
/** Checks a value against the provided schema */
|
|
5
|
-
export declare function Check(context: Record<PropertyKey, XSchemaLike>, schema: XSchemaLike, value: unknown): boolean;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// deno-fmt-ignore-file
|
|
3
|
-
// deno-lint-ignore-file
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Check = Check;
|
|
6
|
-
const index_1 = require("../system/arguments/index");
|
|
7
|
-
const index_2 = require("./engine/index");
|
|
8
|
-
/** Checks a value against the provided schema */
|
|
9
|
-
function Check(...args) {
|
|
10
|
-
const [context, schema, value] = index_1.Arguments.Match(args, {
|
|
11
|
-
3: (context, schema, value) => [context, schema, value],
|
|
12
|
-
2: (schema, value) => [{}, schema, value]
|
|
13
|
-
});
|
|
14
|
-
return (0, index_2.CheckSchema)(new index_2.CheckContext(context, schema), schema, value);
|
|
15
|
-
}
|