inferred-types 0.51.0 → 0.51.2
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/LICENSE +20 -0
- package/README.md +138 -2
- package/dist/constants/Alpha.d.ts +13 -0
- package/dist/constants/Alpha.d.ts.map +1 -0
- package/dist/constants/Alpha.js +19 -0
- package/dist/constants/Books.d.ts +2 -0
- package/dist/constants/Books.d.ts.map +1 -0
- package/dist/constants/Books.js +8 -0
- package/dist/constants/Characters.d.ts +2 -0
- package/dist/constants/Characters.d.ts.map +1 -0
- package/dist/constants/Characters.js +6 -0
- package/dist/constants/Comma.d.ts +16 -0
- package/dist/constants/Comma.d.ts.map +1 -0
- package/dist/constants/Comma.js +10 -0
- package/dist/constants/CommonObjProps.d.ts +12 -0
- package/dist/constants/CommonObjProps.d.ts.map +1 -0
- package/dist/constants/CommonObjProps.js +3 -0
- package/dist/constants/Consonants.d.ts +2 -0
- package/dist/constants/Consonants.d.ts.map +1 -0
- package/dist/constants/Consonants.js +23 -0
- package/dist/constants/Constant.d.ts +11 -0
- package/dist/constants/Constant.d.ts.map +1 -0
- package/dist/constants/Constant.js +1 -0
- package/dist/constants/DateTime.d.ts +13 -0
- package/dist/constants/DateTime.d.ts.map +1 -0
- package/dist/constants/DateTime.js +38 -0
- package/dist/constants/FalsyValues.d.ts +8 -0
- package/dist/constants/FalsyValues.d.ts.map +1 -0
- package/dist/constants/FalsyValues.js +9 -0
- package/dist/constants/Functional.d.ts +19 -0
- package/dist/constants/Functional.d.ts.map +1 -0
- package/dist/constants/Functional.js +18 -0
- package/dist/constants/Geo.d.ts +386 -0
- package/dist/constants/Geo.d.ts.map +1 -0
- package/dist/constants/Geo.js +95 -0
- package/dist/constants/HashTable.d.ts +199 -0
- package/dist/constants/HashTable.d.ts.map +1 -0
- package/dist/constants/HashTable.js +121 -0
- package/dist/constants/ISO3166.d.ts +715 -0
- package/dist/constants/ISO3166.d.ts.map +1 -0
- package/dist/constants/ISO3166.js +147 -0
- package/dist/constants/Images.d.ts +42 -0
- package/dist/constants/Images.d.ts.map +1 -0
- package/dist/constants/Images.js +12 -0
- package/dist/constants/Marked.d.ts +9 -0
- package/dist/constants/Marked.d.ts.map +1 -0
- package/dist/constants/Marked.js +2 -0
- package/dist/constants/Markers.d.ts +82 -0
- package/dist/constants/Markers.d.ts.map +1 -0
- package/dist/constants/Markers.js +22 -0
- package/dist/constants/Metrics.d.ts +374 -0
- package/dist/constants/Metrics.d.ts.map +1 -0
- package/dist/constants/Metrics.js +151 -0
- package/dist/constants/NetworkConstants.d.ts +29 -0
- package/dist/constants/NetworkConstants.d.ts.map +1 -0
- package/dist/constants/NetworkConstants.js +83 -0
- package/dist/constants/Never.d.ts +10 -0
- package/dist/constants/Never.d.ts.map +1 -0
- package/dist/constants/Never.js +10 -0
- package/dist/constants/News.d.ts +1281 -0
- package/dist/constants/News.d.ts.map +1 -0
- package/dist/constants/News.js +419 -0
- package/dist/constants/NoDefaultValue.d.ts +11 -0
- package/dist/constants/NoDefaultValue.d.ts.map +1 -0
- package/dist/constants/NoDefaultValue.js +6 -0
- package/dist/constants/NotApplicable.d.ts +11 -0
- package/dist/constants/NotApplicable.d.ts.map +1 -0
- package/dist/constants/NotApplicable.js +1 -0
- package/dist/constants/NotDefined.d.ts +8 -0
- package/dist/constants/NotDefined.d.ts.map +1 -0
- package/dist/constants/NotDefined.js +7 -0
- package/dist/constants/NumericChar.d.ts +10 -0
- package/dist/constants/NumericChar.d.ts.map +1 -0
- package/dist/constants/NumericChar.js +13 -0
- package/dist/constants/NumericDigit.d.ts +9 -0
- package/dist/constants/NumericDigit.d.ts.map +1 -0
- package/dist/constants/NumericDigit.js +10 -0
- package/dist/constants/Phone.d.ts +8 -0
- package/dist/constants/Phone.d.ts.map +1 -0
- package/dist/constants/Phone.js +262 -0
- package/dist/constants/PluralExceptions.d.ts +97 -0
- package/dist/constants/PluralExceptions.d.ts.map +1 -0
- package/dist/constants/PluralExceptions.js +100 -0
- package/dist/constants/ProxmoxConstants.d.ts +2 -0
- package/dist/constants/ProxmoxConstants.d.ts.map +1 -0
- package/dist/constants/ProxmoxConstants.js +3 -0
- package/dist/constants/RepoConstants.d.ts +31 -0
- package/dist/constants/RepoConstants.d.ts.map +1 -0
- package/dist/constants/RepoConstants.js +48 -0
- package/dist/constants/Retail.d.ts +27 -0
- package/dist/constants/Retail.d.ts.map +1 -0
- package/dist/constants/Retail.js +89 -0
- package/dist/constants/Shape.d.ts +3 -0
- package/dist/constants/Shape.d.ts.map +1 -0
- package/dist/constants/Shape.js +15 -0
- package/dist/constants/SingularNounEnding.d.ts +7 -0
- package/dist/constants/SingularNounEnding.d.ts.map +1 -0
- package/dist/constants/SingularNounEnding.js +8 -0
- package/dist/constants/Social.d.ts +106 -0
- package/dist/constants/Social.d.ts.map +1 -0
- package/dist/constants/Social.js +122 -0
- package/dist/constants/Tailwind.d.ts +89 -0
- package/dist/constants/Tailwind.d.ts.map +1 -0
- package/dist/constants/Tailwind.js +88 -0
- package/dist/constants/TypeComparisons.d.ts +230 -0
- package/dist/constants/TypeComparisons.d.ts.map +1 -0
- package/dist/constants/TypeComparisons.js +47 -0
- package/dist/constants/TypeOf.d.ts +7 -0
- package/dist/constants/TypeOf.d.ts.map +1 -0
- package/dist/constants/TypeOf.js +6 -0
- package/dist/constants/TypeTokens.d.ts +68 -0
- package/dist/constants/TypeTokens.d.ts.map +1 -0
- package/dist/constants/TypeTokens.js +247 -0
- package/dist/constants/TypeTransforms.d.ts +38 -0
- package/dist/constants/TypeTransforms.d.ts.map +1 -0
- package/dist/constants/TypeTransforms.js +42 -0
- package/dist/constants/Types.d.ts +10 -0
- package/dist/constants/Types.d.ts.map +1 -0
- package/dist/constants/Types.js +26 -0
- package/dist/constants/Wide.d.ts +29 -0
- package/dist/constants/Wide.d.ts.map +1 -0
- package/dist/constants/Wide.js +25 -0
- package/dist/constants/createConstant.d.ts +8 -0
- package/dist/constants/createConstant.d.ts.map +1 -0
- package/dist/constants/createConstant.js +11 -0
- package/dist/constants/index.d.ts +42 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +41 -0
- package/dist/constants/tsconfig.tsbuildinfo +1 -0
- package/dist/index.cjs +6261 -10
- package/dist/index.js +5676 -4
- package/dist/inferred-types/index.d.ts +4 -0
- package/dist/inferred-types/index.d.ts.map +1 -0
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -0
- package/dist/runtime/api/defineApi.d.ts +21 -0
- package/dist/runtime/api/defineApi.d.ts.map +1 -0
- package/dist/runtime/api/defineApi.js +114 -0
- package/dist/runtime/api/handleDoneFn.d.ts +12 -0
- package/dist/runtime/api/handleDoneFn.d.ts.map +1 -0
- package/dist/runtime/api/handleDoneFn.js +22 -0
- package/dist/runtime/api/index.d.ts +3 -0
- package/dist/runtime/api/index.d.ts.map +1 -0
- package/dist/runtime/api/index.js +2 -0
- package/dist/runtime/boolean-logic/ifArray.d.ts +8 -0
- package/dist/runtime/boolean-logic/ifArray.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifArray.js +8 -0
- package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +3 -0
- package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifArrayPartial.js +6 -0
- package/dist/runtime/boolean-logic/ifBoolean.d.ts +14 -0
- package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifBoolean.js +17 -0
- package/dist/runtime/boolean-logic/ifChar.d.ts +5 -0
- package/dist/runtime/boolean-logic/ifChar.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifChar.js +8 -0
- package/dist/runtime/boolean-logic/ifContainer.d.ts +3 -0
- package/dist/runtime/boolean-logic/ifContainer.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifContainer.js +6 -0
- package/dist/runtime/boolean-logic/ifFalse.d.ts +18 -0
- package/dist/runtime/boolean-logic/ifFalse.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifFalse.js +19 -0
- package/dist/runtime/boolean-logic/ifFunction.d.ts +11 -0
- package/dist/runtime/boolean-logic/ifFunction.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifFunction.js +13 -0
- package/dist/runtime/boolean-logic/ifHasKey.d.ts +3 -0
- package/dist/runtime/boolean-logic/ifHasKey.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifHasKey.js +4 -0
- package/dist/runtime/boolean-logic/ifLength.d.ts +14 -0
- package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifLength.js +16 -0
- package/dist/runtime/boolean-logic/ifNotNull.d.ts +14 -0
- package/dist/runtime/boolean-logic/ifNotNull.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifNotNull.js +17 -0
- package/dist/runtime/boolean-logic/ifNull.d.ts +14 -0
- package/dist/runtime/boolean-logic/ifNull.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifNull.js +17 -0
- package/dist/runtime/boolean-logic/ifNumber.d.ts +14 -0
- package/dist/runtime/boolean-logic/ifNumber.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifNumber.js +17 -0
- package/dist/runtime/boolean-logic/ifObject.d.ts +3 -0
- package/dist/runtime/boolean-logic/ifObject.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifObject.js +4 -0
- package/dist/runtime/boolean-logic/ifSameType.d.ts +10 -0
- package/dist/runtime/boolean-logic/ifSameType.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifSameType.js +14 -0
- package/dist/runtime/boolean-logic/ifScalar.d.ts +16 -0
- package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifScalar.js +20 -0
- package/dist/runtime/boolean-logic/ifString.d.ts +14 -0
- package/dist/runtime/boolean-logic/ifString.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifString.js +16 -0
- package/dist/runtime/boolean-logic/ifTrue.d.ts +13 -0
- package/dist/runtime/boolean-logic/ifTrue.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifTrue.js +18 -0
- package/dist/runtime/boolean-logic/ifUndefined.d.ts +15 -0
- package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/ifUndefined.js +18 -0
- package/dist/runtime/boolean-logic/index.d.ts +19 -0
- package/dist/runtime/boolean-logic/index.d.ts.map +1 -0
- package/dist/runtime/boolean-logic/index.js +18 -0
- package/dist/runtime/combinators/and.d.ts +7 -0
- package/dist/runtime/combinators/and.d.ts.map +1 -0
- package/dist/runtime/combinators/and.js +7 -0
- package/dist/runtime/combinators/index.d.ts +3 -0
- package/dist/runtime/combinators/index.d.ts.map +1 -0
- package/dist/runtime/combinators/index.js +2 -0
- package/dist/runtime/combinators/or.d.ts +9 -0
- package/dist/runtime/combinators/or.d.ts.map +1 -0
- package/dist/runtime/combinators/or.js +10 -0
- package/dist/runtime/dictionary/defineOptions.d.ts +26 -0
- package/dist/runtime/dictionary/defineOptions.d.ts.map +1 -0
- package/dist/runtime/dictionary/defineOptions.js +30 -0
- package/dist/runtime/dictionary/entries.d.ts +18 -0
- package/dist/runtime/dictionary/entries.d.ts.map +1 -0
- package/dist/runtime/dictionary/entries.js +25 -0
- package/dist/runtime/dictionary/get.d.ts +37 -0
- package/dist/runtime/dictionary/get.d.ts.map +1 -0
- package/dist/runtime/dictionary/get.js +65 -0
- package/dist/runtime/dictionary/index.d.ts +13 -0
- package/dist/runtime/dictionary/index.d.ts.map +1 -0
- package/dist/runtime/dictionary/index.js +20 -0
- package/dist/runtime/dictionary/keysOf.d.ts +12 -0
- package/dist/runtime/dictionary/keysOf.d.ts.map +1 -0
- package/dist/runtime/dictionary/keysOf.js +20 -0
- package/dist/runtime/dictionary/omit.d.ts +20 -0
- package/dist/runtime/dictionary/omit.d.ts.map +1 -0
- package/dist/runtime/dictionary/omit.js +27 -0
- package/dist/runtime/dictionary/retain.d.ts +13 -0
- package/dist/runtime/dictionary/retain.d.ts.map +1 -0
- package/dist/runtime/dictionary/retain.js +18 -0
- package/dist/runtime/dictionary/sharedKeys.d.ts +8 -0
- package/dist/runtime/dictionary/sharedKeys.d.ts.map +1 -0
- package/dist/runtime/dictionary/sharedKeys.js +10 -0
- package/dist/runtime/dictionary/takeProp.d.ts +12 -0
- package/dist/runtime/dictionary/takeProp.d.ts.map +1 -0
- package/dist/runtime/dictionary/takeProp.js +15 -0
- package/dist/runtime/dictionary/valuesOf.d.ts +10 -0
- package/dist/runtime/dictionary/valuesOf.d.ts.map +1 -0
- package/dist/runtime/dictionary/valuesOf.js +14 -0
- package/dist/runtime/dictionary/withDefaults.d.ts +9 -0
- package/dist/runtime/dictionary/withDefaults.d.ts.map +1 -0
- package/dist/runtime/dictionary/withDefaults.js +13 -0
- package/dist/runtime/dictionary/withKeys.d.ts +18 -0
- package/dist/runtime/dictionary/withKeys.d.ts.map +1 -0
- package/dist/runtime/dictionary/withKeys.js +10 -0
- package/dist/runtime/dictionary/withoutKeys.d.ts +13 -0
- package/dist/runtime/dictionary/withoutKeys.d.ts.map +1 -0
- package/dist/runtime/dictionary/withoutKeys.js +12 -0
- package/dist/runtime/dictionary/withoutValue.d.ts +17 -0
- package/dist/runtime/dictionary/withoutValue.d.ts.map +1 -0
- package/dist/runtime/dictionary/withoutValue.js +21 -0
- package/dist/runtime/errors/KindError.d.ts +30 -0
- package/dist/runtime/errors/KindError.d.ts.map +1 -0
- package/dist/runtime/errors/KindError.js +59 -0
- package/dist/runtime/errors/TypedError.d.ts +31 -0
- package/dist/runtime/errors/TypedError.d.ts.map +1 -0
- package/dist/runtime/errors/TypedError.js +16 -0
- package/dist/runtime/errors/createErrorCondition.d.ts +14 -0
- package/dist/runtime/errors/createErrorCondition.d.ts.map +1 -0
- package/dist/runtime/errors/createErrorCondition.js +19 -0
- package/dist/runtime/errors/index.d.ts +3 -0
- package/dist/runtime/errors/index.d.ts.map +1 -0
- package/dist/runtime/errors/index.js +2 -0
- package/dist/runtime/functional/index.d.ts +2 -0
- package/dist/runtime/functional/index.d.ts.map +1 -0
- package/dist/runtime/functional/index.js +1 -0
- package/dist/runtime/functional/result.d.ts +2 -0
- package/dist/runtime/functional/result.d.ts.map +1 -0
- package/dist/runtime/functional/result.js +286 -0
- package/dist/runtime/functions/fnMeta.d.ts +16 -0
- package/dist/runtime/functions/fnMeta.d.ts.map +1 -0
- package/dist/runtime/functions/fnMeta.js +16 -0
- package/dist/runtime/functions/index.d.ts +3 -0
- package/dist/runtime/functions/index.d.ts.map +1 -0
- package/dist/runtime/functions/index.js +2 -0
- package/dist/runtime/functions/wrapFn.d.ts +2 -0
- package/dist/runtime/functions/wrapFn.d.ts.map +1 -0
- package/dist/runtime/functions/wrapFn.js +24 -0
- package/dist/runtime/index.d.ts +18 -0
- package/dist/runtime/index.d.ts.map +1 -0
- package/dist/runtime/index.js +17 -0
- package/dist/runtime/initializers/addFnToProps.d.ts +9 -0
- package/dist/runtime/initializers/addFnToProps.d.ts.map +1 -0
- package/dist/runtime/initializers/addFnToProps.js +17 -0
- package/dist/runtime/initializers/addPropsToFn.d.ts +15 -0
- package/dist/runtime/initializers/addPropsToFn.d.ts.map +1 -0
- package/dist/runtime/initializers/addPropsToFn.js +22 -0
- package/dist/runtime/initializers/createCssSelector.d.ts +24 -0
- package/dist/runtime/initializers/createCssSelector.d.ts.map +1 -0
- package/dist/runtime/initializers/createCssSelector.js +15 -0
- package/dist/runtime/initializers/createFnWithProps.d.ts +8 -0
- package/dist/runtime/initializers/createFnWithProps.d.ts.map +1 -0
- package/dist/runtime/initializers/createFnWithProps.js +15 -0
- package/dist/runtime/initializers/defineObj.d.ts +17 -0
- package/dist/runtime/initializers/defineObj.d.ts.map +1 -0
- package/dist/runtime/initializers/defineObj.js +27 -0
- package/dist/runtime/initializers/defineTuple.d.ts +19 -0
- package/dist/runtime/initializers/defineTuple.d.ts.map +1 -0
- package/dist/runtime/initializers/defineTuple.js +22 -0
- package/dist/runtime/initializers/index.d.ts +7 -0
- package/dist/runtime/initializers/index.d.ts.map +1 -0
- package/dist/runtime/initializers/index.js +6 -0
- package/dist/runtime/lists/asArray.d.ts +18 -0
- package/dist/runtime/lists/asArray.d.ts.map +1 -0
- package/dist/runtime/lists/asArray.js +19 -0
- package/dist/runtime/lists/createComparison.d.ts +9 -0
- package/dist/runtime/lists/createComparison.d.ts.map +1 -0
- package/dist/runtime/lists/createComparison.js +9 -0
- package/dist/runtime/lists/createConverter.d.ts +25 -0
- package/dist/runtime/lists/createConverter.d.ts.map +1 -0
- package/dist/runtime/lists/createConverter.js +59 -0
- package/dist/runtime/lists/filter.d.ts +2 -0
- package/dist/runtime/lists/filter.d.ts.map +1 -0
- package/dist/runtime/lists/filter.js +55 -0
- package/dist/runtime/lists/find.d.ts +15 -0
- package/dist/runtime/lists/find.d.ts.map +1 -0
- package/dist/runtime/lists/find.js +17 -0
- package/dist/runtime/lists/getEach.d.ts +19 -0
- package/dist/runtime/lists/getEach.d.ts.map +1 -0
- package/dist/runtime/lists/getEach.js +25 -0
- package/dist/runtime/lists/index.d.ts +15 -0
- package/dist/runtime/lists/index.d.ts.map +1 -0
- package/dist/runtime/lists/index.js +22 -0
- package/dist/runtime/lists/indexOf.d.ts +14 -0
- package/dist/runtime/lists/indexOf.d.ts.map +1 -0
- package/dist/runtime/lists/indexOf.js +38 -0
- package/dist/runtime/lists/intersection.d.ts +13 -0
- package/dist/runtime/lists/intersection.d.ts.map +1 -0
- package/dist/runtime/lists/intersection.js +41 -0
- package/dist/runtime/lists/join.d.ts +17 -0
- package/dist/runtime/lists/join.d.ts.map +1 -0
- package/dist/runtime/lists/join.js +22 -0
- package/dist/runtime/lists/last.d.ts +3 -0
- package/dist/runtime/lists/last.d.ts.map +1 -0
- package/dist/runtime/lists/last.js +3 -0
- package/dist/runtime/lists/logicalReturns.d.ts +3 -0
- package/dist/runtime/lists/logicalReturns.d.ts.map +1 -0
- package/dist/runtime/lists/logicalReturns.js +9 -0
- package/dist/runtime/lists/reverse.d.ts +8 -0
- package/dist/runtime/lists/reverse.d.ts.map +1 -0
- package/dist/runtime/lists/reverse.js +8 -0
- package/dist/runtime/lists/shift.d.ts +22 -0
- package/dist/runtime/lists/shift.d.ts.map +1 -0
- package/dist/runtime/lists/shift.js +39 -0
- package/dist/runtime/lists/slice.d.ts +9 -0
- package/dist/runtime/lists/slice.d.ts.map +1 -0
- package/dist/runtime/lists/slice.js +9 -0
- package/dist/runtime/lists/unique.d.ts +9 -0
- package/dist/runtime/lists/unique.d.ts.map +1 -0
- package/dist/runtime/lists/unique.js +15 -0
- package/dist/runtime/literals/box.d.ts +26 -0
- package/dist/runtime/literals/box.d.ts.map +1 -0
- package/dist/runtime/literals/box.js +42 -0
- package/dist/runtime/literals/capitalize.d.ts +8 -0
- package/dist/runtime/literals/capitalize.d.ts.map +1 -0
- package/dist/runtime/literals/capitalize.js +9 -0
- package/dist/runtime/literals/color/cssColor.d.ts +8 -0
- package/dist/runtime/literals/color/cssColor.d.ts.map +1 -0
- package/dist/runtime/literals/color/cssColor.js +8 -0
- package/dist/runtime/literals/color/index.d.ts +3 -0
- package/dist/runtime/literals/color/index.d.ts.map +1 -0
- package/dist/runtime/literals/color/index.js +2 -0
- package/dist/runtime/literals/color/twColor.d.ts +10 -0
- package/dist/runtime/literals/color/twColor.d.ts.map +1 -0
- package/dist/runtime/literals/color/twColor.js +12 -0
- package/dist/runtime/literals/ensureLeading.d.ts +9 -0
- package/dist/runtime/literals/ensureLeading.d.ts.map +1 -0
- package/dist/runtime/literals/ensureLeading.js +15 -0
- package/dist/runtime/literals/ensureSurround.d.ts +13 -0
- package/dist/runtime/literals/ensureSurround.d.ts.map +1 -0
- package/dist/runtime/literals/ensureSurround.js +20 -0
- package/dist/runtime/literals/ensureTrailing.d.ts +9 -0
- package/dist/runtime/literals/ensureTrailing.d.ts.map +1 -0
- package/dist/runtime/literals/ensureTrailing.js +11 -0
- package/dist/runtime/literals/identity.d.ts +7 -0
- package/dist/runtime/literals/identity.d.ts.map +1 -0
- package/dist/runtime/literals/identity.js +9 -0
- package/dist/runtime/literals/ifLowercase.d.ts +15 -0
- package/dist/runtime/literals/ifLowercase.d.ts.map +1 -0
- package/dist/runtime/literals/ifLowercase.js +15 -0
- package/dist/runtime/literals/ifUppercase.d.ts +15 -0
- package/dist/runtime/literals/ifUppercase.d.ts.map +1 -0
- package/dist/runtime/literals/ifUppercase.js +19 -0
- package/dist/runtime/literals/index.d.ts +45 -0
- package/dist/runtime/literals/index.d.ts.map +1 -0
- package/dist/runtime/literals/index.js +52 -0
- package/dist/runtime/literals/literal.d.ts +42 -0
- package/dist/runtime/literals/literal.d.ts.map +1 -0
- package/dist/runtime/literals/literal.js +35 -0
- package/dist/runtime/literals/lowercase.d.ts +8 -0
- package/dist/runtime/literals/lowercase.d.ts.map +1 -0
- package/dist/runtime/literals/lowercase.js +9 -0
- package/dist/runtime/literals/narrow.d.ts +18 -0
- package/dist/runtime/literals/narrow.d.ts.map +1 -0
- package/dist/runtime/literals/narrow.js +20 -0
- package/dist/runtime/literals/pathJoin.d.ts +14 -0
- package/dist/runtime/literals/pathJoin.d.ts.map +1 -0
- package/dist/runtime/literals/pathJoin.js +19 -0
- package/dist/runtime/literals/phone/asPhoneNumber.d.ts +2 -0
- package/dist/runtime/literals/phone/asPhoneNumber.d.ts.map +1 -0
- package/dist/runtime/literals/phone/asPhoneNumber.js +62 -0
- package/dist/runtime/literals/phone/getPhoneCountryCode.d.ts +3 -0
- package/dist/runtime/literals/phone/getPhoneCountryCode.d.ts.map +1 -0
- package/dist/runtime/literals/phone/getPhoneCountryCode.js +7 -0
- package/dist/runtime/literals/phone/index.d.ts +4 -0
- package/dist/runtime/literals/phone/index.d.ts.map +1 -0
- package/dist/runtime/literals/phone/index.js +3 -0
- package/dist/runtime/literals/phone/removePhoneCountryCode.d.ts +3 -0
- package/dist/runtime/literals/phone/removePhoneCountryCode.d.ts.map +1 -0
- package/dist/runtime/literals/phone/removePhoneCountryCode.js +7 -0
- package/dist/runtime/literals/pluralize.d.ts +12 -0
- package/dist/runtime/literals/pluralize.d.ts.map +1 -0
- package/dist/runtime/literals/pluralize.js +59 -0
- package/dist/runtime/literals/retainAfter.d.ts +32 -0
- package/dist/runtime/literals/retainAfter.d.ts.map +1 -0
- package/dist/runtime/literals/retainAfter.js +47 -0
- package/dist/runtime/literals/retainChars.d.ts +16 -0
- package/dist/runtime/literals/retainChars.d.ts.map +1 -0
- package/dist/runtime/literals/retainChars.js +18 -0
- package/dist/runtime/literals/retainUntil.d.ts +32 -0
- package/dist/runtime/literals/retainUntil.d.ts.map +1 -0
- package/dist/runtime/literals/retainUntil.js +49 -0
- package/dist/runtime/literals/retainWhile.d.ts +10 -0
- package/dist/runtime/literals/retainWhile.d.ts.map +1 -0
- package/dist/runtime/literals/retainWhile.js +13 -0
- package/dist/runtime/literals/rightWhitespace.d.ts +9 -0
- package/dist/runtime/literals/rightWhitespace.d.ts.map +1 -0
- package/dist/runtime/literals/rightWhitespace.js +11 -0
- package/dist/runtime/literals/split.d.ts +13 -0
- package/dist/runtime/literals/split.d.ts.map +1 -0
- package/dist/runtime/literals/split.js +13 -0
- package/dist/runtime/literals/stripAfter.d.ts +15 -0
- package/dist/runtime/literals/stripAfter.d.ts.map +1 -0
- package/dist/runtime/literals/stripAfter.js +15 -0
- package/dist/runtime/literals/stripBefore.d.ts +15 -0
- package/dist/runtime/literals/stripBefore.d.ts.map +1 -0
- package/dist/runtime/literals/stripBefore.js +18 -0
- package/dist/runtime/literals/stripChars.d.ts +10 -0
- package/dist/runtime/literals/stripChars.d.ts.map +1 -0
- package/dist/runtime/literals/stripChars.js +12 -0
- package/dist/runtime/literals/stripLeading.d.ts +9 -0
- package/dist/runtime/literals/stripLeading.d.ts.map +1 -0
- package/dist/runtime/literals/stripLeading.js +16 -0
- package/dist/runtime/literals/stripSurround.d.ts +19 -0
- package/dist/runtime/literals/stripSurround.d.ts.map +1 -0
- package/dist/runtime/literals/stripSurround.js +30 -0
- package/dist/runtime/literals/stripTrailing.d.ts +9 -0
- package/dist/runtime/literals/stripTrailing.d.ts.map +1 -0
- package/dist/runtime/literals/stripTrailing.js +16 -0
- package/dist/runtime/literals/stripUntil.d.ts +9 -0
- package/dist/runtime/literals/stripUntil.d.ts.map +1 -0
- package/dist/runtime/literals/stripUntil.js +12 -0
- package/dist/runtime/literals/stripWhile.d.ts +10 -0
- package/dist/runtime/literals/stripWhile.d.ts.map +1 -0
- package/dist/runtime/literals/stripWhile.js +13 -0
- package/dist/runtime/literals/surround.d.ts +12 -0
- package/dist/runtime/literals/surround.d.ts.map +1 -0
- package/dist/runtime/literals/surround.js +12 -0
- package/dist/runtime/literals/takeNumericCharacters.d.ts +9 -0
- package/dist/runtime/literals/takeNumericCharacters.d.ts.map +1 -0
- package/dist/runtime/literals/takeNumericCharacters.js +12 -0
- package/dist/runtime/literals/toCamelCase.d.ts +13 -0
- package/dist/runtime/literals/toCamelCase.d.ts.map +1 -0
- package/dist/runtime/literals/toCamelCase.js +19 -0
- package/dist/runtime/literals/toKebabCase.d.ts +13 -0
- package/dist/runtime/literals/toKebabCase.d.ts.map +1 -0
- package/dist/runtime/literals/toKebabCase.js +20 -0
- package/dist/runtime/literals/toLowercase.d.ts +7 -0
- package/dist/runtime/literals/toLowercase.d.ts.map +1 -0
- package/dist/runtime/literals/toLowercase.js +12 -0
- package/dist/runtime/literals/toNumericArray.d.ts +3 -0
- package/dist/runtime/literals/toNumericArray.d.ts.map +1 -0
- package/dist/runtime/literals/toNumericArray.js +3 -0
- package/dist/runtime/literals/toPascalCase.d.ts +13 -0
- package/dist/runtime/literals/toPascalCase.d.ts.map +1 -0
- package/dist/runtime/literals/toPascalCase.js +20 -0
- package/dist/runtime/literals/toSnakeCase.d.ts +13 -0
- package/dist/runtime/literals/toSnakeCase.d.ts.map +1 -0
- package/dist/runtime/literals/toSnakeCase.js +20 -0
- package/dist/runtime/literals/toString.d.ts +9 -0
- package/dist/runtime/literals/toString.d.ts.map +1 -0
- package/dist/runtime/literals/toString.js +9 -0
- package/dist/runtime/literals/toUppercase.d.ts +7 -0
- package/dist/runtime/literals/toUppercase.d.ts.map +1 -0
- package/dist/runtime/literals/toUppercase.js +12 -0
- package/dist/runtime/literals/trim.d.ts +41 -0
- package/dist/runtime/literals/trim.d.ts.map +1 -0
- package/dist/runtime/literals/trim.js +49 -0
- package/dist/runtime/literals/truncate.d.ts +3 -0
- package/dist/runtime/literals/truncate.d.ts.map +1 -0
- package/dist/runtime/literals/truncate.js +8 -0
- package/dist/runtime/literals/tuple.d.ts +13 -0
- package/dist/runtime/literals/tuple.d.ts.map +1 -0
- package/dist/runtime/literals/tuple.js +17 -0
- package/dist/runtime/literals/uncapitalize.d.ts +8 -0
- package/dist/runtime/literals/uncapitalize.d.ts.map +1 -0
- package/dist/runtime/literals/uncapitalize.js +9 -0
- package/dist/runtime/literals/unset.d.ts +8 -0
- package/dist/runtime/literals/unset.d.ts.map +1 -0
- package/dist/runtime/literals/unset.js +14 -0
- package/dist/runtime/literals/uppercase.d.ts +8 -0
- package/dist/runtime/literals/uppercase.d.ts.map +1 -0
- package/dist/runtime/literals/uppercase.js +9 -0
- package/dist/runtime/literals/widen.d.ts +9 -0
- package/dist/runtime/literals/widen.d.ts.map +1 -0
- package/dist/runtime/literals/widen.js +9 -0
- package/dist/runtime/meta/index.d.ts +3 -0
- package/dist/runtime/meta/index.d.ts.map +1 -0
- package/dist/runtime/meta/index.js +2 -0
- package/dist/runtime/meta/urlMeta.d.ts +61 -0
- package/dist/runtime/meta/urlMeta.d.ts.map +1 -0
- package/dist/runtime/meta/urlMeta.js +74 -0
- package/dist/runtime/meta/youtube-meta.d.ts +45 -0
- package/dist/runtime/meta/youtube-meta.d.ts.map +1 -0
- package/dist/runtime/meta/youtube-meta.js +91 -0
- package/dist/runtime/queues/fifo.d.ts +3 -0
- package/dist/runtime/queues/fifo.d.ts.map +1 -0
- package/dist/runtime/queues/fifo.js +40 -0
- package/dist/runtime/queues/index.d.ts +3 -0
- package/dist/runtime/queues/index.d.ts.map +1 -0
- package/dist/runtime/queues/index.js +2 -0
- package/dist/runtime/queues/lifo.d.ts +3 -0
- package/dist/runtime/queues/lifo.d.ts.map +1 -0
- package/dist/runtime/queues/lifo.js +34 -0
- package/dist/runtime/runtime-types/asDefineObject.d.ts +4 -0
- package/dist/runtime/runtime-types/asDefineObject.d.ts.map +1 -0
- package/dist/runtime/runtime-types/asDefineObject.js +20 -0
- package/dist/runtime/runtime-types/asToken.d.ts +34 -0
- package/dist/runtime/runtime-types/asToken.d.ts.map +1 -0
- package/dist/runtime/runtime-types/asToken.js +115 -0
- package/dist/runtime/runtime-types/asType.d.ts +18 -0
- package/dist/runtime/runtime-types/asType.d.ts.map +1 -0
- package/dist/runtime/runtime-types/asType.js +31 -0
- package/dist/runtime/runtime-types/choices.d.ts +2 -0
- package/dist/runtime/runtime-types/choices.d.ts.map +1 -0
- package/dist/runtime/runtime-types/choices.js +76 -0
- package/dist/runtime/runtime-types/index.d.ts +8 -0
- package/dist/runtime/runtime-types/index.d.ts.map +1 -0
- package/dist/runtime/runtime-types/index.js +7 -0
- package/dist/runtime/runtime-types/ip6Prefix.d.ts +3 -0
- package/dist/runtime/runtime-types/ip6Prefix.d.ts.map +1 -0
- package/dist/runtime/runtime-types/ip6Prefix.js +17 -0
- package/dist/runtime/runtime-types/list.d.ts +31 -0
- package/dist/runtime/runtime-types/list.d.ts.map +1 -0
- package/dist/runtime/runtime-types/list.js +36 -0
- package/dist/runtime/runtime-types/rec.d.ts +3 -0
- package/dist/runtime/runtime-types/rec.d.ts.map +1 -0
- package/dist/runtime/runtime-types/rec.js +3 -0
- package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts +7 -0
- package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/addToken.js +5 -0
- package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts +7 -0
- package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/atomics.js +13 -0
- package/dist/runtime/runtime-types/shape-helpers/functions.d.ts +14 -0
- package/dist/runtime/runtime-types/shape-helpers/functions.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/functions.js +20 -0
- package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts +9 -0
- package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/getTokenData.js +11 -0
- package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts +8 -0
- package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/getTokenName.js +10 -0
- package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts +4 -0
- package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/literal-containers.js +9 -0
- package/dist/runtime/runtime-types/shape-helpers/regexToken.d.ts +12 -0
- package/dist/runtime/runtime-types/shape-helpers/regexToken.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/regexToken.js +39 -0
- package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts +14 -0
- package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/singletons.js +49 -0
- package/dist/runtime/runtime-types/shape-helpers/union.d.ts +8 -0
- package/dist/runtime/runtime-types/shape-helpers/union.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/union.js +11 -0
- package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts +7 -0
- package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/wide-containers.js +19 -0
- package/dist/runtime/runtime-types/shape.d.ts +18 -0
- package/dist/runtime/runtime-types/shape.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape.js +69 -0
- package/dist/runtime/runtime-types/tokens/createTypeToken.d.ts +30 -0
- package/dist/runtime/runtime-types/tokens/createTypeToken.d.ts.map +1 -0
- package/dist/runtime/runtime-types/tokens/createTypeToken.js +29 -0
- package/dist/runtime/runtime-types/tokens/index.d.ts +3 -0
- package/dist/runtime/runtime-types/tokens/index.d.ts.map +1 -0
- package/dist/runtime/runtime-types/tokens/index.js +2 -0
- package/dist/runtime/runtime-types/tokens/simpleToken.d.ts +51 -0
- package/dist/runtime/runtime-types/tokens/simpleToken.d.ts.map +1 -0
- package/dist/runtime/runtime-types/tokens/simpleToken.js +64 -0
- package/dist/runtime/sets/index.d.ts +2 -0
- package/dist/runtime/sets/index.d.ts.map +1 -0
- package/dist/runtime/sets/index.js +1 -0
- package/dist/runtime/sets/uniqueKeys.d.ts +9 -0
- package/dist/runtime/sets/uniqueKeys.d.ts.map +1 -0
- package/dist/runtime/sets/uniqueKeys.js +32 -0
- package/dist/runtime/tsconfig.tsbuildinfo +1 -0
- package/dist/runtime/type-conversion/asChars.d.ts +8 -0
- package/dist/runtime/type-conversion/asChars.d.ts.map +1 -0
- package/dist/runtime/type-conversion/asChars.js +8 -0
- package/dist/runtime/type-conversion/asRecord.d.ts +10 -0
- package/dist/runtime/type-conversion/asRecord.d.ts.map +1 -0
- package/dist/runtime/type-conversion/asRecord.js +10 -0
- package/dist/runtime/type-conversion/asString.d.ts +20 -0
- package/dist/runtime/type-conversion/asString.d.ts.map +1 -0
- package/dist/runtime/type-conversion/asString.js +29 -0
- package/dist/runtime/type-conversion/csv.d.ts +17 -0
- package/dist/runtime/type-conversion/csv.d.ts.map +1 -0
- package/dist/runtime/type-conversion/csv.js +31 -0
- package/dist/runtime/type-conversion/index.d.ts +17 -0
- package/dist/runtime/type-conversion/index.d.ts.map +1 -0
- package/dist/runtime/type-conversion/index.js +16 -0
- package/dist/runtime/type-conversion/intersect.d.ts +9 -0
- package/dist/runtime/type-conversion/intersect.d.ts.map +1 -0
- package/dist/runtime/type-conversion/intersect.js +11 -0
- package/dist/runtime/type-conversion/ip6GroupExpansion.d.ts +14 -0
- package/dist/runtime/type-conversion/ip6GroupExpansion.d.ts.map +1 -0
- package/dist/runtime/type-conversion/ip6GroupExpansion.js +15 -0
- package/dist/runtime/type-conversion/json.d.ts +18 -0
- package/dist/runtime/type-conversion/json.d.ts.map +1 -0
- package/dist/runtime/type-conversion/json.js +27 -0
- package/dist/runtime/type-conversion/lookupCountry.d.ts +32 -0
- package/dist/runtime/type-conversion/lookupCountry.d.ts.map +1 -0
- package/dist/runtime/type-conversion/lookupCountry.js +97 -0
- package/dist/runtime/type-conversion/mergeObjects.d.ts +3 -0
- package/dist/runtime/type-conversion/mergeObjects.d.ts.map +1 -0
- package/dist/runtime/type-conversion/mergeObjects.js +15 -0
- package/dist/runtime/type-conversion/mergeScalars.d.ts +9 -0
- package/dist/runtime/type-conversion/mergeScalars.d.ts.map +1 -0
- package/dist/runtime/type-conversion/mergeScalars.js +10 -0
- package/dist/runtime/type-conversion/mergeTuples.d.ts +10 -0
- package/dist/runtime/type-conversion/mergeTuples.d.ts.map +1 -0
- package/dist/runtime/type-conversion/mergeTuples.js +12 -0
- package/dist/runtime/type-conversion/mutable.d.ts +3 -0
- package/dist/runtime/type-conversion/mutable.d.ts.map +1 -0
- package/dist/runtime/type-conversion/mutable.js +3 -0
- package/dist/runtime/type-conversion/never.d.ts +11 -0
- package/dist/runtime/type-conversion/never.d.ts.map +1 -0
- package/dist/runtime/type-conversion/never.js +12 -0
- package/dist/runtime/type-conversion/optional.d.ts +25 -0
- package/dist/runtime/type-conversion/optional.d.ts.map +1 -0
- package/dist/runtime/type-conversion/optional.js +29 -0
- package/dist/runtime/type-conversion/toNumber.d.ts +11 -0
- package/dist/runtime/type-conversion/toNumber.d.ts.map +1 -0
- package/dist/runtime/type-conversion/toNumber.js +26 -0
- package/dist/runtime/type-conversion/union.d.ts +10 -0
- package/dist/runtime/type-conversion/union.d.ts.map +1 -0
- package/dist/runtime/type-conversion/union.js +8 -0
- package/dist/runtime/type-conversion/unionize.d.ts +9 -0
- package/dist/runtime/type-conversion/unionize.d.ts.map +1 -0
- package/dist/runtime/type-conversion/unionize.js +11 -0
- package/dist/runtime/type-guards/api-tg.d.ts +33 -0
- package/dist/runtime/type-guards/api-tg.d.ts.map +1 -0
- package/dist/runtime/type-guards/api-tg.js +38 -0
- package/dist/runtime/type-guards/geo/index.d.ts +4 -0
- package/dist/runtime/type-guards/geo/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/geo/index.js +3 -0
- package/dist/runtime/type-guards/geo/isIso3166Alpha2.d.ts +46 -0
- package/dist/runtime/type-guards/geo/isIso3166Alpha2.d.ts.map +1 -0
- package/dist/runtime/type-guards/geo/isIso3166Alpha2.js +69 -0
- package/dist/runtime/type-guards/geo/isUsState.d.ts +4 -0
- package/dist/runtime/type-guards/geo/isUsState.d.ts.map +1 -0
- package/dist/runtime/type-guards/geo/isUsState.js +10 -0
- package/dist/runtime/type-guards/geo/isZipCode.d.ts +23 -0
- package/dist/runtime/type-guards/geo/isZipCode.d.ts.map +1 -0
- package/dist/runtime/type-guards/geo/isZipCode.js +40 -0
- package/dist/runtime/type-guards/hasDefaultValue.d.ts +13 -0
- package/dist/runtime/type-guards/hasDefaultValue.d.ts.map +1 -0
- package/dist/runtime/type-guards/hasDefaultValue.js +14 -0
- package/dist/runtime/type-guards/hasErrorConditions.d.ts +3 -0
- package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +1 -0
- package/dist/runtime/type-guards/hasErrorConditions.js +4 -0
- package/dist/runtime/type-guards/hasIndexOf.d.ts +9 -0
- package/dist/runtime/type-guards/hasIndexOf.d.ts.map +1 -0
- package/dist/runtime/type-guards/hasIndexOf.js +17 -0
- package/dist/runtime/type-guards/hasKeys.d.ts +15 -0
- package/dist/runtime/type-guards/hasKeys.d.ts.map +1 -0
- package/dist/runtime/type-guards/hasKeys.js +26 -0
- package/dist/runtime/type-guards/hasWhitespace.d.ts +7 -0
- package/dist/runtime/type-guards/hasWhitespace.d.ts.map +1 -0
- package/dist/runtime/type-guards/hasWhitespace.js +11 -0
- package/dist/runtime/type-guards/higher-order/endsWith.d.ts +10 -0
- package/dist/runtime/type-guards/higher-order/endsWith.d.ts.map +1 -0
- package/dist/runtime/type-guards/higher-order/endsWith.js +14 -0
- package/dist/runtime/type-guards/higher-order/index.d.ts +8 -0
- package/dist/runtime/type-guards/higher-order/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/higher-order/index.js +7 -0
- package/dist/runtime/type-guards/higher-order/isEqual.d.ts +12 -0
- package/dist/runtime/type-guards/higher-order/isEqual.d.ts.map +1 -0
- package/dist/runtime/type-guards/higher-order/isEqual.js +11 -0
- package/dist/runtime/type-guards/higher-order/isLength.d.ts +14 -0
- package/dist/runtime/type-guards/higher-order/isLength.d.ts.map +1 -0
- package/dist/runtime/type-guards/higher-order/isLength.js +22 -0
- package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts +13 -0
- package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts.map +1 -0
- package/dist/runtime/type-guards/higher-order/isSameTypeOf.js +13 -0
- package/dist/runtime/type-guards/higher-order/isTuple.d.ts +7 -0
- package/dist/runtime/type-guards/higher-order/isTuple.d.ts.map +1 -0
- package/dist/runtime/type-guards/higher-order/isTuple.js +12 -0
- package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts +12 -0
- package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts.map +1 -0
- package/dist/runtime/type-guards/higher-order/isTypeOf.js +11 -0
- package/dist/runtime/type-guards/higher-order/startsWith.d.ts +26 -0
- package/dist/runtime/type-guards/higher-order/startsWith.d.ts.map +1 -0
- package/dist/runtime/type-guards/higher-order/startsWith.js +23 -0
- package/dist/runtime/type-guards/html/index.d.ts +2 -0
- package/dist/runtime/type-guards/html/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/html/index.js +1 -0
- package/dist/runtime/type-guards/html/isHtmlElement.d.ts +7 -0
- package/dist/runtime/type-guards/html/isHtmlElement.d.ts.map +1 -0
- package/dist/runtime/type-guards/html/isHtmlElement.js +9 -0
- package/dist/runtime/type-guards/index.d.ts +57 -0
- package/dist/runtime/type-guards/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/index.js +56 -0
- package/dist/runtime/type-guards/isAlpha.d.ts +9 -0
- package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -0
- package/dist/runtime/type-guards/isAlpha.js +11 -0
- package/dist/runtime/type-guards/isArray.d.ts +7 -0
- package/dist/runtime/type-guards/isArray.d.ts.map +1 -0
- package/dist/runtime/type-guards/isArray.js +8 -0
- package/dist/runtime/type-guards/isBoolean.d.ts +7 -0
- package/dist/runtime/type-guards/isBoolean.d.ts.map +1 -0
- package/dist/runtime/type-guards/isBoolean.js +8 -0
- package/dist/runtime/type-guards/isBooleanLike.d.ts +9 -0
- package/dist/runtime/type-guards/isBooleanLike.d.ts.map +1 -0
- package/dist/runtime/type-guards/isBooleanLike.js +11 -0
- package/dist/runtime/type-guards/isConstant.d.ts +9 -0
- package/dist/runtime/type-guards/isConstant.d.ts.map +1 -0
- package/dist/runtime/type-guards/isConstant.js +14 -0
- package/dist/runtime/type-guards/isContainer.d.ts +5 -0
- package/dist/runtime/type-guards/isContainer.d.ts.map +1 -0
- package/dist/runtime/type-guards/isContainer.js +6 -0
- package/dist/runtime/type-guards/isCssAspectRatio.d.ts +7 -0
- package/dist/runtime/type-guards/isCssAspectRatio.d.ts.map +1 -0
- package/dist/runtime/type-guards/isCssAspectRatio.js +12 -0
- package/dist/runtime/type-guards/isDefined.d.ts +8 -0
- package/dist/runtime/type-guards/isDefined.d.ts.map +1 -0
- package/dist/runtime/type-guards/isDefined.js +9 -0
- package/dist/runtime/type-guards/isDoneFn.d.ts +9 -0
- package/dist/runtime/type-guards/isDoneFn.d.ts.map +1 -0
- package/dist/runtime/type-guards/isDoneFn.js +10 -0
- package/dist/runtime/type-guards/isEmail.d.ts +14 -0
- package/dist/runtime/type-guards/isEmail.d.ts.map +1 -0
- package/dist/runtime/type-guards/isEmail.js +26 -0
- package/dist/runtime/type-guards/isErrorCondition.d.ts +8 -0
- package/dist/runtime/type-guards/isErrorCondition.d.ts.map +1 -0
- package/dist/runtime/type-guards/isErrorCondition.js +13 -0
- package/dist/runtime/type-guards/isFalse.d.ts +2 -0
- package/dist/runtime/type-guards/isFalse.d.ts.map +1 -0
- package/dist/runtime/type-guards/isFalse.js +3 -0
- package/dist/runtime/type-guards/isFalsy.d.ts +9 -0
- package/dist/runtime/type-guards/isFalsy.d.ts.map +1 -0
- package/dist/runtime/type-guards/isFalsy.js +10 -0
- package/dist/runtime/type-guards/isFnWithParams.d.ts +9 -0
- package/dist/runtime/type-guards/isFnWithParams.d.ts.map +1 -0
- package/dist/runtime/type-guards/isFnWithParams.js +9 -0
- package/dist/runtime/type-guards/isFunction.d.ts +10 -0
- package/dist/runtime/type-guards/isFunction.d.ts.map +1 -0
- package/dist/runtime/type-guards/isFunction.js +12 -0
- package/dist/runtime/type-guards/isHexadecimal.d.ts +8 -0
- package/dist/runtime/type-guards/isHexadecimal.d.ts.map +1 -0
- package/dist/runtime/type-guards/isHexadecimal.js +13 -0
- package/dist/runtime/type-guards/isIndexable.d.ts +8 -0
- package/dist/runtime/type-guards/isIndexable.d.ts.map +1 -0
- package/dist/runtime/type-guards/isIndexable.js +11 -0
- package/dist/runtime/type-guards/isInlineSvg.d.ts +9 -0
- package/dist/runtime/type-guards/isInlineSvg.d.ts.map +1 -0
- package/dist/runtime/type-guards/isInlineSvg.js +10 -0
- package/dist/runtime/type-guards/isLeftRight.d.ts +8 -0
- package/dist/runtime/type-guards/isLeftRight.d.ts.map +1 -0
- package/dist/runtime/type-guards/isLeftRight.js +9 -0
- package/dist/runtime/type-guards/isNever.d.ts +8 -0
- package/dist/runtime/type-guards/isNever.d.ts.map +1 -0
- package/dist/runtime/type-guards/isNever.js +10 -0
- package/dist/runtime/type-guards/isNotNull.d.ts +8 -0
- package/dist/runtime/type-guards/isNotNull.d.ts.map +1 -0
- package/dist/runtime/type-guards/isNotNull.js +8 -0
- package/dist/runtime/type-guards/isNothing.d.ts +3 -0
- package/dist/runtime/type-guards/isNothing.d.ts.map +1 -0
- package/dist/runtime/type-guards/isNothing.js +3 -0
- package/dist/runtime/type-guards/isNull.d.ts +9 -0
- package/dist/runtime/type-guards/isNull.d.ts.map +1 -0
- package/dist/runtime/type-guards/isNull.js +10 -0
- package/dist/runtime/type-guards/isNumber.d.ts +7 -0
- package/dist/runtime/type-guards/isNumber.d.ts.map +1 -0
- package/dist/runtime/type-guards/isNumber.js +8 -0
- package/dist/runtime/type-guards/isNumericString.d.ts +21 -0
- package/dist/runtime/type-guards/isNumericString.d.ts.map +1 -0
- package/dist/runtime/type-guards/isNumericString.js +29 -0
- package/dist/runtime/type-guards/isObject.d.ts +12 -0
- package/dist/runtime/type-guards/isObject.d.ts.map +1 -0
- package/dist/runtime/type-guards/isObject.js +11 -0
- package/dist/runtime/type-guards/isPhoneNumber.d.ts +14 -0
- package/dist/runtime/type-guards/isPhoneNumber.d.ts.map +1 -0
- package/dist/runtime/type-guards/isPhoneNumber.js +31 -0
- package/dist/runtime/type-guards/isReadonlyArray.d.ts +13 -0
- package/dist/runtime/type-guards/isReadonlyArray.d.ts.map +1 -0
- package/dist/runtime/type-guards/isReadonlyArray.js +13 -0
- package/dist/runtime/type-guards/isRef.d.ts +8 -0
- package/dist/runtime/type-guards/isRef.d.ts.map +1 -0
- package/dist/runtime/type-guards/isRef.js +11 -0
- package/dist/runtime/type-guards/isRegExp.d.ts +17 -0
- package/dist/runtime/type-guards/isRegExp.d.ts.map +1 -0
- package/dist/runtime/type-guards/isRegExp.js +32 -0
- package/dist/runtime/type-guards/isRuntimeUnion.d.ts +8 -0
- package/dist/runtime/type-guards/isRuntimeUnion.d.ts.map +1 -0
- package/dist/runtime/type-guards/isRuntimeUnion.js +8 -0
- package/dist/runtime/type-guards/isScalar.d.ts +8 -0
- package/dist/runtime/type-guards/isScalar.d.ts.map +1 -0
- package/dist/runtime/type-guards/isScalar.js +12 -0
- package/dist/runtime/type-guards/isSpecificConstant.d.ts +8 -0
- package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +1 -0
- package/dist/runtime/type-guards/isSpecificConstant.js +11 -0
- package/dist/runtime/type-guards/isString.d.ts +11 -0
- package/dist/runtime/type-guards/isString.d.ts.map +1 -0
- package/dist/runtime/type-guards/isString.js +12 -0
- package/dist/runtime/type-guards/isSymbol.d.ts +8 -0
- package/dist/runtime/type-guards/isSymbol.d.ts.map +1 -0
- package/dist/runtime/type-guards/isSymbol.js +9 -0
- package/dist/runtime/type-guards/isThenable.d.ts +6 -0
- package/dist/runtime/type-guards/isThenable.d.ts.map +1 -0
- package/dist/runtime/type-guards/isThenable.js +7 -0
- package/dist/runtime/type-guards/isTrimmable.d.ts +7 -0
- package/dist/runtime/type-guards/isTrimmable.d.ts.map +1 -0
- package/dist/runtime/type-guards/isTrimmable.js +9 -0
- package/dist/runtime/type-guards/isTrue.d.ts +7 -0
- package/dist/runtime/type-guards/isTrue.d.ts.map +1 -0
- package/dist/runtime/type-guards/isTrue.js +8 -0
- package/dist/runtime/type-guards/isTruthy.d.ts +9 -0
- package/dist/runtime/type-guards/isTruthy.d.ts.map +1 -0
- package/dist/runtime/type-guards/isTruthy.js +10 -0
- package/dist/runtime/type-guards/isTypeToken.d.ts +8 -0
- package/dist/runtime/type-guards/isTypeToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/isTypeToken.js +14 -0
- package/dist/runtime/type-guards/isTypeTuple.d.ts +8 -0
- package/dist/runtime/type-guards/isTypeTuple.d.ts.map +1 -0
- package/dist/runtime/type-guards/isTypeTuple.js +8 -0
- package/dist/runtime/type-guards/isUndefined.d.ts +7 -0
- package/dist/runtime/type-guards/isUndefined.d.ts.map +1 -0
- package/dist/runtime/type-guards/isUndefined.js +8 -0
- package/dist/runtime/type-guards/isUnset.d.ts +18 -0
- package/dist/runtime/type-guards/isUnset.d.ts.map +1 -0
- package/dist/runtime/type-guards/isUnset.js +23 -0
- package/dist/runtime/type-guards/isUrl.d.ts +25 -0
- package/dist/runtime/type-guards/isUrl.d.ts.map +1 -0
- package/dist/runtime/type-guards/isUrl.js +35 -0
- package/dist/runtime/type-guards/metrics/index.d.ts +3 -0
- package/dist/runtime/type-guards/metrics/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/metrics/index.js +2 -0
- package/dist/runtime/type-guards/metrics/isMetric.d.ts +23 -0
- package/dist/runtime/type-guards/metrics/isMetric.d.ts.map +1 -0
- package/dist/runtime/type-guards/metrics/isMetric.js +76 -0
- package/dist/runtime/type-guards/metrics/isUom.d.ts +23 -0
- package/dist/runtime/type-guards/metrics/isUom.d.ts.map +1 -0
- package/dist/runtime/type-guards/metrics/isUom.js +71 -0
- package/dist/runtime/type-guards/network-tg.d.ts +53 -0
- package/dist/runtime/type-guards/network-tg.d.ts.map +1 -0
- package/dist/runtime/type-guards/network-tg.js +88 -0
- package/dist/runtime/type-guards/tokens/index.d.ts +8 -0
- package/dist/runtime/type-guards/tokens/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/index.js +7 -0
- package/dist/runtime/type-guards/tokens/isAtomicToken.d.ts +9 -0
- package/dist/runtime/type-guards/tokens/isAtomicToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isAtomicToken.js +12 -0
- package/dist/runtime/type-guards/tokens/isContainerToken.d.ts +21 -0
- package/dist/runtime/type-guards/tokens/isContainerToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isContainerToken.js +48 -0
- package/dist/runtime/type-guards/tokens/isDefineObject.d.ts +6 -0
- package/dist/runtime/type-guards/tokens/isDefineObject.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isDefineObject.js +12 -0
- package/dist/runtime/type-guards/tokens/isFunctionToken.d.ts +4 -0
- package/dist/runtime/type-guards/tokens/isFunctionToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isFunctionToken.js +7 -0
- package/dist/runtime/type-guards/tokens/isShapeCallback.d.ts +6 -0
- package/dist/runtime/type-guards/tokens/isShapeCallback.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isShapeCallback.js +7 -0
- package/dist/runtime/type-guards/tokens/isShapeToken.d.ts +9 -0
- package/dist/runtime/type-guards/tokens/isShapeToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isShapeToken.js +21 -0
- package/dist/runtime/type-guards/tokens/isSimpleToken.d.ts +53 -0
- package/dist/runtime/type-guards/tokens/isSimpleToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isSimpleToken.js +74 -0
- package/dist/runtime/type-guards/tokens/isSingletonToken.d.ts +9 -0
- package/dist/runtime/type-guards/tokens/isSingletonToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isSingletonToken.js +12 -0
- package/dist/runtime/type-guards/tokens/isTupleToken.d.ts +1 -0
- package/dist/runtime/type-guards/tokens/isTupleToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isTupleToken.js +1 -0
- package/dist/runtime/type-guards/tokens/isUnionSetToken.d.ts +1 -0
- package/dist/runtime/type-guards/tokens/isUnionSetToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isUnionSetToken.js +1 -0
- package/dist/runtime/type-guards/tokens/isUnionToken.d.ts +9 -0
- package/dist/runtime/type-guards/tokens/isUnionToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isUnionToken.js +12 -0
- package/dist/runtime/type-guards/urls/Social.d.ts +15 -0
- package/dist/runtime/type-guards/urls/Social.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/Social.js +21 -0
- package/dist/runtime/type-guards/urls/books.d.ts +1 -0
- package/dist/runtime/type-guards/urls/books.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/books.js +1 -0
- package/dist/runtime/type-guards/urls/index.d.ts +7 -0
- package/dist/runtime/type-guards/urls/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/index.js +6 -0
- package/dist/runtime/type-guards/urls/news/australian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/australian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/australian.js +9 -0
- package/dist/runtime/type-guards/urls/news/belgium.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/belgium.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/belgium.js +9 -0
- package/dist/runtime/type-guards/urls/news/canadian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/canadian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/canadian.js +9 -0
- package/dist/runtime/type-guards/urls/news/chinese.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/chinese.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/chinese.js +9 -0
- package/dist/runtime/type-guards/urls/news/danish.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/danish.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/danish.js +9 -0
- package/dist/runtime/type-guards/urls/news/dutch.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/dutch.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/dutch.js +9 -0
- package/dist/runtime/type-guards/urls/news/french.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/french.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/french.js +9 -0
- package/dist/runtime/type-guards/urls/news/german.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/german.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/german.js +9 -0
- package/dist/runtime/type-guards/urls/news/index.d.ts +30 -0
- package/dist/runtime/type-guards/urls/news/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/index.js +48 -0
- package/dist/runtime/type-guards/urls/news/indian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/indian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/indian.js +9 -0
- package/dist/runtime/type-guards/urls/news/italian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/italian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/italian.js +9 -0
- package/dist/runtime/type-guards/urls/news/japanese.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/japanese.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/japanese.js +9 -0
- package/dist/runtime/type-guards/urls/news/mexican.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/mexican.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/mexican.js +9 -0
- package/dist/runtime/type-guards/urls/news/norwegian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/norwegian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/norwegian.js +9 -0
- package/dist/runtime/type-guards/urls/news/south-korean.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/south-korean.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/south-korean.js +9 -0
- package/dist/runtime/type-guards/urls/news/spanish.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/spanish.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/spanish.js +9 -0
- package/dist/runtime/type-guards/urls/news/swiss.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/swiss.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/swiss.js +9 -0
- package/dist/runtime/type-guards/urls/news/turkish.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/turkish.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/turkish.js +9 -0
- package/dist/runtime/type-guards/urls/news/uk.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/uk.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/uk.js +9 -0
- package/dist/runtime/type-guards/urls/news/us.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/us.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/us.js +9 -0
- package/dist/runtime/type-guards/urls/repos/bitbucket.d.ts +9 -0
- package/dist/runtime/type-guards/urls/repos/bitbucket.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/repos/bitbucket.js +13 -0
- package/dist/runtime/type-guards/urls/repos/codeCommit.d.ts +9 -0
- package/dist/runtime/type-guards/urls/repos/codeCommit.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/repos/codeCommit.js +13 -0
- package/dist/runtime/type-guards/urls/repos/github.d.ts +95 -0
- package/dist/runtime/type-guards/urls/repos/github.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/repos/github.js +144 -0
- package/dist/runtime/type-guards/urls/repos/index.d.ts +12 -0
- package/dist/runtime/type-guards/urls/repos/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/repos/index.js +15 -0
- package/dist/runtime/type-guards/urls/repos/isSemanticVersion.d.ts +21 -0
- package/dist/runtime/type-guards/urls/repos/isSemanticVersion.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/repos/isSemanticVersion.js +30 -0
- package/dist/runtime/type-guards/urls/retail.d.ts +112 -0
- package/dist/runtime/type-guards/urls/retail.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/retail.js +156 -0
- package/dist/runtime/type-guards/urls/youtube.d.ts +72 -0
- package/dist/runtime/type-guards/urls/youtube.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/youtube.js +122 -0
- package/dist/runtime/vuejs/asVueRef.d.ts +15 -0
- package/dist/runtime/vuejs/asVueRef.d.ts.map +1 -0
- package/dist/runtime/vuejs/asVueRef.js +16 -0
- package/dist/runtime/vuejs/index.d.ts +2 -0
- package/dist/runtime/vuejs/index.d.ts.map +1 -0
- package/dist/runtime/vuejs/index.js +1 -0
- package/dist/types/api/api.d.ts +158 -0
- package/dist/types/api/api.d.ts.map +1 -0
- package/dist/types/api/api.js +1 -0
- package/dist/types/api/index.d.ts +2 -0
- package/dist/types/api/index.d.ts.map +1 -0
- package/dist/types/api/index.js +1 -0
- package/dist/types/base-types/AnyArray.d.ts +7 -0
- package/dist/types/base-types/AnyArray.d.ts.map +1 -0
- package/dist/types/base-types/AnyArray.js +1 -0
- package/dist/types/base-types/AnyObject.d.ts +9 -0
- package/dist/types/base-types/AnyObject.d.ts.map +1 -0
- package/dist/types/base-types/AnyObject.js +1 -0
- package/dist/types/base-types/Container.d.ts +12 -0
- package/dist/types/base-types/Container.d.ts.map +1 -0
- package/dist/types/base-types/Container.js +1 -0
- package/dist/types/base-types/Defined.d.ts +8 -0
- package/dist/types/base-types/Defined.d.ts.map +1 -0
- package/dist/types/base-types/Defined.js +1 -0
- package/dist/types/base-types/Dictionary.d.ts +11 -0
- package/dist/types/base-types/Dictionary.d.ts.map +1 -0
- package/dist/types/base-types/Dictionary.js +1 -0
- package/dist/types/base-types/Digital.d.ts +26 -0
- package/dist/types/base-types/Digital.d.ts.map +1 -0
- package/dist/types/base-types/Digital.js +1 -0
- package/dist/types/base-types/EmptyObject.d.ts +17 -0
- package/dist/types/base-types/EmptyObject.d.ts.map +1 -0
- package/dist/types/base-types/EmptyObject.js +1 -0
- package/dist/types/base-types/FalsyValue.d.ts +9 -0
- package/dist/types/base-types/FalsyValue.d.ts.map +1 -0
- package/dist/types/base-types/FalsyValue.js +1 -0
- package/dist/types/base-types/Indexable.d.ts +9 -0
- package/dist/types/base-types/Indexable.d.ts.map +1 -0
- package/dist/types/base-types/Indexable.js +1 -0
- package/dist/types/base-types/IndexableObject.d.ts +21 -0
- package/dist/types/base-types/IndexableObject.d.ts.map +1 -0
- package/dist/types/base-types/IndexableObject.js +1 -0
- package/dist/types/base-types/LikeRegExp.d.ts +9 -0
- package/dist/types/base-types/LikeRegExp.d.ts.map +1 -0
- package/dist/types/base-types/LikeRegExp.js +1 -0
- package/dist/types/base-types/List.d.ts +319 -0
- package/dist/types/base-types/List.d.ts.map +1 -0
- package/dist/types/base-types/List.js +1 -0
- package/dist/types/base-types/NarrowObject.d.ts +11 -0
- package/dist/types/base-types/NarrowObject.d.ts.map +1 -0
- package/dist/types/base-types/NarrowObject.js +1 -0
- package/dist/types/base-types/NonArray.d.ts +8 -0
- package/dist/types/base-types/NonArray.d.ts.map +1 -0
- package/dist/types/base-types/NonArray.js +1 -0
- package/dist/types/base-types/NotNull.d.ts +8 -0
- package/dist/types/base-types/NotNull.d.ts.map +1 -0
- package/dist/types/base-types/NotNull.js +1 -0
- package/dist/types/base-types/Nothing.d.ts +8 -0
- package/dist/types/base-types/Nothing.d.ts.map +1 -0
- package/dist/types/base-types/Nothing.js +1 -0
- package/dist/types/base-types/NumericSign.d.ts +7 -0
- package/dist/types/base-types/NumericSign.d.ts.map +1 -0
- package/dist/types/base-types/NumericSign.js +1 -0
- package/dist/types/base-types/ObjectKey.d.ts +8 -0
- package/dist/types/base-types/ObjectKey.d.ts.map +1 -0
- package/dist/types/base-types/ObjectKey.js +1 -0
- package/dist/types/base-types/Scalar.d.ts +7 -0
- package/dist/types/base-types/Scalar.d.ts.map +1 -0
- package/dist/types/base-types/Scalar.js +1 -0
- package/dist/types/base-types/ScalarNotSymbol.d.ts +7 -0
- package/dist/types/base-types/ScalarNotSymbol.d.ts.map +1 -0
- package/dist/types/base-types/ScalarNotSymbol.js +1 -0
- package/dist/types/base-types/Something.d.ts +9 -0
- package/dist/types/base-types/Something.d.ts.map +1 -0
- package/dist/types/base-types/Something.js +2 -0
- package/dist/types/base-types/Thenable.d.ts +12 -0
- package/dist/types/base-types/Thenable.d.ts.map +1 -0
- package/dist/types/base-types/Thenable.js +1 -0
- package/dist/types/base-types/Tuple.d.ts +25 -0
- package/dist/types/base-types/Tuple.d.ts.map +1 -0
- package/dist/types/base-types/Tuple.js +1 -0
- package/dist/types/base-types/fns/AnyFunction.d.ts +8 -0
- package/dist/types/base-types/fns/AnyFunction.d.ts.map +1 -0
- package/dist/types/base-types/fns/AnyFunction.js +2 -0
- package/dist/types/base-types/fns/EscapeFunction.d.ts +22 -0
- package/dist/types/base-types/fns/EscapeFunction.d.ts.map +1 -0
- package/dist/types/base-types/fns/EscapeFunction.js +1 -0
- package/dist/types/base-types/fns/FnAllowingProps.d.ts +11 -0
- package/dist/types/base-types/fns/FnAllowingProps.d.ts.map +1 -0
- package/dist/types/base-types/fns/FnAllowingProps.js +1 -0
- package/dist/types/base-types/fns/IdentityFunction.d.ts +6 -0
- package/dist/types/base-types/fns/IdentityFunction.d.ts.map +1 -0
- package/dist/types/base-types/fns/IdentityFunction.js +1 -0
- package/dist/types/base-types/fns/JustFunction.d.ts +9 -0
- package/dist/types/base-types/fns/JustFunction.d.ts.map +1 -0
- package/dist/types/base-types/fns/JustFunction.js +1 -0
- package/dist/types/base-types/fns/OptionalParamFn.d.ts +30 -0
- package/dist/types/base-types/fns/OptionalParamFn.d.ts.map +1 -0
- package/dist/types/base-types/fns/OptionalParamFn.js +1 -0
- package/dist/types/base-types/fns/RegularFn.d.ts +8 -0
- package/dist/types/base-types/fns/RegularFn.d.ts.map +1 -0
- package/dist/types/base-types/fns/RegularFn.js +1 -0
- package/dist/types/base-types/fns/TypedFunction.d.ts +9 -0
- package/dist/types/base-types/fns/TypedFunction.d.ts.map +1 -0
- package/dist/types/base-types/fns/TypedFunction.js +1 -0
- package/dist/types/base-types/fns/index.d.ts +9 -0
- package/dist/types/base-types/fns/index.d.ts.map +1 -0
- package/dist/types/base-types/fns/index.js +8 -0
- package/dist/types/base-types/functional/LeftRight.d.ts +161 -0
- package/dist/types/base-types/functional/LeftRight.d.ts.map +1 -0
- package/dist/types/base-types/functional/LeftRight.js +1 -0
- package/dist/types/base-types/functional/index.d.ts +2 -0
- package/dist/types/base-types/functional/index.d.ts.map +1 -0
- package/dist/types/base-types/functional/index.js +1 -0
- package/dist/types/base-types/index.d.ts +26 -0
- package/dist/types/base-types/index.d.ts.map +1 -0
- package/dist/types/base-types/index.js +25 -0
- package/dist/types/boolean-logic/LogicalCombinator.d.ts +5 -0
- package/dist/types/boolean-logic/LogicalCombinator.d.ts.map +1 -0
- package/dist/types/boolean-logic/LogicalCombinator.js +1 -0
- package/dist/types/boolean-logic/branching/Default.d.ts +11 -0
- package/dist/types/boolean-logic/branching/Default.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/Default.js +1 -0
- package/dist/types/boolean-logic/branching/Fail.d.ts +21 -0
- package/dist/types/boolean-logic/branching/Fail.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/Fail.js +1 -0
- package/dist/types/boolean-logic/branching/Handle.d.ts +17 -0
- package/dist/types/boolean-logic/branching/Handle.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/Handle.js +1 -0
- package/dist/types/boolean-logic/branching/If.d.ts +8 -0
- package/dist/types/boolean-logic/branching/If.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/If.js +1 -0
- package/dist/types/boolean-logic/branching/IfAllExtend.d.ts +12 -0
- package/dist/types/boolean-logic/branching/IfAllExtend.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/IfAllExtend.js +1 -0
- package/dist/types/boolean-logic/branching/IfAllLiteral.d.ts +9 -0
- package/dist/types/boolean-logic/branching/IfAllLiteral.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/IfAllLiteral.js +1 -0
- package/dist/types/boolean-logic/branching/IfEqual.d.ts +18 -0
- package/dist/types/boolean-logic/branching/IfEqual.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/IfEqual.js +1 -0
- package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts +11 -0
- package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/IfErrorCondition.js +1 -0
- package/dist/types/boolean-logic/branching/IfLength.d.ts +15 -0
- package/dist/types/boolean-logic/branching/IfLength.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/IfLength.js +1 -0
- package/dist/types/boolean-logic/branching/IfNever.d.ts +9 -0
- package/dist/types/boolean-logic/branching/IfNever.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/IfNever.js +1 -0
- package/dist/types/boolean-logic/branching/IfUnset.d.ts +12 -0
- package/dist/types/boolean-logic/branching/IfUnset.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/IfUnset.js +1 -0
- package/dist/types/boolean-logic/branching/Iff.d.ts +24 -0
- package/dist/types/boolean-logic/branching/Iff.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/Iff.js +1 -0
- package/dist/types/boolean-logic/branching/OnPass.d.ts +30 -0
- package/dist/types/boolean-logic/branching/OnPass.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/OnPass.js +1 -0
- package/dist/types/boolean-logic/branching/Passthrough.d.ts +11 -0
- package/dist/types/boolean-logic/branching/Passthrough.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/Passthrough.js +1 -0
- package/dist/types/boolean-logic/branching/WhenNever.d.ts +11 -0
- package/dist/types/boolean-logic/branching/WhenNever.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/WhenNever.js +1 -0
- package/dist/types/boolean-logic/branching/index.d.ts +16 -0
- package/dist/types/boolean-logic/branching/index.d.ts.map +1 -0
- package/dist/types/boolean-logic/branching/index.js +15 -0
- package/dist/types/boolean-logic/combinators/And.d.ts +11 -0
- package/dist/types/boolean-logic/combinators/And.d.ts.map +1 -0
- package/dist/types/boolean-logic/combinators/And.js +1 -0
- package/dist/types/boolean-logic/combinators/Compare.d.ts +54 -0
- package/dist/types/boolean-logic/combinators/Compare.d.ts.map +1 -0
- package/dist/types/boolean-logic/combinators/Compare.js +1 -0
- package/dist/types/boolean-logic/combinators/Not.d.ts +22 -0
- package/dist/types/boolean-logic/combinators/Not.d.ts.map +1 -0
- package/dist/types/boolean-logic/combinators/Not.js +1 -0
- package/dist/types/boolean-logic/combinators/Or.d.ts +20 -0
- package/dist/types/boolean-logic/combinators/Or.d.ts.map +1 -0
- package/dist/types/boolean-logic/combinators/Or.js +1 -0
- package/dist/types/boolean-logic/combinators/Some.d.ts +8 -0
- package/dist/types/boolean-logic/combinators/Some.d.ts.map +1 -0
- package/dist/types/boolean-logic/combinators/Some.js +1 -0
- package/dist/types/boolean-logic/combinators/index.d.ts +6 -0
- package/dist/types/boolean-logic/combinators/index.d.ts.map +1 -0
- package/dist/types/boolean-logic/combinators/index.js +5 -0
- package/dist/types/boolean-logic/index.d.ts +6 -0
- package/dist/types/boolean-logic/index.d.ts.map +1 -0
- package/dist/types/boolean-logic/index.js +5 -0
- package/dist/types/boolean-logic/narrowing/As.d.ts +7 -0
- package/dist/types/boolean-logic/narrowing/As.d.ts.map +1 -0
- package/dist/types/boolean-logic/narrowing/As.js +1 -0
- package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts +12 -0
- package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts.map +1 -0
- package/dist/types/boolean-logic/narrowing/AsDoneFn.js +1 -0
- package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts +9 -0
- package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts.map +1 -0
- package/dist/types/boolean-logic/narrowing/AsIndexOf.js +1 -0
- package/dist/types/boolean-logic/narrowing/AsSomething.d.ts +20 -0
- package/dist/types/boolean-logic/narrowing/AsSomething.d.ts.map +1 -0
- package/dist/types/boolean-logic/narrowing/AsSomething.js +1 -0
- package/dist/types/boolean-logic/narrowing/index.d.ts +5 -0
- package/dist/types/boolean-logic/narrowing/index.d.ts.map +1 -0
- package/dist/types/boolean-logic/narrowing/index.js +4 -0
- package/dist/types/boolean-logic/operators/AllExtend.d.ts +13 -0
- package/dist/types/boolean-logic/operators/AllExtend.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/AllExtend.js +1 -0
- package/dist/types/boolean-logic/operators/AllLiteral.d.ts +11 -0
- package/dist/types/boolean-logic/operators/AllLiteral.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/AllLiteral.js +1 -0
- package/dist/types/boolean-logic/operators/AllNumericLiterals.d.ts +12 -0
- package/dist/types/boolean-logic/operators/AllNumericLiterals.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/AllNumericLiterals.js +1 -0
- package/dist/types/boolean-logic/operators/AllStringLiterals.d.ts +12 -0
- package/dist/types/boolean-logic/operators/AllStringLiterals.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/AllStringLiterals.js +1 -0
- package/dist/types/boolean-logic/operators/ApiOperators.d.ts +11 -0
- package/dist/types/boolean-logic/operators/ApiOperators.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/ApiOperators.js +1 -0
- package/dist/types/boolean-logic/operators/AreSameLength.d.ts +9 -0
- package/dist/types/boolean-logic/operators/AreSameLength.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/AreSameLength.js +1 -0
- package/dist/types/boolean-logic/operators/AreSameType.d.ts +18 -0
- package/dist/types/boolean-logic/operators/AreSameType.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/AreSameType.js +1 -0
- package/dist/types/boolean-logic/operators/Contains.d.ts +26 -0
- package/dist/types/boolean-logic/operators/Contains.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/Contains.js +1 -0
- package/dist/types/boolean-logic/operators/ContainsAll.d.ts +17 -0
- package/dist/types/boolean-logic/operators/ContainsAll.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/ContainsAll.js +1 -0
- package/dist/types/boolean-logic/operators/DoesExtend.d.ts +8 -0
- package/dist/types/boolean-logic/operators/DoesExtend.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/DoesExtend.js +1 -0
- package/dist/types/boolean-logic/operators/DoesNotExtend.d.ts +8 -0
- package/dist/types/boolean-logic/operators/DoesNotExtend.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/DoesNotExtend.js +1 -0
- package/dist/types/boolean-logic/operators/EndsWith.d.ts +21 -0
- package/dist/types/boolean-logic/operators/EndsWith.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/EndsWith.js +1 -0
- package/dist/types/boolean-logic/operators/Extends.d.ts +10 -0
- package/dist/types/boolean-logic/operators/Extends.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/Extends.js +1 -0
- package/dist/types/boolean-logic/operators/ExtendsAll.d.ts +13 -0
- package/dist/types/boolean-logic/operators/ExtendsAll.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/ExtendsAll.js +1 -0
- package/dist/types/boolean-logic/operators/ExtendsNone.d.ts +11 -0
- package/dist/types/boolean-logic/operators/ExtendsNone.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/ExtendsNone.js +1 -0
- package/dist/types/boolean-logic/operators/ExtendsSome.d.ts +11 -0
- package/dist/types/boolean-logic/operators/ExtendsSome.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/ExtendsSome.js +1 -0
- package/dist/types/boolean-logic/operators/HasArray.d.ts +10 -0
- package/dist/types/boolean-logic/operators/HasArray.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasArray.js +1 -0
- package/dist/types/boolean-logic/operators/HasCharacters.d.ts +22 -0
- package/dist/types/boolean-logic/operators/HasCharacters.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasCharacters.js +1 -0
- package/dist/types/boolean-logic/operators/HasIndex.d.ts +9 -0
- package/dist/types/boolean-logic/operators/HasIndex.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasIndex.js +1 -0
- package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts +16 -0
- package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasOtherCharacters.js +1 -0
- package/dist/types/boolean-logic/operators/HasParameters.d.ts +14 -0
- package/dist/types/boolean-logic/operators/HasParameters.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasParameters.js +1 -0
- package/dist/types/boolean-logic/operators/HasProp.d.ts +11 -0
- package/dist/types/boolean-logic/operators/HasProp.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasProp.js +1 -0
- package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts +9 -0
- package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasRequiredProps.js +1 -0
- package/dist/types/boolean-logic/operators/HasSameKeys.d.ts +13 -0
- package/dist/types/boolean-logic/operators/HasSameKeys.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasSameKeys.js +1 -0
- package/dist/types/boolean-logic/operators/HasSameValues.d.ts +19 -0
- package/dist/types/boolean-logic/operators/HasSameValues.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasSameValues.js +1 -0
- package/dist/types/boolean-logic/operators/HasUnionType.d.ts +10 -0
- package/dist/types/boolean-logic/operators/HasUnionType.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasUnionType.js +1 -0
- package/dist/types/boolean-logic/operators/HasWideValues.d.ts +10 -0
- package/dist/types/boolean-logic/operators/HasWideValues.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasWideValues.js +1 -0
- package/dist/types/boolean-logic/operators/HaveSameNumericSign.d.ts +9 -0
- package/dist/types/boolean-logic/operators/HaveSameNumericSign.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HaveSameNumericSign.js +1 -0
- package/dist/types/boolean-logic/operators/IsAllCaps.d.ts +21 -0
- package/dist/types/boolean-logic/operators/IsAllCaps.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsAllCaps.js +1 -0
- package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts +20 -0
- package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsAllLowercase.js +1 -0
- package/dist/types/boolean-logic/operators/IsAny.d.ts +8 -0
- package/dist/types/boolean-logic/operators/IsAny.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsAny.js +1 -0
- package/dist/types/boolean-logic/operators/IsAnyEqual.d.ts +10 -0
- package/dist/types/boolean-logic/operators/IsAnyEqual.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsAnyEqual.js +1 -0
- package/dist/types/boolean-logic/operators/IsArray.d.ts +8 -0
- package/dist/types/boolean-logic/operators/IsArray.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsArray.js +1 -0
- package/dist/types/boolean-logic/operators/IsBoolean.d.ts +8 -0
- package/dist/types/boolean-logic/operators/IsBoolean.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsBoolean.js +1 -0
- package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsBooleanLiteral.js +1 -0
- package/dist/types/boolean-logic/operators/IsContainer.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsContainer.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsContainer.js +1 -0
- package/dist/types/boolean-logic/operators/IsCssHexadecimal.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsCssHexadecimal.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsCssHexadecimal.js +1 -0
- package/dist/types/boolean-logic/operators/IsDefined.d.ts +7 -0
- package/dist/types/boolean-logic/operators/IsDefined.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsDefined.js +1 -0
- package/dist/types/boolean-logic/operators/IsDotPath.d.ts +20 -0
- package/dist/types/boolean-logic/operators/IsDotPath.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsDotPath.js +1 -0
- package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts +10 -0
- package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsEmptyObject.js +1 -0
- package/dist/types/boolean-logic/operators/IsEmptyString.d.ts +12 -0
- package/dist/types/boolean-logic/operators/IsEmptyString.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsEmptyString.js +1 -0
- package/dist/types/boolean-logic/operators/IsEqual.d.ts +13 -0
- package/dist/types/boolean-logic/operators/IsEqual.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsEqual.js +1 -0
- package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts +11 -0
- package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsErrorCondition.js +1 -0
- package/dist/types/boolean-logic/operators/IsFalse.d.ts +15 -0
- package/dist/types/boolean-logic/operators/IsFalse.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsFalse.js +1 -0
- package/dist/types/boolean-logic/operators/IsFalsy.d.ts +8 -0
- package/dist/types/boolean-logic/operators/IsFalsy.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsFalsy.js +1 -0
- package/dist/types/boolean-logic/operators/IsFloat.d.ts +13 -0
- package/dist/types/boolean-logic/operators/IsFloat.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsFloat.js +1 -0
- package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts +15 -0
- package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsFnWithParams.js +1 -0
- package/dist/types/boolean-logic/operators/IsFunction.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsFunction.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsFunction.js +1 -0
- package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts +19 -0
- package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsGreaterThan.js +1 -0
- package/dist/types/boolean-logic/operators/IsInteger.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsInteger.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsInteger.js +1 -0
- package/dist/types/boolean-logic/operators/IsIterable.d.ts +10 -0
- package/dist/types/boolean-logic/operators/IsIterable.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsIterable.js +1 -0
- package/dist/types/boolean-logic/operators/IsLength.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsLength.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsLength.js +1 -0
- package/dist/types/boolean-logic/operators/IsLessThan.d.ts +19 -0
- package/dist/types/boolean-logic/operators/IsLessThan.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsLessThan.js +1 -0
- package/dist/types/boolean-logic/operators/IsLiteral.d.ts +22 -0
- package/dist/types/boolean-logic/operators/IsLiteral.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsLiteral.js +1 -0
- package/dist/types/boolean-logic/operators/IsLiteralFn.d.ts +16 -0
- package/dist/types/boolean-logic/operators/IsLiteralFn.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsLiteralFn.js +1 -0
- package/dist/types/boolean-logic/operators/IsLiteralUnion.d.ts +13 -0
- package/dist/types/boolean-logic/operators/IsLiteralUnion.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsLiteralUnion.js +1 -0
- package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts +12 -0
- package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNarrowingFn.js +1 -0
- package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts +10 -0
- package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNegativeNumber.js +1 -0
- package/dist/types/boolean-logic/operators/IsNever.d.ts +8 -0
- package/dist/types/boolean-logic/operators/IsNever.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNever.js +1 -0
- package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts +13 -0
- package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNonLiteralUnion.js +1 -0
- package/dist/types/boolean-logic/operators/IsNotEqual.d.ts +8 -0
- package/dist/types/boolean-logic/operators/IsNotEqual.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNotEqual.js +1 -0
- package/dist/types/boolean-logic/operators/IsNothing.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsNothing.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNothing.js +1 -0
- package/dist/types/boolean-logic/operators/IsNull.d.ts +12 -0
- package/dist/types/boolean-logic/operators/IsNull.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNull.js +1 -0
- package/dist/types/boolean-logic/operators/IsNumber.d.ts +8 -0
- package/dist/types/boolean-logic/operators/IsNumber.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNumber.js +1 -0
- package/dist/types/boolean-logic/operators/IsNumberLike.d.ts +10 -0
- package/dist/types/boolean-logic/operators/IsNumberLike.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNumberLike.js +1 -0
- package/dist/types/boolean-logic/operators/IsNumericLiteral.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsNumericLiteral.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsNumericLiteral.js +1 -0
- package/dist/types/boolean-logic/operators/IsObject.d.ts +13 -0
- package/dist/types/boolean-logic/operators/IsObject.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsObject.js +1 -0
- package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts +14 -0
- package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsObjectLiteral.js +1 -0
- package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts +12 -0
- package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsOptionalScalar.js +1 -0
- package/dist/types/boolean-logic/operators/IsPositiveNumber.d.ts +11 -0
- package/dist/types/boolean-logic/operators/IsPositiveNumber.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsPositiveNumber.js +1 -0
- package/dist/types/boolean-logic/operators/IsReadonlyArray.d.ts +7 -0
- package/dist/types/boolean-logic/operators/IsReadonlyArray.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsReadonlyArray.js +1 -0
- package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts +12 -0
- package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsReadonlyObject.js +1 -0
- package/dist/types/boolean-logic/operators/IsScalar.d.ts +17 -0
- package/dist/types/boolean-logic/operators/IsScalar.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsScalar.js +1 -0
- package/dist/types/boolean-logic/operators/IsSingleChar.d.ts +8 -0
- package/dist/types/boolean-logic/operators/IsSingleChar.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsSingleChar.js +1 -0
- package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts +13 -0
- package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsSingularNoun.js +1 -0
- package/dist/types/boolean-logic/operators/IsString.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsString.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsString.js +1 -0
- package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsStringLiteral.js +1 -0
- package/dist/types/boolean-logic/operators/IsSymbol.d.ts +8 -0
- package/dist/types/boolean-logic/operators/IsSymbol.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsSymbol.js +1 -0
- package/dist/types/boolean-logic/operators/IsTrue.d.ts +18 -0
- package/dist/types/boolean-logic/operators/IsTrue.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsTrue.js +1 -0
- package/dist/types/boolean-logic/operators/IsTruthy.d.ts +13 -0
- package/dist/types/boolean-logic/operators/IsTruthy.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsTruthy.js +1 -0
- package/dist/types/boolean-logic/operators/IsTuple.d.ts +17 -0
- package/dist/types/boolean-logic/operators/IsTuple.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsTuple.js +1 -0
- package/dist/types/boolean-logic/operators/IsUndefined.d.ts +7 -0
- package/dist/types/boolean-logic/operators/IsUndefined.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsUndefined.js +1 -0
- package/dist/types/boolean-logic/operators/IsUnion.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsUnion.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsUnion.js +1 -0
- package/dist/types/boolean-logic/operators/IsUnionArray.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsUnionArray.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsUnionArray.js +1 -0
- package/dist/types/boolean-logic/operators/IsUnset.d.ts +9 -0
- package/dist/types/boolean-logic/operators/IsUnset.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsUnset.js +1 -0
- package/dist/types/boolean-logic/operators/IsUrl.d.ts +34 -0
- package/dist/types/boolean-logic/operators/IsUrl.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsUrl.js +1 -0
- package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts +15 -0
- package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsValidDotPath.js +1 -0
- package/dist/types/boolean-logic/operators/IsValidIndex.d.ts +11 -0
- package/dist/types/boolean-logic/operators/IsValidIndex.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsValidIndex.js +1 -0
- package/dist/types/boolean-logic/operators/IsVueRef.d.ts +14 -0
- package/dist/types/boolean-logic/operators/IsVueRef.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsVueRef.js +1 -0
- package/dist/types/boolean-logic/operators/IsWideType.d.ts +51 -0
- package/dist/types/boolean-logic/operators/IsWideType.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsWideType.js +1 -0
- package/dist/types/boolean-logic/operators/IsWideUnion.d.ts +15 -0
- package/dist/types/boolean-logic/operators/IsWideUnion.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsWideUnion.js +1 -0
- package/dist/types/boolean-logic/operators/MaybeError.d.ts +20 -0
- package/dist/types/boolean-logic/operators/MaybeError.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/MaybeError.js +2 -0
- package/dist/types/boolean-logic/operators/NarrowlyContains.d.ts +13 -0
- package/dist/types/boolean-logic/operators/NarrowlyContains.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/NarrowlyContains.js +1 -0
- package/dist/types/boolean-logic/operators/Network-operators.d.ts +71 -0
- package/dist/types/boolean-logic/operators/Network-operators.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/Network-operators.js +1 -0
- package/dist/types/boolean-logic/operators/NotEqual.d.ts +8 -0
- package/dist/types/boolean-logic/operators/NotEqual.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/NotEqual.js +1 -0
- package/dist/types/boolean-logic/operators/NotLength.d.ts +8 -0
- package/dist/types/boolean-logic/operators/NotLength.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/NotLength.js +1 -0
- package/dist/types/boolean-logic/operators/PhoneOperators.d.ts +32 -0
- package/dist/types/boolean-logic/operators/PhoneOperators.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/PhoneOperators.js +1 -0
- package/dist/types/boolean-logic/operators/Returns.d.ts +9 -0
- package/dist/types/boolean-logic/operators/Returns.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/Returns.js +1 -0
- package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts +11 -0
- package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/ReturnsBoolean.js +1 -0
- package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts +11 -0
- package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/ReturnsFalse.js +1 -0
- package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts +12 -0
- package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/ReturnsTrue.js +1 -0
- package/dist/types/boolean-logic/operators/SomeEqual.d.ts +12 -0
- package/dist/types/boolean-logic/operators/SomeEqual.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/SomeEqual.js +1 -0
- package/dist/types/boolean-logic/operators/SomeExtend.d.ts +11 -0
- package/dist/types/boolean-logic/operators/SomeExtend.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/SomeExtend.js +1 -0
- package/dist/types/boolean-logic/operators/StartsWith.d.ts +24 -0
- package/dist/types/boolean-logic/operators/StartsWith.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/StartsWith.js +1 -0
- package/dist/types/boolean-logic/operators/UnionHasArray.d.ts +14 -0
- package/dist/types/boolean-logic/operators/UnionHasArray.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/UnionHasArray.js +1 -0
- package/dist/types/boolean-logic/operators/Validate.d.ts +20 -0
- package/dist/types/boolean-logic/operators/Validate.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/Validate.js +1 -0
- package/dist/types/boolean-logic/operators/YouTube-operators.d.ts +32 -0
- package/dist/types/boolean-logic/operators/YouTube-operators.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/YouTube-operators.js +1 -0
- package/dist/types/boolean-logic/operators/index.d.ts +104 -0
- package/dist/types/boolean-logic/operators/index.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/index.js +103 -0
- package/dist/types/classes/Constructor.d.ts +6 -0
- package/dist/types/classes/Constructor.d.ts.map +1 -0
- package/dist/types/classes/Constructor.js +1 -0
- package/dist/types/classes/KlassMeta.d.ts +21 -0
- package/dist/types/classes/KlassMeta.d.ts.map +1 -0
- package/dist/types/classes/KlassMeta.js +1 -0
- package/dist/types/classes/index.d.ts +3 -0
- package/dist/types/classes/index.d.ts.map +1 -0
- package/dist/types/classes/index.js +2 -0
- package/dist/types/containers/IsEmptyContainer.d.ts +11 -0
- package/dist/types/containers/IsEmptyContainer.d.ts.map +1 -0
- package/dist/types/containers/IsEmptyContainer.js +1 -0
- package/dist/types/containers/IsNonEmptyContainer.d.ts +12 -0
- package/dist/types/containers/IsNonEmptyContainer.d.ts.map +1 -0
- package/dist/types/containers/IsNonEmptyContainer.js +1 -0
- package/dist/types/containers/RemoveEmpty.d.ts +30 -0
- package/dist/types/containers/RemoveEmpty.d.ts.map +1 -0
- package/dist/types/containers/RemoveEmpty.js +1 -0
- package/dist/types/containers/RemoveMarked.d.ts +13 -0
- package/dist/types/containers/RemoveMarked.d.ts.map +1 -0
- package/dist/types/containers/RemoveMarked.js +1 -0
- package/dist/types/containers/RemoveNever.d.ts +18 -0
- package/dist/types/containers/RemoveNever.d.ts.map +1 -0
- package/dist/types/containers/RemoveNever.js +1 -0
- package/dist/types/containers/RemoveUndefined.d.ts +11 -0
- package/dist/types/containers/RemoveUndefined.d.ts.map +1 -0
- package/dist/types/containers/RemoveUndefined.js +1 -0
- package/dist/types/containers/index.d.ts +7 -0
- package/dist/types/containers/index.d.ts.map +1 -0
- package/dist/types/containers/index.js +6 -0
- package/dist/types/dictionary/AddKeyValue.d.ts +13 -0
- package/dist/types/dictionary/AddKeyValue.d.ts.map +1 -0
- package/dist/types/dictionary/AddKeyValue.js +1 -0
- package/dist/types/dictionary/CamelKeys.d.ts +16 -0
- package/dist/types/dictionary/CamelKeys.d.ts.map +1 -0
- package/dist/types/dictionary/CamelKeys.js +1 -0
- package/dist/types/dictionary/CombinedKeys.d.ts +17 -0
- package/dist/types/dictionary/CombinedKeys.d.ts.map +1 -0
- package/dist/types/dictionary/CombinedKeys.js +1 -0
- package/dist/types/dictionary/CreateKV.d.ts +15 -0
- package/dist/types/dictionary/CreateKV.d.ts.map +1 -0
- package/dist/types/dictionary/CreateKV.js +1 -0
- package/dist/types/dictionary/CreateLookup.d.ts +13 -0
- package/dist/types/dictionary/CreateLookup.d.ts.map +1 -0
- package/dist/types/dictionary/CreateLookup.js +1 -0
- package/dist/types/dictionary/DefineObject.d.ts +40 -0
- package/dist/types/dictionary/DefineObject.d.ts.map +1 -0
- package/dist/types/dictionary/DefineObject.js +1 -0
- package/dist/types/dictionary/DictChangeValue.d.ts +28 -0
- package/dist/types/dictionary/DictChangeValue.d.ts.map +1 -0
- package/dist/types/dictionary/DictChangeValue.js +1 -0
- package/dist/types/dictionary/EnsureKeys.d.ts +17 -0
- package/dist/types/dictionary/EnsureKeys.d.ts.map +1 -0
- package/dist/types/dictionary/EnsureKeys.js +1 -0
- package/dist/types/dictionary/FilterProps.d.ts +20 -0
- package/dist/types/dictionary/FilterProps.d.ts.map +1 -0
- package/dist/types/dictionary/FilterProps.js +1 -0
- package/dist/types/dictionary/FromMaybeRef.d.ts +9 -0
- package/dist/types/dictionary/FromMaybeRef.d.ts.map +1 -0
- package/dist/types/dictionary/FromMaybeRef.js +1 -0
- package/dist/types/dictionary/Get.d.ts +8 -0
- package/dist/types/dictionary/Get.d.ts.map +1 -0
- package/dist/types/dictionary/Get.js +1 -0
- package/dist/types/dictionary/KebabKeys.d.ts +16 -0
- package/dist/types/dictionary/KebabKeys.d.ts.map +1 -0
- package/dist/types/dictionary/KebabKeys.js +1 -0
- package/dist/types/dictionary/Keys.d.ts +79 -0
- package/dist/types/dictionary/Keys.d.ts.map +1 -0
- package/dist/types/dictionary/Keys.js +1 -0
- package/dist/types/dictionary/KeysEqualValue.d.ts +17 -0
- package/dist/types/dictionary/KeysEqualValue.d.ts.map +1 -0
- package/dist/types/dictionary/KeysEqualValue.js +1 -0
- package/dist/types/dictionary/KeysNotEqualValue.d.ts +17 -0
- package/dist/types/dictionary/KeysNotEqualValue.d.ts.map +1 -0
- package/dist/types/dictionary/KeysNotEqualValue.js +1 -0
- package/dist/types/dictionary/KeysWithValue.d.ts +18 -0
- package/dist/types/dictionary/KeysWithValue.d.ts.map +1 -0
- package/dist/types/dictionary/KeysWithValue.js +1 -0
- package/dist/types/dictionary/KeysWithoutValue.d.ts +15 -0
- package/dist/types/dictionary/KeysWithoutValue.d.ts.map +1 -0
- package/dist/types/dictionary/KeysWithoutValue.js +1 -0
- package/dist/types/dictionary/KvFn.d.ts +15 -0
- package/dist/types/dictionary/KvFn.d.ts.map +1 -0
- package/dist/types/dictionary/KvFn.js +1 -0
- package/dist/types/dictionary/MakeKeysOptional.d.ts +24 -0
- package/dist/types/dictionary/MakeKeysOptional.d.ts.map +1 -0
- package/dist/types/dictionary/MakeKeysOptional.js +1 -0
- package/dist/types/dictionary/MakeKeysRequired.d.ts +14 -0
- package/dist/types/dictionary/MakeKeysRequired.d.ts.map +1 -0
- package/dist/types/dictionary/MakeKeysRequired.js +1 -0
- package/dist/types/dictionary/MakePropsMutable.d.ts +40 -0
- package/dist/types/dictionary/MakePropsMutable.d.ts.map +1 -0
- package/dist/types/dictionary/MakePropsMutable.js +1 -0
- package/dist/types/dictionary/MapTo.d.ts +228 -0
- package/dist/types/dictionary/MapTo.d.ts.map +1 -0
- package/dist/types/dictionary/MapTo.js +34 -0
- package/dist/types/dictionary/MaybeRef.d.ts +17 -0
- package/dist/types/dictionary/MaybeRef.d.ts.map +1 -0
- package/dist/types/dictionary/MaybeRef.js +1 -0
- package/dist/types/dictionary/MergeKVs.d.ts +20 -0
- package/dist/types/dictionary/MergeKVs.d.ts.map +1 -0
- package/dist/types/dictionary/MergeKVs.js +1 -0
- package/dist/types/dictionary/MutableProps.d.ts +9 -0
- package/dist/types/dictionary/MutableProps.d.ts.map +1 -0
- package/dist/types/dictionary/MutableProps.js +1 -0
- package/dist/types/dictionary/NonNumericKeys.d.ts +9 -0
- package/dist/types/dictionary/NonNumericKeys.d.ts.map +1 -0
- package/dist/types/dictionary/NonNumericKeys.js +1 -0
- package/dist/types/dictionary/NonStringKeys.d.ts +15 -0
- package/dist/types/dictionary/NonStringKeys.d.ts.map +1 -0
- package/dist/types/dictionary/NonStringKeys.js +1 -0
- package/dist/types/dictionary/OptionalKeys.d.ts +26 -0
- package/dist/types/dictionary/OptionalKeys.d.ts.map +1 -0
- package/dist/types/dictionary/OptionalKeys.js +1 -0
- package/dist/types/dictionary/OptionalProps.d.ts +8 -0
- package/dist/types/dictionary/OptionalProps.d.ts.map +1 -0
- package/dist/types/dictionary/OptionalProps.js +1 -0
- package/dist/types/dictionary/PascalKeys.d.ts +16 -0
- package/dist/types/dictionary/PascalKeys.d.ts.map +1 -0
- package/dist/types/dictionary/PascalKeys.js +1 -0
- package/dist/types/dictionary/ReadonlyKeys.d.ts +16 -0
- package/dist/types/dictionary/ReadonlyKeys.d.ts.map +1 -0
- package/dist/types/dictionary/ReadonlyKeys.js +1 -0
- package/dist/types/dictionary/ReadonlyProps.d.ts +9 -0
- package/dist/types/dictionary/ReadonlyProps.d.ts.map +1 -0
- package/dist/types/dictionary/ReadonlyProps.js +1 -0
- package/dist/types/dictionary/RemoveIndexKeys.d.ts +16 -0
- package/dist/types/dictionary/RemoveIndexKeys.d.ts.map +1 -0
- package/dist/types/dictionary/RemoveIndexKeys.js +1 -0
- package/dist/types/dictionary/RequireProps.d.ts +13 -0
- package/dist/types/dictionary/RequireProps.d.ts.map +1 -0
- package/dist/types/dictionary/RequireProps.js +1 -0
- package/dist/types/dictionary/RequiredKeys.d.ts +19 -0
- package/dist/types/dictionary/RequiredKeys.d.ts.map +1 -0
- package/dist/types/dictionary/RequiredKeys.js +1 -0
- package/dist/types/dictionary/RequiredProps.d.ts +8 -0
- package/dist/types/dictionary/RequiredProps.d.ts.map +1 -0
- package/dist/types/dictionary/RequiredProps.js +1 -0
- package/dist/types/dictionary/RetainProps.d.ts +20 -0
- package/dist/types/dictionary/RetainProps.d.ts.map +1 -0
- package/dist/types/dictionary/RetainProps.js +1 -0
- package/dist/types/dictionary/SharedKeys.d.ts +17 -0
- package/dist/types/dictionary/SharedKeys.d.ts.map +1 -0
- package/dist/types/dictionary/SharedKeys.js +1 -0
- package/dist/types/dictionary/SimplifyObject.d.ts +9 -0
- package/dist/types/dictionary/SimplifyObject.d.ts.map +1 -0
- package/dist/types/dictionary/SimplifyObject.js +1 -0
- package/dist/types/dictionary/SnakeKeys.d.ts +16 -0
- package/dist/types/dictionary/SnakeKeys.d.ts.map +1 -0
- package/dist/types/dictionary/SnakeKeys.js +1 -0
- package/dist/types/dictionary/StringKeys.d.ts +9 -0
- package/dist/types/dictionary/StringKeys.d.ts.map +1 -0
- package/dist/types/dictionary/StringKeys.js +1 -0
- package/dist/types/dictionary/TakeProp.d.ts +9 -0
- package/dist/types/dictionary/TakeProp.d.ts.map +1 -0
- package/dist/types/dictionary/TakeProp.js +1 -0
- package/dist/types/dictionary/UpsertKeyValue.d.ts +13 -0
- package/dist/types/dictionary/UpsertKeyValue.d.ts.map +1 -0
- package/dist/types/dictionary/UpsertKeyValue.js +1 -0
- package/dist/types/dictionary/ValidKey.d.ts +11 -0
- package/dist/types/dictionary/ValidKey.d.ts.map +1 -0
- package/dist/types/dictionary/ValidKey.js +1 -0
- package/dist/types/dictionary/Values.d.ts +18 -0
- package/dist/types/dictionary/Values.d.ts.map +1 -0
- package/dist/types/dictionary/Values.js +1 -0
- package/dist/types/dictionary/WithKeys.d.ts +23 -0
- package/dist/types/dictionary/WithKeys.d.ts.map +1 -0
- package/dist/types/dictionary/WithKeys.js +1 -0
- package/dist/types/dictionary/WithNumericKeys.d.ts +8 -0
- package/dist/types/dictionary/WithNumericKeys.d.ts.map +1 -0
- package/dist/types/dictionary/WithNumericKeys.js +1 -0
- package/dist/types/dictionary/WithStringKeys.d.ts +9 -0
- package/dist/types/dictionary/WithStringKeys.d.ts.map +1 -0
- package/dist/types/dictionary/WithStringKeys.js +1 -0
- package/dist/types/dictionary/WithValue.d.ts +22 -0
- package/dist/types/dictionary/WithValue.d.ts.map +1 -0
- package/dist/types/dictionary/WithValue.js +1 -0
- package/dist/types/dictionary/WithoutKeys.d.ts +12 -0
- package/dist/types/dictionary/WithoutKeys.d.ts.map +1 -0
- package/dist/types/dictionary/WithoutKeys.js +1 -0
- package/dist/types/dictionary/WithoutValue.d.ts +17 -0
- package/dist/types/dictionary/WithoutValue.d.ts.map +1 -0
- package/dist/types/dictionary/WithoutValue.js +1 -0
- package/dist/types/dictionary/index.d.ts +54 -0
- package/dist/types/dictionary/index.d.ts.map +1 -0
- package/dist/types/dictionary/index.js +61 -0
- package/dist/types/errors/AsError.d.ts +55 -0
- package/dist/types/errors/AsError.d.ts.map +1 -0
- package/dist/types/errors/AsError.js +1 -0
- package/dist/types/errors/CompleteError.d.ts +22 -0
- package/dist/types/errors/CompleteError.d.ts.map +1 -0
- package/dist/types/errors/CompleteError.js +1 -0
- package/dist/types/errors/ErrorCondition.d.ts +93 -0
- package/dist/types/errors/ErrorCondition.d.ts.map +1 -0
- package/dist/types/errors/ErrorCondition.js +1 -0
- package/dist/types/errors/ErrorConditionHandler.d.ts +9 -0
- package/dist/types/errors/ErrorConditionHandler.d.ts.map +1 -0
- package/dist/types/errors/ErrorConditionHandler.js +1 -0
- package/dist/types/errors/KindError.d.ts +44 -0
- package/dist/types/errors/KindError.d.ts.map +1 -0
- package/dist/types/errors/KindError.js +1 -0
- package/dist/types/errors/MapError.d.ts +15 -0
- package/dist/types/errors/MapError.d.ts.map +1 -0
- package/dist/types/errors/MapError.js +1 -0
- package/dist/types/errors/PartialError.d.ts +19 -0
- package/dist/types/errors/PartialError.d.ts.map +1 -0
- package/dist/types/errors/PartialError.js +1 -0
- package/dist/types/errors/ProxyError.d.ts +22 -0
- package/dist/types/errors/ProxyError.d.ts.map +1 -0
- package/dist/types/errors/ProxyError.js +1 -0
- package/dist/types/errors/StackTrace.d.ts +13 -0
- package/dist/types/errors/StackTrace.d.ts.map +1 -0
- package/dist/types/errors/StackTrace.js +1 -0
- package/dist/types/errors/Throw.d.ts +21 -0
- package/dist/types/errors/Throw.d.ts.map +1 -0
- package/dist/types/errors/Throw.js +1 -0
- package/dist/types/errors/index.d.ts +11 -0
- package/dist/types/errors/index.d.ts.map +1 -0
- package/dist/types/errors/index.js +10 -0
- package/dist/types/functional/Left.d.ts +8 -0
- package/dist/types/functional/Left.d.ts.map +1 -0
- package/dist/types/functional/Left.js +1 -0
- package/dist/types/functional/Option.d.ts +1 -0
- package/dist/types/functional/Option.d.ts.map +1 -0
- package/dist/types/functional/Option.js +1 -0
- package/dist/types/functional/Result.d.ts +238 -0
- package/dist/types/functional/Result.d.ts.map +1 -0
- package/dist/types/functional/Result.js +2 -0
- package/dist/types/functional/Right.d.ts +8 -0
- package/dist/types/functional/Right.d.ts.map +1 -0
- package/dist/types/functional/Right.js +1 -0
- package/dist/types/functional/index.d.ts +4 -0
- package/dist/types/functional/index.d.ts.map +1 -0
- package/dist/types/functional/index.js +3 -0
- package/dist/types/functions/AsFnMeta.d.ts +8 -0
- package/dist/types/functions/AsFnMeta.d.ts.map +1 -0
- package/dist/types/functions/AsFnMeta.js +1 -0
- package/dist/types/functions/FnFrom.d.ts +8 -0
- package/dist/types/functions/FnFrom.d.ts.map +1 -0
- package/dist/types/functions/FnFrom.js +1 -0
- package/dist/types/functions/FnMeta.d.ts +22 -0
- package/dist/types/functions/FnMeta.d.ts.map +1 -0
- package/dist/types/functions/FnMeta.js +1 -0
- package/dist/types/functions/FnProps.d.ts +11 -0
- package/dist/types/functions/FnProps.d.ts.map +1 -0
- package/dist/types/functions/FnProps.js +1 -0
- package/dist/types/functions/FnWithDescription.d.ts +9 -0
- package/dist/types/functions/FnWithDescription.d.ts.map +1 -0
- package/dist/types/functions/FnWithDescription.js +1 -0
- package/dist/types/functions/FnWithProps.d.ts +10 -0
- package/dist/types/functions/FnWithProps.d.ts.map +1 -0
- package/dist/types/functions/FnWithProps.js +1 -0
- package/dist/types/functions/HandleDoneFn.d.ts +12 -0
- package/dist/types/functions/HandleDoneFn.d.ts.map +1 -0
- package/dist/types/functions/HandleDoneFn.js +1 -0
- package/dist/types/functions/IdentityFn.d.ts +10 -0
- package/dist/types/functions/IdentityFn.d.ts.map +1 -0
- package/dist/types/functions/IdentityFn.js +1 -0
- package/dist/types/functions/LiteralFn.d.ts +20 -0
- package/dist/types/functions/LiteralFn.d.ts.map +1 -0
- package/dist/types/functions/LiteralFn.js +1 -0
- package/dist/types/functions/LogicFunction.d.ts +7 -0
- package/dist/types/functions/LogicFunction.d.ts.map +1 -0
- package/dist/types/functions/LogicFunction.js +1 -0
- package/dist/types/functions/NarrowingFn.d.ts +32 -0
- package/dist/types/functions/NarrowingFn.d.ts.map +1 -0
- package/dist/types/functions/NarrowingFn.js +1 -0
- package/dist/types/functions/OnlyFnProps.d.ts +9 -0
- package/dist/types/functions/OnlyFnProps.d.ts.map +1 -0
- package/dist/types/functions/OnlyFnProps.js +1 -0
- package/dist/types/functions/PromiseAll.d.ts +12 -0
- package/dist/types/functions/PromiseAll.d.ts.map +1 -0
- package/dist/types/functions/PromiseAll.js +1 -0
- package/dist/types/functions/RemoveFnProps.d.ts +9 -0
- package/dist/types/functions/RemoveFnProps.d.ts.map +1 -0
- package/dist/types/functions/RemoveFnProps.js +1 -0
- package/dist/types/functions/ToFn.d.ts +16 -0
- package/dist/types/functions/ToFn.d.ts.map +1 -0
- package/dist/types/functions/ToFn.js +1 -0
- package/dist/types/functions/TypeGuard.d.ts +9 -0
- package/dist/types/functions/TypeGuard.d.ts.map +1 -0
- package/dist/types/functions/TypeGuard.js +1 -0
- package/dist/types/functions/WrapperFn.d.ts +23 -0
- package/dist/types/functions/WrapperFn.d.ts.map +1 -0
- package/dist/types/functions/WrapperFn.js +1 -0
- package/dist/types/functions/index.d.ts +17 -0
- package/dist/types/functions/index.d.ts.map +1 -0
- package/dist/types/functions/index.js +25 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +25 -0
- package/dist/types/kv/DictFromKv.d.ts +7 -0
- package/dist/types/kv/DictFromKv.d.ts.map +1 -0
- package/dist/types/kv/DictFromKv.js +1 -0
- package/dist/types/kv/KeyValue.d.ts +12 -0
- package/dist/types/kv/KeyValue.d.ts.map +1 -0
- package/dist/types/kv/KeyValue.js +1 -0
- package/dist/types/kv/KvFrom.d.ts +14 -0
- package/dist/types/kv/KvFrom.d.ts.map +1 -0
- package/dist/types/kv/KvFrom.js +1 -0
- package/dist/types/kv/KvTuple.d.ts +15 -0
- package/dist/types/kv/KvTuple.d.ts.map +1 -0
- package/dist/types/kv/KvTuple.js +1 -0
- package/dist/types/kv/index.d.ts +5 -0
- package/dist/types/kv/index.d.ts.map +1 -0
- package/dist/types/kv/index.js +12 -0
- package/dist/types/lists/AfterFirst.d.ts +8 -0
- package/dist/types/lists/AfterFirst.d.ts.map +1 -0
- package/dist/types/lists/AfterFirst.js +1 -0
- package/dist/types/lists/AllowNonTupleWhenSingular.d.ts +11 -0
- package/dist/types/lists/AllowNonTupleWhenSingular.d.ts.map +1 -0
- package/dist/types/lists/AllowNonTupleWhenSingular.js +1 -0
- package/dist/types/lists/ArrayElementType.d.ts +12 -0
- package/dist/types/lists/ArrayElementType.d.ts.map +1 -0
- package/dist/types/lists/ArrayElementType.js +1 -0
- package/dist/types/lists/AsArray.d.ts +15 -0
- package/dist/types/lists/AsArray.d.ts.map +1 -0
- package/dist/types/lists/AsArray.js +1 -0
- package/dist/types/lists/AsNumericArray.d.ts +16 -0
- package/dist/types/lists/AsNumericArray.d.ts.map +1 -0
- package/dist/types/lists/AsNumericArray.js +1 -0
- package/dist/types/lists/AsReadonlyArray.d.ts +2 -0
- package/dist/types/lists/AsReadonlyArray.d.ts.map +1 -0
- package/dist/types/lists/AsReadonlyArray.js +1 -0
- package/dist/types/lists/AsTuple.d.ts +12 -0
- package/dist/types/lists/AsTuple.d.ts.map +1 -0
- package/dist/types/lists/AsTuple.js +1 -0
- package/dist/types/lists/BeforeLast.d.ts +20 -0
- package/dist/types/lists/BeforeLast.d.ts.map +1 -0
- package/dist/types/lists/BeforeLast.js +1 -0
- package/dist/types/lists/ConvertAndMap.d.ts +54 -0
- package/dist/types/lists/ConvertAndMap.d.ts.map +1 -0
- package/dist/types/lists/ConvertAndMap.js +1 -0
- package/dist/types/lists/ConvertSet.d.ts +23 -0
- package/dist/types/lists/ConvertSet.d.ts.map +1 -0
- package/dist/types/lists/ConvertSet.js +1 -0
- package/dist/types/lists/ElementOf.d.ts +7 -0
- package/dist/types/lists/ElementOf.d.ts.map +1 -0
- package/dist/types/lists/ElementOf.js +1 -0
- package/dist/types/lists/Filter.d.ts +32 -0
- package/dist/types/lists/Filter.d.ts.map +1 -0
- package/dist/types/lists/Filter.js +1 -0
- package/dist/types/lists/FilterByProp.d.ts +23 -0
- package/dist/types/lists/FilterByProp.d.ts.map +1 -0
- package/dist/types/lists/FilterByProp.js +1 -0
- package/dist/types/lists/FilterLiterals.d.ts +19 -0
- package/dist/types/lists/FilterLiterals.d.ts.map +1 -0
- package/dist/types/lists/FilterLiterals.js +1 -0
- package/dist/types/lists/FilterWideTypes.d.ts +18 -0
- package/dist/types/lists/FilterWideTypes.d.ts.map +1 -0
- package/dist/types/lists/FilterWideTypes.js +1 -0
- package/dist/types/lists/Find.d.ts +26 -0
- package/dist/types/lists/Find.d.ts.map +1 -0
- package/dist/types/lists/Find.js +1 -0
- package/dist/types/lists/First.d.ts +13 -0
- package/dist/types/lists/First.d.ts.map +1 -0
- package/dist/types/lists/First.js +1 -0
- package/dist/types/lists/FirstOrElse.d.ts +9 -0
- package/dist/types/lists/FirstOrElse.d.ts.map +1 -0
- package/dist/types/lists/FirstOrElse.js +1 -0
- package/dist/types/lists/FirstString.d.ts +5 -0
- package/dist/types/lists/FirstString.d.ts.map +1 -0
- package/dist/types/lists/FirstString.js +1 -0
- package/dist/types/lists/Flatten.d.ts +53 -0
- package/dist/types/lists/Flatten.d.ts.map +1 -0
- package/dist/types/lists/Flatten.js +1 -0
- package/dist/types/lists/GetEach.d.ts +30 -0
- package/dist/types/lists/GetEach.d.ts.map +1 -0
- package/dist/types/lists/GetEach.js +1 -0
- package/dist/types/lists/IndexOf.d.ts +57 -0
- package/dist/types/lists/IndexOf.d.ts.map +1 -0
- package/dist/types/lists/IndexOf.js +1 -0
- package/dist/types/lists/Intersect.d.ts +14 -0
- package/dist/types/lists/Intersect.d.ts.map +1 -0
- package/dist/types/lists/Intersect.js +1 -0
- package/dist/types/lists/IntersectAll.d.ts +14 -0
- package/dist/types/lists/IntersectAll.d.ts.map +1 -0
- package/dist/types/lists/IntersectAll.js +1 -0
- package/dist/types/lists/Last.d.ts +10 -0
- package/dist/types/lists/Last.d.ts.map +1 -0
- package/dist/types/lists/Last.js +1 -0
- package/dist/types/lists/Length.d.ts +25 -0
- package/dist/types/lists/Length.d.ts.map +1 -0
- package/dist/types/lists/Length.js +1 -0
- package/dist/types/lists/LogicalReturns.d.ts +17 -0
- package/dist/types/lists/LogicalReturns.d.ts.map +1 -0
- package/dist/types/lists/LogicalReturns.js +1 -0
- package/dist/types/lists/MaxLength.d.ts +17 -0
- package/dist/types/lists/MaxLength.d.ts.map +1 -0
- package/dist/types/lists/MaxLength.js +1 -0
- package/dist/types/lists/NumericKeys.d.ts +26 -0
- package/dist/types/lists/NumericKeys.d.ts.map +1 -0
- package/dist/types/lists/NumericKeys.js +1 -0
- package/dist/types/lists/NumericSort.d.ts +65 -0
- package/dist/types/lists/NumericSort.d.ts.map +1 -0
- package/dist/types/lists/NumericSort.js +1 -0
- package/dist/types/lists/Pop.d.ts +18 -0
- package/dist/types/lists/Pop.d.ts.map +1 -0
- package/dist/types/lists/Pop.js +1 -0
- package/dist/types/lists/Push.d.ts +15 -0
- package/dist/types/lists/Push.d.ts.map +1 -0
- package/dist/types/lists/Push.js +1 -0
- package/dist/types/lists/ReplaceLast.d.ts +8 -0
- package/dist/types/lists/ReplaceLast.d.ts.map +1 -0
- package/dist/types/lists/ReplaceLast.js +1 -0
- package/dist/types/lists/Retain.d.ts +27 -0
- package/dist/types/lists/Retain.d.ts.map +1 -0
- package/dist/types/lists/Retain.js +1 -0
- package/dist/types/lists/RetainByProp.d.ts +38 -0
- package/dist/types/lists/RetainByProp.d.ts.map +1 -0
- package/dist/types/lists/RetainByProp.js +1 -0
- package/dist/types/lists/RetainLiterals.d.ts +20 -0
- package/dist/types/lists/RetainLiterals.d.ts.map +1 -0
- package/dist/types/lists/RetainLiterals.js +1 -0
- package/dist/types/lists/RetainWideTypes.d.ts +21 -0
- package/dist/types/lists/RetainWideTypes.d.ts.map +1 -0
- package/dist/types/lists/RetainWideTypes.js +1 -0
- package/dist/types/lists/ReturnTypes.d.ts +15 -0
- package/dist/types/lists/ReturnTypes.d.ts.map +1 -0
- package/dist/types/lists/ReturnTypes.js +1 -0
- package/dist/types/lists/Reverse.d.ts +8 -0
- package/dist/types/lists/Reverse.d.ts.map +1 -0
- package/dist/types/lists/Reverse.js +1 -0
- package/dist/types/lists/Second.d.ts +13 -0
- package/dist/types/lists/Second.d.ts.map +1 -0
- package/dist/types/lists/Second.js +1 -0
- package/dist/types/lists/Shift.d.ts +20 -0
- package/dist/types/lists/Shift.d.ts.map +1 -0
- package/dist/types/lists/Shift.js +1 -0
- package/dist/types/lists/Slice.d.ts +25 -0
- package/dist/types/lists/Slice.d.ts.map +1 -0
- package/dist/types/lists/Slice.js +1 -0
- package/dist/types/lists/TakeFirst.d.ts +21 -0
- package/dist/types/lists/TakeFirst.d.ts.map +1 -0
- package/dist/types/lists/TakeFirst.js +1 -0
- package/dist/types/lists/TakeLast.d.ts +16 -0
- package/dist/types/lists/TakeLast.d.ts.map +1 -0
- package/dist/types/lists/TakeLast.js +1 -0
- package/dist/types/lists/ToCSV.d.ts +13 -0
- package/dist/types/lists/ToCSV.d.ts.map +1 -0
- package/dist/types/lists/ToCSV.js +1 -0
- package/dist/types/lists/TruthyReturns.d.ts +20 -0
- package/dist/types/lists/TruthyReturns.d.ts.map +1 -0
- package/dist/types/lists/TruthyReturns.js +1 -0
- package/dist/types/lists/UnionFromProp.d.ts +23 -0
- package/dist/types/lists/UnionFromProp.d.ts.map +1 -0
- package/dist/types/lists/UnionFromProp.js +1 -0
- package/dist/types/lists/index.d.ts +49 -0
- package/dist/types/lists/index.d.ts.map +1 -0
- package/dist/types/lists/index.js +56 -0
- package/dist/types/literals/BooleanLike.d.ts +8 -0
- package/dist/types/literals/BooleanLike.d.ts.map +1 -0
- package/dist/types/literals/BooleanLike.js +1 -0
- package/dist/types/literals/Box.d.ts +13 -0
- package/dist/types/literals/Box.d.ts.map +1 -0
- package/dist/types/literals/Box.js +1 -0
- package/dist/types/literals/Choices.d.ts +102 -0
- package/dist/types/literals/Choices.d.ts.map +1 -0
- package/dist/types/literals/Choices.js +1 -0
- package/dist/types/literals/Color.d.ts +43 -0
- package/dist/types/literals/Color.d.ts.map +1 -0
- package/dist/types/literals/Color.js +2 -0
- package/dist/types/literals/ContainerBlockKey.d.ts +15 -0
- package/dist/types/literals/ContainerBlockKey.d.ts.map +1 -0
- package/dist/types/literals/ContainerBlockKey.js +1 -0
- package/dist/types/literals/ContainerKeyGuarantee.d.ts +18 -0
- package/dist/types/literals/ContainerKeyGuarantee.d.ts.map +1 -0
- package/dist/types/literals/ContainerKeyGuarantee.js +1 -0
- package/dist/types/literals/DoneFnTuple.d.ts +28 -0
- package/dist/types/literals/DoneFnTuple.d.ts.map +1 -0
- package/dist/types/literals/DoneFnTuple.js +1 -0
- package/dist/types/literals/ExpandRecursively.d.ts +27 -0
- package/dist/types/literals/ExpandRecursively.d.ts.map +1 -0
- package/dist/types/literals/ExpandRecursively.js +1 -0
- package/dist/types/literals/FromDefn.d.ts +54 -0
- package/dist/types/literals/FromDefn.d.ts.map +1 -0
- package/dist/types/literals/FromDefn.js +1 -0
- package/dist/types/literals/FromTokenNames.d.ts +19 -0
- package/dist/types/literals/FromTokenNames.d.ts.map +1 -0
- package/dist/types/literals/FromTokenNames.js +1 -0
- package/dist/types/literals/Narrow.d.ts +10 -0
- package/dist/types/literals/Narrow.d.ts.map +1 -0
- package/dist/types/literals/Narrow.js +1 -0
- package/dist/types/literals/Narrowable.d.ts +10 -0
- package/dist/types/literals/Narrowable.d.ts.map +1 -0
- package/dist/types/literals/Narrowable.js +1 -0
- package/dist/types/literals/NarrowableDefined.d.ts +10 -0
- package/dist/types/literals/NarrowableDefined.d.ts.map +1 -0
- package/dist/types/literals/NarrowableDefined.js +1 -0
- package/dist/types/literals/NarrowableScalar.d.ts +8 -0
- package/dist/types/literals/NarrowableScalar.d.ts.map +1 -0
- package/dist/types/literals/NarrowableScalar.js +1 -0
- package/dist/types/literals/OptRequired.d.ts +5 -0
- package/dist/types/literals/OptRequired.d.ts.map +1 -0
- package/dist/types/literals/OptRequired.js +1 -0
- package/dist/types/literals/RuntimeUnion.d.ts +14 -0
- package/dist/types/literals/RuntimeUnion.d.ts.map +1 -0
- package/dist/types/literals/RuntimeUnion.js +1 -0
- package/dist/types/literals/Unset.d.ts +13 -0
- package/dist/types/literals/Unset.d.ts.map +1 -0
- package/dist/types/literals/Unset.js +1 -0
- package/dist/types/literals/VueComputedRef.d.ts +35 -0
- package/dist/types/literals/VueComputedRef.d.ts.map +1 -0
- package/dist/types/literals/VueComputedRef.js +11 -0
- package/dist/types/literals/VueRef.d.ts +20 -0
- package/dist/types/literals/VueRef.d.ts.map +1 -0
- package/dist/types/literals/VueRef.js +1 -0
- package/dist/types/literals/index.d.ts +20 -0
- package/dist/types/literals/index.d.ts.map +1 -0
- package/dist/types/literals/index.js +19 -0
- package/dist/types/numeric-literals/Abs.d.ts +13 -0
- package/dist/types/numeric-literals/Abs.d.ts.map +1 -0
- package/dist/types/numeric-literals/Abs.js +1 -0
- package/dist/types/numeric-literals/AbsMaybe.d.ts +14 -0
- package/dist/types/numeric-literals/AbsMaybe.d.ts.map +1 -0
- package/dist/types/numeric-literals/AbsMaybe.js +1 -0
- package/dist/types/numeric-literals/Add.d.ts +75 -0
- package/dist/types/numeric-literals/Add.d.ts.map +1 -0
- package/dist/types/numeric-literals/Add.js +1 -0
- package/dist/types/numeric-literals/AsNegativeNumber.d.ts +12 -0
- package/dist/types/numeric-literals/AsNegativeNumber.d.ts.map +1 -0
- package/dist/types/numeric-literals/AsNegativeNumber.js +1 -0
- package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts +22 -0
- package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts.map +1 -0
- package/dist/types/numeric-literals/AsNumberWhenPossible.js +1 -0
- package/dist/types/numeric-literals/CSV.d.ts +73 -0
- package/dist/types/numeric-literals/CSV.d.ts.map +1 -0
- package/dist/types/numeric-literals/CSV.js +1 -0
- package/dist/types/numeric-literals/Decrement.d.ts +13 -0
- package/dist/types/numeric-literals/Decrement.d.ts.map +1 -0
- package/dist/types/numeric-literals/Decrement.js +1 -0
- package/dist/types/numeric-literals/Delta.d.ts +14 -0
- package/dist/types/numeric-literals/Delta.d.ts.map +1 -0
- package/dist/types/numeric-literals/Delta.js +1 -0
- package/dist/types/numeric-literals/Digit.d.ts +10 -0
- package/dist/types/numeric-literals/Digit.d.ts.map +1 -0
- package/dist/types/numeric-literals/Digit.js +1 -0
- package/dist/types/numeric-literals/DigitNonZero.d.ts +8 -0
- package/dist/types/numeric-literals/DigitNonZero.d.ts.map +1 -0
- package/dist/types/numeric-literals/DigitNonZero.js +1 -0
- package/dist/types/numeric-literals/Digitize.d.ts +24 -0
- package/dist/types/numeric-literals/Digitize.d.ts.map +1 -0
- package/dist/types/numeric-literals/Digitize.js +1 -0
- package/dist/types/numeric-literals/Increment.d.ts +17 -0
- package/dist/types/numeric-literals/Increment.d.ts.map +1 -0
- package/dist/types/numeric-literals/Increment.js +1 -0
- package/dist/types/numeric-literals/InvertNumericSign.d.ts +9 -0
- package/dist/types/numeric-literals/InvertNumericSign.d.ts.map +1 -0
- package/dist/types/numeric-literals/InvertNumericSign.js +1 -0
- package/dist/types/numeric-literals/LessThan.d.ts +13 -0
- package/dist/types/numeric-literals/LessThan.d.ts.map +1 -0
- package/dist/types/numeric-literals/LessThan.js +1 -0
- package/dist/types/numeric-literals/LessThanOrEqual.d.ts +14 -0
- package/dist/types/numeric-literals/LessThanOrEqual.d.ts.map +1 -0
- package/dist/types/numeric-literals/LessThanOrEqual.js +1 -0
- package/dist/types/numeric-literals/Negative.d.ts +8 -0
- package/dist/types/numeric-literals/Negative.d.ts.map +1 -0
- package/dist/types/numeric-literals/Negative.js +1 -0
- package/dist/types/numeric-literals/NextDigit.d.ts +18 -0
- package/dist/types/numeric-literals/NextDigit.d.ts.map +1 -0
- package/dist/types/numeric-literals/NextDigit.js +1 -0
- package/dist/types/numeric-literals/NumberLike.d.ts +8 -0
- package/dist/types/numeric-literals/NumberLike.d.ts.map +1 -0
- package/dist/types/numeric-literals/NumberLike.js +1 -0
- package/dist/types/numeric-literals/NumericRange.d.ts +14 -0
- package/dist/types/numeric-literals/NumericRange.d.ts.map +1 -0
- package/dist/types/numeric-literals/NumericRange.js +1 -0
- package/dist/types/numeric-literals/PriorDigit.d.ts +18 -0
- package/dist/types/numeric-literals/PriorDigit.d.ts.map +1 -0
- package/dist/types/numeric-literals/PriorDigit.js +1 -0
- package/dist/types/numeric-literals/Subtract.d.ts +13 -0
- package/dist/types/numeric-literals/Subtract.d.ts.map +1 -0
- package/dist/types/numeric-literals/Subtract.js +1 -0
- package/dist/types/numeric-literals/ToInteger.d.ts +18 -0
- package/dist/types/numeric-literals/ToInteger.d.ts.map +1 -0
- package/dist/types/numeric-literals/ToInteger.js +1 -0
- package/dist/types/numeric-literals/ToNumericArray.d.ts +17 -0
- package/dist/types/numeric-literals/ToNumericArray.d.ts.map +1 -0
- package/dist/types/numeric-literals/ToNumericArray.js +1 -0
- package/dist/types/numeric-literals/Zero.d.ts +8 -0
- package/dist/types/numeric-literals/Zero.d.ts.map +1 -0
- package/dist/types/numeric-literals/Zero.js +1 -0
- package/dist/types/numeric-literals/index.d.ts +25 -0
- package/dist/types/numeric-literals/index.d.ts.map +1 -0
- package/dist/types/numeric-literals/index.js +25 -0
- package/dist/types/queues/FifoQueue.d.ts +31 -0
- package/dist/types/queues/FifoQueue.d.ts.map +1 -0
- package/dist/types/queues/FifoQueue.js +1 -0
- package/dist/types/queues/LifoQueue.d.ts +31 -0
- package/dist/types/queues/LifoQueue.d.ts.map +1 -0
- package/dist/types/queues/LifoQueue.js +1 -0
- package/dist/types/queues/index.d.ts +3 -0
- package/dist/types/queues/index.d.ts.map +1 -0
- package/dist/types/queues/index.js +2 -0
- package/dist/types/runtime-types/AsType.d.ts +16 -0
- package/dist/types/runtime-types/AsType.d.ts.map +1 -0
- package/dist/types/runtime-types/AsType.js +1 -0
- package/dist/types/runtime-types/Dict.d.ts +24 -0
- package/dist/types/runtime-types/Dict.d.ts.map +1 -0
- package/dist/types/runtime-types/Dict.js +2 -0
- package/dist/types/runtime-types/FromLiteralTokens.d.ts +12 -0
- package/dist/types/runtime-types/FromLiteralTokens.d.ts.map +1 -0
- package/dist/types/runtime-types/FromLiteralTokens.js +1 -0
- package/dist/types/runtime-types/Rec.d.ts +15 -0
- package/dist/types/runtime-types/Rec.d.ts.map +1 -0
- package/dist/types/runtime-types/Rec.js +2 -0
- package/dist/types/runtime-types/Shape.d.ts +247 -0
- package/dist/types/runtime-types/Shape.d.ts.map +1 -0
- package/dist/types/runtime-types/Shape.js +2 -0
- package/dist/types/runtime-types/SimpleType.d.ts +34 -0
- package/dist/types/runtime-types/SimpleType.d.ts.map +1 -0
- package/dist/types/runtime-types/SimpleType.js +1 -0
- package/dist/types/runtime-types/StringLiteralToken.d.ts +40 -0
- package/dist/types/runtime-types/StringLiteralToken.d.ts.map +1 -0
- package/dist/types/runtime-types/StringLiteralToken.js +1 -0
- package/dist/types/runtime-types/TokenizeStringLiteral.d.ts +24 -0
- package/dist/types/runtime-types/TokenizeStringLiteral.d.ts.map +1 -0
- package/dist/types/runtime-types/TokenizeStringLiteral.js +1 -0
- package/dist/types/runtime-types/Type.d.ts +220 -0
- package/dist/types/runtime-types/Type.d.ts.map +1 -0
- package/dist/types/runtime-types/Type.js +1 -0
- package/dist/types/runtime-types/TypeOf.d.ts +54 -0
- package/dist/types/runtime-types/TypeOf.d.ts.map +1 -0
- package/dist/types/runtime-types/TypeOf.js +1 -0
- package/dist/types/runtime-types/TypeToken.d.ts +203 -0
- package/dist/types/runtime-types/TypeToken.d.ts.map +1 -0
- package/dist/types/runtime-types/TypeToken.js +1 -0
- package/dist/types/runtime-types/TypeTuple.d.ts +19 -0
- package/dist/types/runtime-types/TypeTuple.d.ts.map +1 -0
- package/dist/types/runtime-types/TypeTuple.js +1 -0
- package/dist/types/runtime-types/index.d.ts +12 -0
- package/dist/types/runtime-types/index.d.ts.map +1 -0
- package/dist/types/runtime-types/index.js +11 -0
- package/dist/types/sets/IntersectingKeys.d.ts +9 -0
- package/dist/types/sets/IntersectingKeys.d.ts.map +1 -0
- package/dist/types/sets/IntersectingKeys.js +1 -0
- package/dist/types/sets/Intersection.d.ts +53 -0
- package/dist/types/sets/Intersection.d.ts.map +1 -0
- package/dist/types/sets/Intersection.js +1 -0
- package/dist/types/sets/Relate.d.ts +16 -0
- package/dist/types/sets/Relate.d.ts.map +1 -0
- package/dist/types/sets/Relate.js +1 -0
- package/dist/types/sets/SetCandidate.d.ts +9 -0
- package/dist/types/sets/SetCandidate.d.ts.map +1 -0
- package/dist/types/sets/SetCandidate.js +1 -0
- package/dist/types/sets/Unique.d.ts +23 -0
- package/dist/types/sets/Unique.d.ts.map +1 -0
- package/dist/types/sets/Unique.js +1 -0
- package/dist/types/sets/UniqueKeys.d.ts +30 -0
- package/dist/types/sets/UniqueKeys.d.ts.map +1 -0
- package/dist/types/sets/UniqueKeys.js +1 -0
- package/dist/types/sets/UniqueKeysUnion.d.ts +21 -0
- package/dist/types/sets/UniqueKeysUnion.d.ts.map +1 -0
- package/dist/types/sets/UniqueKeysUnion.js +1 -0
- package/dist/types/sets/UniqueKv.d.ts +14 -0
- package/dist/types/sets/UniqueKv.d.ts.map +1 -0
- package/dist/types/sets/UniqueKv.js +1 -0
- package/dist/types/sets/index.d.ts +9 -0
- package/dist/types/sets/index.d.ts.map +1 -0
- package/dist/types/sets/index.js +8 -0
- package/dist/types/string-literals/AfterFirstChar.d.ts +23 -0
- package/dist/types/string-literals/AfterFirstChar.d.ts.map +1 -0
- package/dist/types/string-literals/AfterFirstChar.js +1 -0
- package/dist/types/string-literals/Cardinality.d.ts +50 -0
- package/dist/types/string-literals/Cardinality.d.ts.map +1 -0
- package/dist/types/string-literals/Cardinality.js +1 -0
- package/dist/types/string-literals/Chars.d.ts +13 -0
- package/dist/types/string-literals/Chars.d.ts.map +1 -0
- package/dist/types/string-literals/Chars.js +1 -0
- package/dist/types/string-literals/Concat.d.ts +21 -0
- package/dist/types/string-literals/Concat.d.ts.map +1 -0
- package/dist/types/string-literals/Concat.js +1 -0
- package/dist/types/string-literals/Date.d.ts +125 -0
- package/dist/types/string-literals/Date.d.ts.map +1 -0
- package/dist/types/string-literals/Date.js +1 -0
- package/dist/types/string-literals/DateTime.d.ts +36 -0
- package/dist/types/string-literals/DateTime.d.ts.map +1 -0
- package/dist/types/string-literals/DateTime.js +1 -0
- package/dist/types/string-literals/EmptyString.d.ts +7 -0
- package/dist/types/string-literals/EmptyString.d.ts.map +1 -0
- package/dist/types/string-literals/EmptyString.js +1 -0
- package/dist/types/string-literals/EmptyStringOr.d.ts +9 -0
- package/dist/types/string-literals/EmptyStringOr.d.ts.map +1 -0
- package/dist/types/string-literals/EmptyStringOr.js +1 -0
- package/dist/types/string-literals/EnsureLeading.d.ts +31 -0
- package/dist/types/string-literals/EnsureLeading.d.ts.map +1 -0
- package/dist/types/string-literals/EnsureLeading.js +1 -0
- package/dist/types/string-literals/EnsureLeadingEvery.d.ts +16 -0
- package/dist/types/string-literals/EnsureLeadingEvery.d.ts.map +1 -0
- package/dist/types/string-literals/EnsureLeadingEvery.js +1 -0
- package/dist/types/string-literals/EnsureSurround.d.ts +10 -0
- package/dist/types/string-literals/EnsureSurround.d.ts.map +1 -0
- package/dist/types/string-literals/EnsureSurround.js +1 -0
- package/dist/types/string-literals/EnsureTrailing.d.ts +21 -0
- package/dist/types/string-literals/EnsureTrailing.d.ts.map +1 -0
- package/dist/types/string-literals/EnsureTrailing.js +1 -0
- package/dist/types/string-literals/FindIndex.d.ts +68 -0
- package/dist/types/string-literals/FindIndex.d.ts.map +1 -0
- package/dist/types/string-literals/FindIndex.js +1 -0
- package/dist/types/string-literals/FirstChar.d.ts +21 -0
- package/dist/types/string-literals/FirstChar.d.ts.map +1 -0
- package/dist/types/string-literals/FirstChar.js +1 -0
- package/dist/types/string-literals/HasUppercase.d.ts +14 -0
- package/dist/types/string-literals/HasUppercase.d.ts.map +1 -0
- package/dist/types/string-literals/HasUppercase.js +1 -0
- package/dist/types/string-literals/IsCapitalized.d.ts +16 -0
- package/dist/types/string-literals/IsCapitalized.d.ts.map +1 -0
- package/dist/types/string-literals/IsCapitalized.js +1 -0
- package/dist/types/string-literals/Join.d.ts +19 -0
- package/dist/types/string-literals/Join.d.ts.map +1 -0
- package/dist/types/string-literals/Join.js +1 -0
- package/dist/types/string-literals/LastChar.d.ts +21 -0
- package/dist/types/string-literals/LastChar.d.ts.map +1 -0
- package/dist/types/string-literals/LastChar.js +1 -0
- package/dist/types/string-literals/PathJoin.d.ts +21 -0
- package/dist/types/string-literals/PathJoin.d.ts.map +1 -0
- package/dist/types/string-literals/PathJoin.js +1 -0
- package/dist/types/string-literals/Pluralize.d.ts +49 -0
- package/dist/types/string-literals/Pluralize.d.ts.map +1 -0
- package/dist/types/string-literals/Pluralize.js +2 -0
- package/dist/types/string-literals/Prepend.d.ts +14 -0
- package/dist/types/string-literals/Prepend.d.ts.map +1 -0
- package/dist/types/string-literals/Prepend.js +1 -0
- package/dist/types/string-literals/PrependAll.d.ts +8 -0
- package/dist/types/string-literals/PrependAll.d.ts.map +1 -0
- package/dist/types/string-literals/PrependAll.js +1 -0
- package/dist/types/string-literals/Proxmox.d.ts +6 -0
- package/dist/types/string-literals/Proxmox.d.ts.map +1 -0
- package/dist/types/string-literals/Proxmox.js +1 -0
- package/dist/types/string-literals/Repeat.d.ts +8 -0
- package/dist/types/string-literals/Repeat.d.ts.map +1 -0
- package/dist/types/string-literals/Repeat.js +1 -0
- package/dist/types/string-literals/RetainAfter.d.ts +30 -0
- package/dist/types/string-literals/RetainAfter.d.ts.map +1 -0
- package/dist/types/string-literals/RetainAfter.js +1 -0
- package/dist/types/string-literals/RetainUntil.d.ts +34 -0
- package/dist/types/string-literals/RetainUntil.d.ts.map +1 -0
- package/dist/types/string-literals/RetainUntil.js +1 -0
- package/dist/types/string-literals/Split.d.ts +29 -0
- package/dist/types/string-literals/Split.d.ts.map +1 -0
- package/dist/types/string-literals/Split.js +1 -0
- package/dist/types/string-literals/StrLen.d.ts +11 -0
- package/dist/types/string-literals/StrLen.d.ts.map +1 -0
- package/dist/types/string-literals/StrLen.js +1 -0
- package/dist/types/string-literals/StripAfter.d.ts +15 -0
- package/dist/types/string-literals/StripAfter.d.ts.map +1 -0
- package/dist/types/string-literals/StripAfter.js +1 -0
- package/dist/types/string-literals/StripBefore.d.ts +15 -0
- package/dist/types/string-literals/StripBefore.d.ts.map +1 -0
- package/dist/types/string-literals/StripBefore.js +1 -0
- package/dist/types/string-literals/StripLeading.d.ts +21 -0
- package/dist/types/string-literals/StripLeading.d.ts.map +1 -0
- package/dist/types/string-literals/StripLeading.js +1 -0
- package/dist/types/string-literals/StripSurround.d.ts +16 -0
- package/dist/types/string-literals/StripSurround.d.ts.map +1 -0
- package/dist/types/string-literals/StripSurround.js +1 -0
- package/dist/types/string-literals/StripTrailing.d.ts +18 -0
- package/dist/types/string-literals/StripTrailing.d.ts.map +1 -0
- package/dist/types/string-literals/StripTrailing.js +1 -0
- package/dist/types/string-literals/StripUntil.d.ts +18 -0
- package/dist/types/string-literals/StripUntil.d.ts.map +1 -0
- package/dist/types/string-literals/StripUntil.js +1 -0
- package/dist/types/string-literals/Suggest.d.ts +27 -0
- package/dist/types/string-literals/Suggest.d.ts.map +1 -0
- package/dist/types/string-literals/Suggest.js +1 -0
- package/dist/types/string-literals/Surround.d.ts +21 -0
- package/dist/types/string-literals/Surround.d.ts.map +1 -0
- package/dist/types/string-literals/Surround.js +1 -0
- package/dist/types/string-literals/Time.d.ts +192 -0
- package/dist/types/string-literals/Time.d.ts.map +1 -0
- package/dist/types/string-literals/Time.js +1 -0
- package/dist/types/string-literals/Truncate.d.ts +18 -0
- package/dist/types/string-literals/Truncate.d.ts.map +1 -0
- package/dist/types/string-literals/Truncate.js +1 -0
- package/dist/types/string-literals/UnderlyingType.d.ts +18 -0
- package/dist/types/string-literals/UnderlyingType.d.ts.map +1 -0
- package/dist/types/string-literals/UnderlyingType.js +1 -0
- package/dist/types/string-literals/casing/AllCaps.d.ts +13 -0
- package/dist/types/string-literals/casing/AllCaps.d.ts.map +1 -0
- package/dist/types/string-literals/casing/AllCaps.js +1 -0
- package/dist/types/string-literals/casing/CamelCase.d.ts +13 -0
- package/dist/types/string-literals/casing/CamelCase.d.ts.map +1 -0
- package/dist/types/string-literals/casing/CamelCase.js +1 -0
- package/dist/types/string-literals/casing/CapFirstAlpha.d.ts +14 -0
- package/dist/types/string-literals/casing/CapFirstAlpha.d.ts.map +1 -0
- package/dist/types/string-literals/casing/CapFirstAlpha.js +1 -0
- package/dist/types/string-literals/casing/CapitalizeWords.d.ts +5 -0
- package/dist/types/string-literals/casing/CapitalizeWords.d.ts.map +1 -0
- package/dist/types/string-literals/casing/CapitalizeWords.js +1 -0
- package/dist/types/string-literals/casing/DashToSnake.d.ts +2 -0
- package/dist/types/string-literals/casing/DashToSnake.d.ts.map +1 -0
- package/dist/types/string-literals/casing/DashToSnake.js +1 -0
- package/dist/types/string-literals/casing/DashUppercase.d.ts +16 -0
- package/dist/types/string-literals/casing/DashUppercase.d.ts.map +1 -0
- package/dist/types/string-literals/casing/DashUppercase.js +1 -0
- package/dist/types/string-literals/casing/KebabCase.d.ts +22 -0
- package/dist/types/string-literals/casing/KebabCase.d.ts.map +1 -0
- package/dist/types/string-literals/casing/KebabCase.js +1 -0
- package/dist/types/string-literals/casing/LowerAllCaps.d.ts +11 -0
- package/dist/types/string-literals/casing/LowerAllCaps.d.ts.map +1 -0
- package/dist/types/string-literals/casing/LowerAllCaps.js +1 -0
- package/dist/types/string-literals/casing/NamingConvention.d.ts +10 -0
- package/dist/types/string-literals/casing/NamingConvention.d.ts.map +1 -0
- package/dist/types/string-literals/casing/NamingConvention.js +1 -0
- package/dist/types/string-literals/casing/PascalCase.d.ts +17 -0
- package/dist/types/string-literals/casing/PascalCase.d.ts.map +1 -0
- package/dist/types/string-literals/casing/PascalCase.js +2 -0
- package/dist/types/string-literals/casing/RaiseAllLowercase.d.ts +11 -0
- package/dist/types/string-literals/casing/RaiseAllLowercase.d.ts.map +1 -0
- package/dist/types/string-literals/casing/RaiseAllLowercase.js +1 -0
- package/dist/types/string-literals/casing/SnakeCase.d.ts +25 -0
- package/dist/types/string-literals/casing/SnakeCase.d.ts.map +1 -0
- package/dist/types/string-literals/casing/SnakeCase.js +1 -0
- package/dist/types/string-literals/casing/index.d.ts +12 -0
- package/dist/types/string-literals/casing/index.d.ts.map +1 -0
- package/dist/types/string-literals/casing/index.js +11 -0
- package/dist/types/string-literals/character-sets/Alpha.d.ts +12 -0
- package/dist/types/string-literals/character-sets/Alpha.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Alpha.js +1 -0
- package/dist/types/string-literals/character-sets/AlphaChar.d.ts +10 -0
- package/dist/types/string-literals/character-sets/AlphaChar.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/AlphaChar.js +1 -0
- package/dist/types/string-literals/character-sets/AlphaNumeric.d.ts +18 -0
- package/dist/types/string-literals/character-sets/AlphaNumeric.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/AlphaNumeric.js +1 -0
- package/dist/types/string-literals/character-sets/BCP.d.ts +12 -0
- package/dist/types/string-literals/character-sets/BCP.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/BCP.js +1 -0
- package/dist/types/string-literals/character-sets/CSV.d.ts +14 -0
- package/dist/types/string-literals/character-sets/CSV.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/CSV.js +1 -0
- package/dist/types/string-literals/character-sets/CarriageReturn.d.ts +18 -0
- package/dist/types/string-literals/character-sets/CarriageReturn.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/CarriageReturn.js +1 -0
- package/dist/types/string-literals/character-sets/Consonants.d.ts +18 -0
- package/dist/types/string-literals/character-sets/Consonants.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Consonants.js +1 -0
- package/dist/types/string-literals/character-sets/Country.d.ts +99 -0
- package/dist/types/string-literals/character-sets/Country.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Country.js +1 -0
- package/dist/types/string-literals/character-sets/DomainName.d.ts +33 -0
- package/dist/types/string-literals/character-sets/DomainName.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/DomainName.js +1 -0
- package/dist/types/string-literals/character-sets/DotPathFor.d.ts +17 -0
- package/dist/types/string-literals/character-sets/DotPathFor.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/DotPathFor.js +1 -0
- package/dist/types/string-literals/character-sets/Hexadecimal.d.ts +19 -0
- package/dist/types/string-literals/character-sets/Hexadecimal.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Hexadecimal.js +1 -0
- package/dist/types/string-literals/character-sets/Indent.d.ts +31 -0
- package/dist/types/string-literals/character-sets/Indent.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Indent.js +1 -0
- package/dist/types/string-literals/character-sets/InlineSvg.d.ts +8 -0
- package/dist/types/string-literals/character-sets/InlineSvg.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/InlineSvg.js +1 -0
- package/dist/types/string-literals/character-sets/IpAddress.d.ts +92 -0
- package/dist/types/string-literals/character-sets/IpAddress.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/IpAddress.js +1 -0
- package/dist/types/string-literals/character-sets/LowerAlpha.d.ts +12 -0
- package/dist/types/string-literals/character-sets/LowerAlpha.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/LowerAlpha.js +1 -0
- package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts +10 -0
- package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/LowerAlphaChar.js +1 -0
- package/dist/types/string-literals/character-sets/NonAlpha.d.ts +6 -0
- package/dist/types/string-literals/character-sets/NonAlpha.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/NonAlpha.js +1 -0
- package/dist/types/string-literals/character-sets/NumericChar.d.ts +25 -0
- package/dist/types/string-literals/character-sets/NumericChar.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/NumericChar.js +1 -0
- package/dist/types/string-literals/character-sets/Optional.d.ts +30 -0
- package/dist/types/string-literals/character-sets/Optional.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Optional.js +1 -0
- package/dist/types/string-literals/character-sets/OptionalSpace.d.ts +19 -0
- package/dist/types/string-literals/character-sets/OptionalSpace.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/OptionalSpace.js +1 -0
- package/dist/types/string-literals/character-sets/PlusMinus.d.ts +2 -0
- package/dist/types/string-literals/character-sets/PlusMinus.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/PlusMinus.js +1 -0
- package/dist/types/string-literals/character-sets/Punctuation.d.ts +9 -0
- package/dist/types/string-literals/character-sets/Punctuation.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Punctuation.js +1 -0
- package/dist/types/string-literals/character-sets/Repos.d.ts +37 -0
- package/dist/types/string-literals/character-sets/Repos.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Repos.js +1 -0
- package/dist/types/string-literals/character-sets/SingularNoun.d.ts +31 -0
- package/dist/types/string-literals/character-sets/SingularNoun.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/SingularNoun.js +1 -0
- package/dist/types/string-literals/character-sets/SpecialChar.d.ts +5 -0
- package/dist/types/string-literals/character-sets/SpecialChar.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/SpecialChar.js +1 -0
- package/dist/types/string-literals/character-sets/StringDelimiter.d.ts +5 -0
- package/dist/types/string-literals/character-sets/StringDelimiter.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/StringDelimiter.js +1 -0
- package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts +10 -0
- package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/UpperAlphaChar.js +1 -0
- package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts +5 -0
- package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/ValueAtDotPath.js +1 -0
- package/dist/types/string-literals/character-sets/Variable.d.ts +18 -0
- package/dist/types/string-literals/character-sets/Variable.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Variable.js +1 -0
- package/dist/types/string-literals/character-sets/Whitespace.d.ts +16 -0
- package/dist/types/string-literals/character-sets/Whitespace.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Whitespace.js +1 -0
- package/dist/types/string-literals/character-sets/YouTube.d.ts +128 -0
- package/dist/types/string-literals/character-sets/YouTube.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/YouTube.js +1 -0
- package/dist/types/string-literals/character-sets/brackets/Brackets.d.ts +7 -0
- package/dist/types/string-literals/character-sets/brackets/Brackets.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/brackets/Brackets.js +1 -0
- package/dist/types/string-literals/character-sets/brackets/ClosingBracket.d.ts +5 -0
- package/dist/types/string-literals/character-sets/brackets/ClosingBracket.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/brackets/ClosingBracket.js +1 -0
- package/dist/types/string-literals/character-sets/brackets/OpeningBracket.d.ts +5 -0
- package/dist/types/string-literals/character-sets/brackets/OpeningBracket.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/brackets/OpeningBracket.js +1 -0
- package/dist/types/string-literals/character-sets/brackets/index.d.ts +4 -0
- package/dist/types/string-literals/character-sets/brackets/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/brackets/index.js +3 -0
- package/dist/types/string-literals/character-sets/css/color.d.ts +43 -0
- package/dist/types/string-literals/character-sets/css/color.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/color.js +1 -0
- package/dist/types/string-literals/character-sets/css/display-position.d.ts +26 -0
- package/dist/types/string-literals/character-sets/css/display-position.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/display-position.js +1 -0
- package/dist/types/string-literals/character-sets/css/global.d.ts +2 -0
- package/dist/types/string-literals/character-sets/css/global.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/global.js +1 -0
- package/dist/types/string-literals/character-sets/css/html-element.d.ts +31 -0
- package/dist/types/string-literals/character-sets/css/html-element.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/html-element.js +1 -0
- package/dist/types/string-literals/character-sets/css/index.d.ts +12 -0
- package/dist/types/string-literals/character-sets/css/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/index.js +11 -0
- package/dist/types/string-literals/character-sets/css/object.d.ts +23 -0
- package/dist/types/string-literals/character-sets/css/object.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/object.js +1 -0
- package/dist/types/string-literals/character-sets/css/overflow.d.ts +36 -0
- package/dist/types/string-literals/character-sets/css/overflow.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/overflow.js +1 -0
- package/dist/types/string-literals/character-sets/css/property.d.ts +19 -0
- package/dist/types/string-literals/character-sets/css/property.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/property.js +1 -0
- package/dist/types/string-literals/character-sets/css/props.d.ts +71 -0
- package/dist/types/string-literals/character-sets/css/props.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/props.js +1 -0
- package/dist/types/string-literals/character-sets/css/pseudo-classes.d.ts +82 -0
- package/dist/types/string-literals/character-sets/css/pseudo-classes.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/pseudo-classes.js +2 -0
- package/dist/types/string-literals/character-sets/css/selector.d.ts +35 -0
- package/dist/types/string-literals/character-sets/css/selector.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/selector.js +1 -0
- package/dist/types/string-literals/character-sets/css/sizing.d.ts +10 -0
- package/dist/types/string-literals/character-sets/css/sizing.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/sizing.js +1 -0
- package/dist/types/string-literals/character-sets/images/Exif.d.ts +531 -0
- package/dist/types/string-literals/character-sets/images/Exif.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/images/Exif.js +163 -0
- package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts +20 -0
- package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/images/ImgFormat.js +1 -0
- package/dist/types/string-literals/character-sets/images/index.d.ts +3 -0
- package/dist/types/string-literals/character-sets/images/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/images/index.js +2 -0
- package/dist/types/string-literals/character-sets/index.d.ts +39 -0
- package/dist/types/string-literals/character-sets/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/index.js +38 -0
- package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.d.ts +12 -0
- package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/DialCountryCode.d.ts +9 -0
- package/dist/types/string-literals/character-sets/phone/DialCountryCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/DialCountryCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.d.ts +14 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.d.ts +10 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.js +1 -0
- package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.d.ts +12 -0
- package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.d.ts +12 -0
- package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.d.ts +6 -0
- package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.d.ts +13 -0
- package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumber.d.ts +23 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumberDelimiter.d.ts +5 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumberDelimiter.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumberDelimiter.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneShortCode.d.ts +19 -0
- package/dist/types/string-literals/character-sets/phone/PhoneShortCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneShortCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.d.ts +30 -0
- package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.d.ts +27 -0
- package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.d.ts +17 -0
- package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.js +1 -0
- package/dist/types/string-literals/character-sets/phone/index.d.ts +15 -0
- package/dist/types/string-literals/character-sets/phone/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/index.js +14 -0
- package/dist/types/string-literals/character-sets/phone.d.ts +5 -0
- package/dist/types/string-literals/character-sets/phone.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone.js +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/ClosingMark.d.ts +19 -0
- package/dist/types/string-literals/character-sets/quotation-marks/ClosingMark.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/ClosingMark.js +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/OpeningMark.d.ts +19 -0
- package/dist/types/string-literals/character-sets/quotation-marks/OpeningMark.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/OpeningMark.js +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/QuotationMark.d.ts +32 -0
- package/dist/types/string-literals/character-sets/quotation-marks/QuotationMark.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/QuotationMark.js +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/SmartMark.d.ts +27 -0
- package/dist/types/string-literals/character-sets/quotation-marks/SmartMark.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/SmartMark.js +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/StandardMark.d.ts +21 -0
- package/dist/types/string-literals/character-sets/quotation-marks/StandardMark.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/StandardMark.js +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/index.d.ts +7 -0
- package/dist/types/string-literals/character-sets/quotation-marks/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/index.js +6 -0
- package/dist/types/string-literals/character-sets/quotation-marks/individual-smart-marks.d.ts +69 -0
- package/dist/types/string-literals/character-sets/quotation-marks/individual-smart-marks.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/quotation-marks/individual-smart-marks.js +1 -0
- package/dist/types/string-literals/character-sets/tw/TwColor.d.ts +84 -0
- package/dist/types/string-literals/character-sets/tw/TwColor.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/tw/TwColor.js +1 -0
- package/dist/types/string-literals/character-sets/tw/index.d.ts +2 -0
- package/dist/types/string-literals/character-sets/tw/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/tw/index.js +1 -0
- package/dist/types/string-literals/character-sets/urls/Github.d.ts +113 -0
- package/dist/types/string-literals/character-sets/urls/Github.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/Github.js +1 -0
- package/dist/types/string-literals/character-sets/urls/Social.d.ts +26 -0
- package/dist/types/string-literals/character-sets/urls/Social.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/Social.js +1 -0
- package/dist/types/string-literals/character-sets/urls/Url.d.ts +225 -0
- package/dist/types/string-literals/character-sets/urls/Url.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/Url.js +1 -0
- package/dist/types/string-literals/character-sets/urls/bitbucket.d.ts +30 -0
- package/dist/types/string-literals/character-sets/urls/bitbucket.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/bitbucket.js +1 -0
- package/dist/types/string-literals/character-sets/urls/book-urls.d.ts +6 -0
- package/dist/types/string-literals/character-sets/urls/book-urls.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/book-urls.js +1 -0
- package/dist/types/string-literals/character-sets/urls/index.d.ts +6 -0
- package/dist/types/string-literals/character-sets/urls/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/index.js +5 -0
- package/dist/types/string-literals/character-sets/urls/news/australian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/australian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/australian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/belgian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/canadian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/chinese.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/danish.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/danish.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/danish.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/dutch.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/french.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/french.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/french.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/german.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/german.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/german.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/index.d.ts +43 -0
- package/dist/types/string-literals/character-sets/urls/news/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/index.js +19 -0
- package/dist/types/string-literals/character-sets/urls/news/indian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/indian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/indian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/italian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/italian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/italian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/japanese.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/mexican.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/norwegian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/south-korean.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/spanish.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/swiss.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/turkish.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/uk.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/uk.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/uk.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/us.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/us.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/us.js +1 -0
- package/dist/types/string-literals/character-sets/urls/retail.d.ts +30 -0
- package/dist/types/string-literals/character-sets/urls/retail.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/retail.js +1 -0
- package/dist/types/string-literals/geo/index.d.ts +3 -0
- package/dist/types/string-literals/geo/index.d.ts.map +1 -0
- package/dist/types/string-literals/geo/index.js +2 -0
- package/dist/types/string-literals/geo/state.d.ts +47 -0
- package/dist/types/string-literals/geo/state.d.ts.map +1 -0
- package/dist/types/string-literals/geo/state.js +1 -0
- package/dist/types/string-literals/geo/zip.d.ts +24 -0
- package/dist/types/string-literals/geo/zip.d.ts.map +1 -0
- package/dist/types/string-literals/geo/zip.js +1 -0
- package/dist/types/string-literals/index.d.ts +44 -0
- package/dist/types/string-literals/index.d.ts.map +1 -0
- package/dist/types/string-literals/index.js +51 -0
- package/dist/types/string-literals/metrics/acceleration.d.ts +26 -0
- package/dist/types/string-literals/metrics/acceleration.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/acceleration.js +1 -0
- package/dist/types/string-literals/metrics/area.d.ts +26 -0
- package/dist/types/string-literals/metrics/area.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/area.js +1 -0
- package/dist/types/string-literals/metrics/current.d.ts +26 -0
- package/dist/types/string-literals/metrics/current.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/current.js +1 -0
- package/dist/types/string-literals/metrics/distance.d.ts +26 -0
- package/dist/types/string-literals/metrics/distance.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/distance.js +1 -0
- package/dist/types/string-literals/metrics/energy.d.ts +26 -0
- package/dist/types/string-literals/metrics/energy.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/energy.js +1 -0
- package/dist/types/string-literals/metrics/frequency.d.ts +26 -0
- package/dist/types/string-literals/metrics/frequency.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/frequency.js +1 -0
- package/dist/types/string-literals/metrics/global.d.ts +30 -0
- package/dist/types/string-literals/metrics/global.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/global.js +1 -0
- package/dist/types/string-literals/metrics/index.d.ts +18 -0
- package/dist/types/string-literals/metrics/index.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/index.js +17 -0
- package/dist/types/string-literals/metrics/luminosity.d.ts +26 -0
- package/dist/types/string-literals/metrics/luminosity.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/luminosity.js +1 -0
- package/dist/types/string-literals/metrics/mass.d.ts +26 -0
- package/dist/types/string-literals/metrics/mass.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/mass.js +1 -0
- package/dist/types/string-literals/metrics/power.d.ts +26 -0
- package/dist/types/string-literals/metrics/power.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/power.js +1 -0
- package/dist/types/string-literals/metrics/pressure.d.ts +26 -0
- package/dist/types/string-literals/metrics/pressure.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/pressure.js +1 -0
- package/dist/types/string-literals/metrics/resistance.d.ts +26 -0
- package/dist/types/string-literals/metrics/resistance.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/resistance.js +1 -0
- package/dist/types/string-literals/metrics/speed.d.ts +24 -0
- package/dist/types/string-literals/metrics/speed.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/speed.js +1 -0
- package/dist/types/string-literals/metrics/temperature.d.ts +26 -0
- package/dist/types/string-literals/metrics/temperature.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/temperature.js +1 -0
- package/dist/types/string-literals/metrics/time.d.ts +26 -0
- package/dist/types/string-literals/metrics/time.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/time.js +1 -0
- package/dist/types/string-literals/metrics/voltage.d.ts +26 -0
- package/dist/types/string-literals/metrics/voltage.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/voltage.js +1 -0
- package/dist/types/string-literals/metrics/volume.d.ts +26 -0
- package/dist/types/string-literals/metrics/volume.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/volume.js +1 -0
- package/dist/types/string-literals/options/DropChars.d.ts +24 -0
- package/dist/types/string-literals/options/DropChars.d.ts.map +1 -0
- package/dist/types/string-literals/options/DropChars.js +1 -0
- package/dist/types/string-literals/options/TypeRequired.d.ts +8 -0
- package/dist/types/string-literals/options/TypeRequired.d.ts.map +1 -0
- package/dist/types/string-literals/options/TypeRequired.js +1 -0
- package/dist/types/string-literals/options/TypeStrength.d.ts +9 -0
- package/dist/types/string-literals/options/TypeStrength.d.ts.map +1 -0
- package/dist/types/string-literals/options/TypeStrength.js +1 -0
- package/dist/types/string-literals/options/index.d.ts +4 -0
- package/dist/types/string-literals/options/index.d.ts.map +1 -0
- package/dist/types/string-literals/options/index.js +3 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -0
- package/dist/types/tuples/DictArray.d.ts +20 -0
- package/dist/types/tuples/DictArray.d.ts.map +1 -0
- package/dist/types/tuples/DictArray.js +1 -0
- package/dist/types/tuples/FirstKey.d.ts +9 -0
- package/dist/types/tuples/FirstKey.d.ts.map +1 -0
- package/dist/types/tuples/FirstKey.js +1 -0
- package/dist/types/tuples/FirstKeyValue.d.ts +10 -0
- package/dist/types/tuples/FirstKeyValue.d.ts.map +1 -0
- package/dist/types/tuples/FirstKeyValue.js +1 -0
- package/dist/types/tuples/FirstOfEach.d.ts +13 -0
- package/dist/types/tuples/FirstOfEach.d.ts.map +1 -0
- package/dist/types/tuples/FirstOfEach.js +1 -0
- package/dist/types/tuples/FixedLengthArray.d.ts +15 -0
- package/dist/types/tuples/FixedLengthArray.d.ts.map +1 -0
- package/dist/types/tuples/FixedLengthArray.js +1 -0
- package/dist/types/tuples/FromDictArray.d.ts +11 -0
- package/dist/types/tuples/FromDictArray.d.ts.map +1 -0
- package/dist/types/tuples/FromDictArray.js +1 -0
- package/dist/types/tuples/LastCharOfSome.d.ts +1 -0
- package/dist/types/tuples/LastCharOfSome.d.ts.map +1 -0
- package/dist/types/tuples/LastCharOfSome.js +1 -0
- package/dist/types/tuples/LastOfEach.d.ts +16 -0
- package/dist/types/tuples/LastOfEach.d.ts.map +1 -0
- package/dist/types/tuples/LastOfEach.js +1 -0
- package/dist/types/tuples/SecondOfEach.d.ts +11 -0
- package/dist/types/tuples/SecondOfEach.d.ts.map +1 -0
- package/dist/types/tuples/SecondOfEach.js +1 -0
- package/dist/types/tuples/index.d.ts +9 -0
- package/dist/types/tuples/index.d.ts.map +1 -0
- package/dist/types/tuples/index.js +16 -0
- package/dist/types/type-conversion/AsBoolean.d.ts +8 -0
- package/dist/types/type-conversion/AsBoolean.d.ts.map +1 -0
- package/dist/types/type-conversion/AsBoolean.js +1 -0
- package/dist/types/type-conversion/AsContainer.d.ts +9 -0
- package/dist/types/type-conversion/AsContainer.d.ts.map +1 -0
- package/dist/types/type-conversion/AsContainer.js +1 -0
- package/dist/types/type-conversion/AsDefined.d.ts +8 -0
- package/dist/types/type-conversion/AsDefined.d.ts.map +1 -0
- package/dist/types/type-conversion/AsDefined.js +1 -0
- package/dist/types/type-conversion/AsDictionary.d.ts +3 -0
- package/dist/types/type-conversion/AsDictionary.d.ts.map +1 -0
- package/dist/types/type-conversion/AsDictionary.js +1 -0
- package/dist/types/type-conversion/AsFunction.d.ts +9 -0
- package/dist/types/type-conversion/AsFunction.d.ts.map +1 -0
- package/dist/types/type-conversion/AsFunction.js +1 -0
- package/dist/types/type-conversion/AsNonNull.d.ts +21 -0
- package/dist/types/type-conversion/AsNonNull.d.ts.map +1 -0
- package/dist/types/type-conversion/AsNonNull.js +1 -0
- package/dist/types/type-conversion/AsNumber.d.ts +21 -0
- package/dist/types/type-conversion/AsNumber.d.ts.map +1 -0
- package/dist/types/type-conversion/AsNumber.js +1 -0
- package/dist/types/type-conversion/AsObject.d.ts +2 -0
- package/dist/types/type-conversion/AsObject.d.ts.map +1 -0
- package/dist/types/type-conversion/AsObject.js +1 -0
- package/dist/types/type-conversion/AsObjectKeys.d.ts +15 -0
- package/dist/types/type-conversion/AsObjectKeys.d.ts.map +1 -0
- package/dist/types/type-conversion/AsObjectKeys.js +1 -0
- package/dist/types/type-conversion/AsPropertyKey.d.ts +8 -0
- package/dist/types/type-conversion/AsPropertyKey.d.ts.map +1 -0
- package/dist/types/type-conversion/AsPropertyKey.js +1 -0
- package/dist/types/type-conversion/AsRecord.d.ts +10 -0
- package/dist/types/type-conversion/AsRecord.d.ts.map +1 -0
- package/dist/types/type-conversion/AsRecord.js +1 -0
- package/dist/types/type-conversion/AsRef.d.ts +5 -0
- package/dist/types/type-conversion/AsRef.d.ts.map +1 -0
- package/dist/types/type-conversion/AsRef.js +1 -0
- package/dist/types/type-conversion/AsString.d.ts +15 -0
- package/dist/types/type-conversion/AsString.d.ts.map +1 -0
- package/dist/types/type-conversion/AsString.js +1 -0
- package/dist/types/type-conversion/AsStringUnion.d.ts +25 -0
- package/dist/types/type-conversion/AsStringUnion.d.ts.map +1 -0
- package/dist/types/type-conversion/AsStringUnion.js +1 -0
- package/dist/types/type-conversion/Awaited.d.ts +8 -0
- package/dist/types/type-conversion/Awaited.d.ts.map +1 -0
- package/dist/types/type-conversion/Awaited.js +1 -0
- package/dist/types/type-conversion/Break.d.ts +15 -0
- package/dist/types/type-conversion/Break.d.ts.map +1 -0
- package/dist/types/type-conversion/Break.js +1 -0
- package/dist/types/type-conversion/IntersectWithAll.d.ts +18 -0
- package/dist/types/type-conversion/IntersectWithAll.d.ts.map +1 -0
- package/dist/types/type-conversion/IntersectWithAll.js +1 -0
- package/dist/types/type-conversion/JSON.d.ts +25 -0
- package/dist/types/type-conversion/JSON.d.ts.map +1 -0
- package/dist/types/type-conversion/JSON.js +1 -0
- package/dist/types/type-conversion/LeftWhitespace.d.ts +11 -0
- package/dist/types/type-conversion/LeftWhitespace.d.ts.map +1 -0
- package/dist/types/type-conversion/LeftWhitespace.js +1 -0
- package/dist/types/type-conversion/Merge.d.ts +54 -0
- package/dist/types/type-conversion/Merge.d.ts.map +1 -0
- package/dist/types/type-conversion/Merge.js +1 -0
- package/dist/types/type-conversion/MergeObjects.d.ts +10 -0
- package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -0
- package/dist/types/type-conversion/MergeObjects.js +1 -0
- package/dist/types/type-conversion/Mutable.d.ts +30 -0
- package/dist/types/type-conversion/Mutable.d.ts.map +1 -0
- package/dist/types/type-conversion/Mutable.js +1 -0
- package/dist/types/type-conversion/ObjectToKvDict.d.ts +19 -0
- package/dist/types/type-conversion/ObjectToKvDict.d.ts.map +1 -0
- package/dist/types/type-conversion/ObjectToKvDict.js +1 -0
- package/dist/types/type-conversion/ReduceValues.d.ts +19 -0
- package/dist/types/type-conversion/ReduceValues.d.ts.map +1 -0
- package/dist/types/type-conversion/ReduceValues.js +1 -0
- package/dist/types/type-conversion/RemoveFromEnd.d.ts +9 -0
- package/dist/types/type-conversion/RemoveFromEnd.d.ts.map +1 -0
- package/dist/types/type-conversion/RemoveFromEnd.js +1 -0
- package/dist/types/type-conversion/RemoveFromStart.d.ts +9 -0
- package/dist/types/type-conversion/RemoveFromStart.d.ts.map +1 -0
- package/dist/types/type-conversion/RemoveFromStart.js +1 -0
- package/dist/types/type-conversion/RemoveIndex.d.ts +17 -0
- package/dist/types/type-conversion/RemoveIndex.d.ts.map +1 -0
- package/dist/types/type-conversion/RemoveIndex.js +1 -0
- package/dist/types/type-conversion/Replace.d.ts +18 -0
- package/dist/types/type-conversion/Replace.d.ts.map +1 -0
- package/dist/types/type-conversion/Replace.js +1 -0
- package/dist/types/type-conversion/ReplaceAll.d.ts +29 -0
- package/dist/types/type-conversion/ReplaceAll.d.ts.map +1 -0
- package/dist/types/type-conversion/ReplaceAll.js +1 -0
- package/dist/types/type-conversion/RetainChars.d.ts +15 -0
- package/dist/types/type-conversion/RetainChars.d.ts.map +1 -0
- package/dist/types/type-conversion/RetainChars.js +1 -0
- package/dist/types/type-conversion/ReturnValues.d.ts +18 -0
- package/dist/types/type-conversion/ReturnValues.d.ts.map +1 -0
- package/dist/types/type-conversion/ReturnValues.js +1 -0
- package/dist/types/type-conversion/RightWhitespace.d.ts +11 -0
- package/dist/types/type-conversion/RightWhitespace.d.ts.map +1 -0
- package/dist/types/type-conversion/RightWhitespace.js +1 -0
- package/dist/types/type-conversion/StringLength.d.ts +11 -0
- package/dist/types/type-conversion/StringLength.d.ts.map +1 -0
- package/dist/types/type-conversion/StringLength.js +1 -0
- package/dist/types/type-conversion/StringLiteralFromTuple.d.ts +18 -0
- package/dist/types/type-conversion/StringLiteralFromTuple.d.ts.map +1 -0
- package/dist/types/type-conversion/StringLiteralFromTuple.js +1 -0
- package/dist/types/type-conversion/StripChars.d.ts +19 -0
- package/dist/types/type-conversion/StripChars.d.ts.map +1 -0
- package/dist/types/type-conversion/StripChars.js +1 -0
- package/dist/types/type-conversion/ToBoolean.d.ts +15 -0
- package/dist/types/type-conversion/ToBoolean.d.ts.map +1 -0
- package/dist/types/type-conversion/ToBoolean.js +1 -0
- package/dist/types/type-conversion/ToContainer.d.ts +23 -0
- package/dist/types/type-conversion/ToContainer.d.ts.map +1 -0
- package/dist/types/type-conversion/ToContainer.js +1 -0
- package/dist/types/type-conversion/ToJsonValue.d.ts +11 -0
- package/dist/types/type-conversion/ToJsonValue.d.ts.map +1 -0
- package/dist/types/type-conversion/ToJsonValue.js +1 -0
- package/dist/types/type-conversion/ToNumber.d.ts +15 -0
- package/dist/types/type-conversion/ToNumber.d.ts.map +1 -0
- package/dist/types/type-conversion/ToNumber.js +1 -0
- package/dist/types/type-conversion/ToString.d.ts +16 -0
- package/dist/types/type-conversion/ToString.d.ts.map +1 -0
- package/dist/types/type-conversion/ToString.js +1 -0
- package/dist/types/type-conversion/ToStringArray.d.ts +13 -0
- package/dist/types/type-conversion/ToStringArray.d.ts.map +1 -0
- package/dist/types/type-conversion/ToStringArray.js +1 -0
- package/dist/types/type-conversion/ToUnion.d.ts +10 -0
- package/dist/types/type-conversion/ToUnion.d.ts.map +1 -0
- package/dist/types/type-conversion/ToUnion.js +1 -0
- package/dist/types/type-conversion/Trim.d.ts +14 -0
- package/dist/types/type-conversion/Trim.d.ts.map +1 -0
- package/dist/types/type-conversion/Trim.js +1 -0
- package/dist/types/type-conversion/TrimLeft.d.ts +12 -0
- package/dist/types/type-conversion/TrimLeft.d.ts.map +1 -0
- package/dist/types/type-conversion/TrimLeft.js +1 -0
- package/dist/types/type-conversion/TrimRight.d.ts +12 -0
- package/dist/types/type-conversion/TrimRight.d.ts.map +1 -0
- package/dist/types/type-conversion/TrimRight.js +1 -0
- package/dist/types/type-conversion/TupleToUnion.d.ts +14 -0
- package/dist/types/type-conversion/TupleToUnion.d.ts.map +1 -0
- package/dist/types/type-conversion/TupleToUnion.js +1 -0
- package/dist/types/type-conversion/UnionArrayToTuple.d.ts +15 -0
- package/dist/types/type-conversion/UnionArrayToTuple.d.ts.map +1 -0
- package/dist/types/type-conversion/UnionArrayToTuple.js +1 -0
- package/dist/types/type-conversion/UnionFilter.d.ts +42 -0
- package/dist/types/type-conversion/UnionFilter.d.ts.map +1 -0
- package/dist/types/type-conversion/UnionFilter.js +1 -0
- package/dist/types/type-conversion/UnionShift.d.ts +22 -0
- package/dist/types/type-conversion/UnionShift.d.ts.map +1 -0
- package/dist/types/type-conversion/UnionShift.js +1 -0
- package/dist/types/type-conversion/UnionToIntersection.d.ts +7 -0
- package/dist/types/type-conversion/UnionToIntersection.d.ts.map +1 -0
- package/dist/types/type-conversion/UnionToIntersection.js +1 -0
- package/dist/types/type-conversion/UnionToTuple.d.ts +19 -0
- package/dist/types/type-conversion/UnionToTuple.d.ts.map +1 -0
- package/dist/types/type-conversion/UnionToTuple.js +1 -0
- package/dist/types/type-conversion/UnionWithAll.d.ts +15 -0
- package/dist/types/type-conversion/UnionWithAll.d.ts.map +1 -0
- package/dist/types/type-conversion/UnionWithAll.js +1 -0
- package/dist/types/type-conversion/ValueOrReturnValue.d.ts +20 -0
- package/dist/types/type-conversion/ValueOrReturnValue.d.ts.map +1 -0
- package/dist/types/type-conversion/ValueOrReturnValue.js +1 -0
- package/dist/types/type-conversion/Widen.d.ts +47 -0
- package/dist/types/type-conversion/Widen.d.ts.map +1 -0
- package/dist/types/type-conversion/Widen.js +3 -0
- package/dist/types/type-conversion/WidenValues.d.ts +16 -0
- package/dist/types/type-conversion/WidenValues.d.ts.map +1 -0
- package/dist/types/type-conversion/WidenValues.js +1 -0
- package/dist/types/type-conversion/WithDefault.d.ts +23 -0
- package/dist/types/type-conversion/WithDefault.d.ts.map +1 -0
- package/dist/types/type-conversion/WithDefault.js +1 -0
- package/dist/types/type-conversion/form-fields.d.ts +9 -0
- package/dist/types/type-conversion/form-fields.d.ts.map +1 -0
- package/dist/types/type-conversion/form-fields.js +1 -0
- package/dist/types/type-conversion/index.d.ts +58 -0
- package/dist/types/type-conversion/index.d.ts.map +1 -0
- package/dist/types/type-conversion/index.js +65 -0
- package/package.json +97 -18
- package/.turbo/turbo-build.log +0 -19
- package/.turbo/turbo-lint.log +0 -18
- package/dist/index.d.cts +0 -3
- package/dist/index.d.ts +0 -3
- package/src/index.ts +0 -3
- package/tsconfig.json +0 -15
- /package/{index.ts → dist/inferred-types/index.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Exif.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/images/Exif.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,oBAAY,eAAe;IACzB,YAAY,IAAI;IAChB,KAAK,IAAI;IACT,WAAW,IAAI;IACf,WAAW,IAAI;IACf,GAAG,IAAI;IACP,WAAW,IAAI;IACf,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,MAAM,IAAI;IACV,SAAS,KAAK;IACd,OAAO,KAAK;IACZ,QAAQ,MAAM;IACd,IAAI,QAAQ;IACZ,iBAAiB,QAAQ;IACzB,SAAS,QAAQ;IACjB,oBAAoB,QAAQ;IAC5B,OAAO,QAAQ;IACf,qBAAqB,QAAQ;IAC7B,QAAQ,QAAQ;IAChB,WAAW,QAAQ;IACnB,kBAAkB,QAAQ;IAC1B,QAAQ,QAAQ;IAChB,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,SAAS,QAAQ;IACjB,QAAQ,QAAQ;IAChB,OAAO,QAAQ;IACf,GAAG,QAAQ;IACX,mBAAmB,QAAQ;IAC3B,iBAAiB,QAAQ;IACzB,IAAI,QAAQ;IACZ,MAAM,QAAQ;IACd,QAAQ,QAAQ;IAChB,QAAQ,QAAQ;IAChB,kBAAkB,QAAQ;IAC1B,WAAW,QAAQ;IACnB,yBAAyB,QAAQ;IACjC,kCAAkC,QAAQ;IAC1C,eAAe,QAAQ;IACvB,QAAQ,QAAQ;IAChB,SAAS,QAAQ;IACjB,KAAK,QAAQ;IACb,IAAI,QAAQ;IACZ,IAAI,QAAQ;IACZ,GAAG,QAAQ;IACX,MAAM,QAAQ;IACd,kBAAkB,QAAQ;IAC1B,mBAAmB,QAAQ;CAC5B;AAED,oBAAY,eAAe;IACzB,OAAO,IAAI;IACX,QAAQ,IAAA;IACR,WAAW,IAAA;IACX,QAAQ,IAAA;IACR,KAAK,IAAA;IACL,WAAW,IAAA;IACX,MAAM,IAAA;IACN,KAAK,IAAA;IACL,mBAAmB,IAAA;IACnB,mBAAmB,IAAA;IACnB,oBAAoB,KAAA;IACpB,gBAAgB,KAAA;IAChB,oBAAoB,KAAA;IACpB,cAAc,KAAA;IACd,cAAc,KAAA;IACd,cAAc,KAAA;IACd,GAAG,KAAA;IACH,GAAG,KAAA;IACH,GAAG,KAAA;IACH,GAAG,KAAA;IACH,iBAAiB,KAAA;IACjB,KAAK,MAAM;CACZ;AAED,oBAAY,eAAe;IACzB,OAAO,IAAM;IACb,KAAK,IAAM;IACX,sBAAsB,IAAM;IAC5B,mBAAmB,IAAM;IACzB,YAAY,IAAM;IAClB,OAAO,IAAM;IACb,mBAAmB,KAAM;IACzB,gBAAgB,KAAM;IACtB,aAAa,KAAO;IACpB,8BAA8B,KAAO;IACrC,cAAc,KAAO;IACrB,SAAS,KAAO;IAChB,0BAA0B,KAAO;IACjC,uBAAuB,KAAO;IAC9B,eAAe,KAAO;IACtB,kBAAkB,KAAO;IACzB,oBAAoB,KAAO;IAC3B,qCAAqC,KAAO;IAC5C,kCAAkC,KAAO;IACzC,iBAAiB,KAAO;IACxB,kCAAkC,KAAO;IACzC,+BAA+B,KAAO;IACtC,kBAAkB,KAAO;IACzB,6BAA6B,KAAO;IACpC,wBAAwB,KAAO;IAC/B,mCAAmC,KAAO;IAC1C,gCAAgC,KAAO;CACxC;AAED,oBAAY,qBAAqB;IAC/B,OAAO,IAAI;IACX,WAAW,IAAA;IACX,IAAI,IAAA;IACJ,QAAQ,IAAA;IACR,WAAW,IAAA;CACZ;AAED,oBAAY,eAAe;IACzB,YAAY,IAAI;IAChB,WAAW,IAAA;IACX,UAAU,IAAA;IACV,cAAc,IAAA;CACf;AAED,oBAAY,mBAAmB;IAC7B,OAAO,IAAI;IACX,KAAK,IAAA;IACL,KAAK,IAAA;IACL,OAAO,IAAA;CACR;AAED,oBAAY,aAAa;IACvB,MAAM,IAAI;IACV,IAAI,IAAA;IACJ,IAAI,IAAA;CACL;AAED,oBAAY,oBAAoB;IAC9B,QAAQ,IAAI;IACZ,SAAS,IAAA;IACT,QAAQ,IAAA;IACR,KAAK,IAAA;IACL,KAAK,IAAA;CACN;AAED,oBAAY,eAAe;IACzB,IAAI,IAAI;IACR,SAAS,IAAA;IACT,UAAU,IAAA;IACV,WAAW,IAAA;IACX,YAAY,IAAA;CACb;AAED,oBAAY,YAAY;IACtB,MAAM,IAAI;IACV,GAAG,IAAA;IACH,IAAI,IAAA;CACL;AAED,oBAAY,cAAc;IACxB,MAAM,IAAI;IACV,GAAG,IAAA;IACH,IAAI,IAAA;CACL;AAED;;;GAGG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,MAAM,GAAG,WAAW,IAAI;IAC3D,mBAAmB;IACnB,YAAY,EAAE,MAAM,CAAC;IAGrB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB,GAAG,CAAC,CAAC;AAEN;;;GAGG;AACH,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,MAAM,GAAG,WAAW,IAAI;IAC7D,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,oEAAoE;IACpE,UAAU,EAAE,MAAM,CAAC;IACnB,4CAA4C;IAC5C,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;;OAKG;IACH,cAAc,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC1C,mBAAmB,EAAE,MAAM,CAAC;IAC5B,wCAAwC;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,8CAA8C;IAC9C,kBAAkB,EAAE,MAAM,CAAC;IAC3B,wCAAwC;IACxC,mBAAmB,EAAE,MAAM,CAAC;CAC7B,GAAG,CAAC,CAAC;AAEN;;;GAGG;AACH,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,MAAM,GAAG,WAAW,IAAI;IAChE,SAAS,EAAE,MAAM,CAAC;IAClB,4DAA4D;IAC5D,MAAM,EAAE,MAAM,CAAC;IACf,gDAAgD;IAChD,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,iDAAiD;IACjD,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;CACtB,GAAG,CAAC,CAAC;AAEN,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,MAAM,GAAG,WAAW,IAAI;IAC3D,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;IAC3C,iBAAiB,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;IAEpD,oCAAoC;IACpC,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IAEjB,WAAW,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;;;OAMG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,YAAY,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAExB;;;OAGG;IACH,SAAS,EAAE,CAAC,GAAG,CAAC,CAAC;IAEjB;;;;;;;;OAQG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAElC,gBAAgB,EAAE,oBAAoB,CAAC;IACvC,WAAW,EAAE,eAAe,CAAC;IAC7B,QAAQ,EAAE,YAAY,GAAG,MAAM,CAAC;IAChC,UAAU,EAAE,cAAc,CAAC;IAC3B,SAAS,EAAE,aAAa,GAAG,MAAM,CAAC;IAElC;;;;;;;;;;;OAWG;IACH,eAAe,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC/C,yBAAyB,EAAE,MAAM,CAAC;IAClC,wBAAwB,EAAE,MAAM,CAAC;IACjC;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;OASG;IACH,YAAY,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;IAE9C;;;;OAIG;IACH,YAAY,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAExB;;;;;;;;;;;OAWG;IACH,cAAc,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAE9C,WAAW,EAAE,eAAe,CAAC;IAC7B,KAAK,EAAE,eAAe,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IAEpB,eAAe,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE,mBAAmB,CAAC;IAC1C,eAAe,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAE5B,gBAAgB,EAAE,MAAM,CAAC;IACzB,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;OAUG;IACH,UAAU,EAAE,GAAG,GAAG,GAAG,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IACjD,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA8DI;IACJ,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;OASG;IACH,cAAc,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAE9C,YAAY,EAAE,MAAM,CAAC;IAErB,eAAe,EAAE,MAAM,CAAC;IACxB,oDAAoD;IACpD,oBAAoB,EAAE,MAAM,CAAC;IAC7B,sCAAsC;IACtC,iBAAiB,EAAE,MAAM,CAAC;IAE1B,wDAAwD;IACxD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,4DAA4D;IAC5D,aAAa,EAAE,MAAM,CAAC;IACtB,4DAA4D;IAC5D,gBAAgB,EAAE,MAAM,CAAC;IAEzB,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,UAAU,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,kBAAkB,CAAC;IAE3C;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;CAC9B,GAAG,CAAC,CAAC;AAEN,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,MAAM,GAAG,WAAW,IAAI;IAC7D,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IAEpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IAEnB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;CACvB,GAAG,CAAC,CAAC;AAEN;;;GAGG;AACH,MAAM,MAAM,OAAO,GAAG;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,GAAG,GAAG,GAAG,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,GAAG,GAAG,GAAG,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,cAAc,EAAE,CAAC,GAAG,CAAC,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,GAAG,GAAG,GAAG,CAAC;IACrB,cAAc,EAAE,GAAG,GAAG,GAAG,CAAC;IAC1B;;;;OAIG;IACH,WAAW,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,GAAG,GAAG,GAAG,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,GAAG,GAAG,GAAG,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,GAAG,GAAG,GAAG,CAAC;IAC/B,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,GAAG,GAAG,GAAG,CAAC;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,kBAAkB,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IACpC,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC;IAC1D,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,GAAG,MAAM,IAAI,MAAM,IAAI,MAAM,EAAE,CAAC;IAC9C;;;OAGG;IACH,eAAe,EAAE,CAAC,GAAG,CAAC,CAAC;IACvB,oBAAoB,EAAE,MAAM,CAAC;CAC9B,CAAC;AACF;;;;GAIG;AACH,MAAM,MAAM,IAAI,CAAC,CAAC,SAAS,MAAM,GAAG,WAAW,IAAI,OAAO,CACxD,mBAAmB,GACjB,cAAc,GACd,gBAAgB,GAChB,OAAO,GACP,cAAc,GACd,gBAAgB,CACnB,GACC,CAAC,CAAC"}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
export var ExifCompression;
|
|
2
|
+
(function (ExifCompression) {
|
|
3
|
+
ExifCompression[ExifCompression["Uncompressed"] = 1] = "Uncompressed";
|
|
4
|
+
ExifCompression[ExifCompression["CCITT"] = 2] = "CCITT";
|
|
5
|
+
ExifCompression[ExifCompression["T4Group3Fax"] = 3] = "T4Group3Fax";
|
|
6
|
+
ExifCompression[ExifCompression["T6Group3Fax"] = 4] = "T6Group3Fax";
|
|
7
|
+
ExifCompression[ExifCompression["LZW"] = 5] = "LZW";
|
|
8
|
+
ExifCompression[ExifCompression["JpgOldStyle"] = 6] = "JpgOldStyle";
|
|
9
|
+
ExifCompression[ExifCompression["Jpg"] = 7] = "Jpg";
|
|
10
|
+
ExifCompression[ExifCompression["AdobeDeflate"] = 8] = "AdobeDeflate";
|
|
11
|
+
ExifCompression[ExifCompression["JBigBw"] = 9] = "JBigBw";
|
|
12
|
+
ExifCompression[ExifCompression["JBigColor"] = 10] = "JBigColor";
|
|
13
|
+
ExifCompression[ExifCompression["JpegAlt"] = 99] = "JpegAlt";
|
|
14
|
+
ExifCompression[ExifCompression["Kodak262"] = 262] = "Kodak262";
|
|
15
|
+
ExifCompression[ExifCompression["Next"] = 32766] = "Next";
|
|
16
|
+
ExifCompression[ExifCompression["SonyRawCompressed"] = 32767] = "SonyRawCompressed";
|
|
17
|
+
ExifCompression[ExifCompression["PackedRaw"] = 32769] = "PackedRaw";
|
|
18
|
+
ExifCompression[ExifCompression["SamsungSrwCompressed"] = 32770] = "SamsungSrwCompressed";
|
|
19
|
+
ExifCompression[ExifCompression["CCIRLEW"] = 32771] = "CCIRLEW";
|
|
20
|
+
ExifCompression[ExifCompression["SamsungSrwCompressed2"] = 32772] = "SamsungSrwCompressed2";
|
|
21
|
+
ExifCompression[ExifCompression["Packbits"] = 32773] = "Packbits";
|
|
22
|
+
ExifCompression[ExifCompression["Thunderscan"] = 32809] = "Thunderscan";
|
|
23
|
+
ExifCompression[ExifCompression["KodakKdcCompressed"] = 32867] = "KodakKdcCompressed";
|
|
24
|
+
ExifCompression[ExifCompression["IT8CTPAD"] = 32895] = "IT8CTPAD";
|
|
25
|
+
ExifCompression[ExifCompression["IT8LW"] = 32896] = "IT8LW";
|
|
26
|
+
ExifCompression[ExifCompression["IT8MP"] = 32897] = "IT8MP";
|
|
27
|
+
ExifCompression[ExifCompression["IT8BL"] = 32898] = "IT8BL";
|
|
28
|
+
ExifCompression[ExifCompression["PixarFilm"] = 32908] = "PixarFilm";
|
|
29
|
+
ExifCompression[ExifCompression["PixarLog"] = 32909] = "PixarLog";
|
|
30
|
+
ExifCompression[ExifCompression["Deflate"] = 32946] = "Deflate";
|
|
31
|
+
ExifCompression[ExifCompression["DCS"] = 32947] = "DCS";
|
|
32
|
+
ExifCompression[ExifCompression["AperioJpeg2000YCbCr"] = 33003] = "AperioJpeg2000YCbCr";
|
|
33
|
+
ExifCompression[ExifCompression["AperioJpeg2000RGB"] = 33005] = "AperioJpeg2000RGB";
|
|
34
|
+
ExifCompression[ExifCompression["JBig"] = 34661] = "JBig";
|
|
35
|
+
ExifCompression[ExifCompression["SGILog"] = 34676] = "SGILog";
|
|
36
|
+
ExifCompression[ExifCompression["SGILog24"] = 34677] = "SGILog24";
|
|
37
|
+
ExifCompression[ExifCompression["Jpeg2000"] = 34712] = "Jpeg2000";
|
|
38
|
+
ExifCompression[ExifCompression["NikonNEFCompressed"] = 34713] = "NikonNEFCompressed";
|
|
39
|
+
ExifCompression[ExifCompression["JBig2TiffFx"] = 34715] = "JBig2TiffFx";
|
|
40
|
+
ExifCompression[ExifCompression["MicrosoftBinaryLevelCodec"] = 34718] = "MicrosoftBinaryLevelCodec";
|
|
41
|
+
ExifCompression[ExifCompression["MicrosoftProgressiveTransformCodec"] = 34719] = "MicrosoftProgressiveTransformCodec";
|
|
42
|
+
ExifCompression[ExifCompression["MicrosoftVector"] = 34720] = "MicrosoftVector";
|
|
43
|
+
ExifCompression[ExifCompression["ESRCLerc"] = 34887] = "ESRCLerc";
|
|
44
|
+
ExifCompression[ExifCompression["LossyJpeg"] = 34892] = "LossyJpeg";
|
|
45
|
+
ExifCompression[ExifCompression["LZMA2"] = 34925] = "LZMA2";
|
|
46
|
+
ExifCompression[ExifCompression["Zstd"] = 34926] = "Zstd";
|
|
47
|
+
ExifCompression[ExifCompression["WepP"] = 34927] = "WepP";
|
|
48
|
+
ExifCompression[ExifCompression["PNG"] = 34933] = "PNG";
|
|
49
|
+
ExifCompression[ExifCompression["JpegXR"] = 34934] = "JpegXR";
|
|
50
|
+
ExifCompression[ExifCompression["KodakDCRCompressed"] = 65000] = "KodakDCRCompressed";
|
|
51
|
+
ExifCompression[ExifCompression["PentaxPEFCompressed"] = 65535] = "PentaxPEFCompressed";
|
|
52
|
+
})(ExifCompression || (ExifCompression = {}));
|
|
53
|
+
export var ExifLightSource;
|
|
54
|
+
(function (ExifLightSource) {
|
|
55
|
+
ExifLightSource[ExifLightSource["Unknown"] = 0] = "Unknown";
|
|
56
|
+
ExifLightSource[ExifLightSource["Daylight"] = 1] = "Daylight";
|
|
57
|
+
ExifLightSource[ExifLightSource["Fluorescent"] = 2] = "Fluorescent";
|
|
58
|
+
ExifLightSource[ExifLightSource["Tungsten"] = 3] = "Tungsten";
|
|
59
|
+
ExifLightSource[ExifLightSource["Flash"] = 4] = "Flash";
|
|
60
|
+
ExifLightSource[ExifLightSource["FineWeather"] = 5] = "FineWeather";
|
|
61
|
+
ExifLightSource[ExifLightSource["Cloudy"] = 6] = "Cloudy";
|
|
62
|
+
ExifLightSource[ExifLightSource["Shade"] = 7] = "Shade";
|
|
63
|
+
ExifLightSource[ExifLightSource["DaylightFluorescent"] = 8] = "DaylightFluorescent";
|
|
64
|
+
ExifLightSource[ExifLightSource["DayWhiteFluorescent"] = 9] = "DayWhiteFluorescent";
|
|
65
|
+
ExifLightSource[ExifLightSource["CoolWhiteFluorescent"] = 10] = "CoolWhiteFluorescent";
|
|
66
|
+
ExifLightSource[ExifLightSource["WhiteFluorescent"] = 11] = "WhiteFluorescent";
|
|
67
|
+
ExifLightSource[ExifLightSource["WarmWhiteFluorescent"] = 12] = "WarmWhiteFluorescent";
|
|
68
|
+
ExifLightSource[ExifLightSource["StandardLightA"] = 13] = "StandardLightA";
|
|
69
|
+
ExifLightSource[ExifLightSource["StandardLightB"] = 14] = "StandardLightB";
|
|
70
|
+
ExifLightSource[ExifLightSource["StandardLightC"] = 15] = "StandardLightC";
|
|
71
|
+
ExifLightSource[ExifLightSource["D55"] = 16] = "D55";
|
|
72
|
+
ExifLightSource[ExifLightSource["D65"] = 17] = "D65";
|
|
73
|
+
ExifLightSource[ExifLightSource["D75"] = 18] = "D75";
|
|
74
|
+
ExifLightSource[ExifLightSource["D50"] = 19] = "D50";
|
|
75
|
+
ExifLightSource[ExifLightSource["ISOStudioTungsten"] = 20] = "ISOStudioTungsten";
|
|
76
|
+
ExifLightSource[ExifLightSource["Other"] = 255] = "Other";
|
|
77
|
+
})(ExifLightSource || (ExifLightSource = {}));
|
|
78
|
+
export var ExifFlashValues;
|
|
79
|
+
(function (ExifFlashValues) {
|
|
80
|
+
ExifFlashValues[ExifFlashValues["NoFlash"] = 0] = "NoFlash";
|
|
81
|
+
ExifFlashValues[ExifFlashValues["Fired"] = 1] = "Fired";
|
|
82
|
+
ExifFlashValues[ExifFlashValues["FiredReturnNotDetected"] = 5] = "FiredReturnNotDetected";
|
|
83
|
+
ExifFlashValues[ExifFlashValues["FiredReturnDetected"] = 7] = "FiredReturnDetected";
|
|
84
|
+
ExifFlashValues[ExifFlashValues["OnDidNotFire"] = 8] = "OnDidNotFire";
|
|
85
|
+
ExifFlashValues[ExifFlashValues["OnFired"] = 9] = "OnFired";
|
|
86
|
+
ExifFlashValues[ExifFlashValues["OnReturnNotDetected"] = 13] = "OnReturnNotDetected";
|
|
87
|
+
ExifFlashValues[ExifFlashValues["OnReturnDetected"] = 15] = "OnReturnDetected";
|
|
88
|
+
ExifFlashValues[ExifFlashValues["OffDidNotFire"] = 16] = "OffDidNotFire";
|
|
89
|
+
ExifFlashValues[ExifFlashValues["OffDidNotFireReturnNotDetected"] = 20] = "OffDidNotFireReturnNotDetected";
|
|
90
|
+
ExifFlashValues[ExifFlashValues["AutoDidNotFire"] = 24] = "AutoDidNotFire";
|
|
91
|
+
ExifFlashValues[ExifFlashValues["AutoFired"] = 25] = "AutoFired";
|
|
92
|
+
ExifFlashValues[ExifFlashValues["AutoFiredReturnNotDetected"] = 29] = "AutoFiredReturnNotDetected";
|
|
93
|
+
ExifFlashValues[ExifFlashValues["AutoFiredReturnDetected"] = 31] = "AutoFiredReturnDetected";
|
|
94
|
+
ExifFlashValues[ExifFlashValues["NoFlashFunction"] = 32] = "NoFlashFunction";
|
|
95
|
+
ExifFlashValues[ExifFlashValues["OffNoFlashFunction"] = 48] = "OffNoFlashFunction";
|
|
96
|
+
ExifFlashValues[ExifFlashValues["FiredRedEyeReduction"] = 65] = "FiredRedEyeReduction";
|
|
97
|
+
ExifFlashValues[ExifFlashValues["FiredRedEyeReductionReturnNotDetected"] = 69] = "FiredRedEyeReductionReturnNotDetected";
|
|
98
|
+
ExifFlashValues[ExifFlashValues["FiredRedEyeReductionReturnDetected"] = 71] = "FiredRedEyeReductionReturnDetected";
|
|
99
|
+
ExifFlashValues[ExifFlashValues["OnRedEyeReduction"] = 73] = "OnRedEyeReduction";
|
|
100
|
+
ExifFlashValues[ExifFlashValues["OnRedEyeReductionReturnNotDetected"] = 77] = "OnRedEyeReductionReturnNotDetected";
|
|
101
|
+
ExifFlashValues[ExifFlashValues["OnRedEyeReductionReturnDetected"] = 79] = "OnRedEyeReductionReturnDetected";
|
|
102
|
+
ExifFlashValues[ExifFlashValues["OffRedEyeReduction"] = 80] = "OffRedEyeReduction";
|
|
103
|
+
ExifFlashValues[ExifFlashValues["AutoDidNotFireRedEyeReduction"] = 88] = "AutoDidNotFireRedEyeReduction";
|
|
104
|
+
ExifFlashValues[ExifFlashValues["AutoFiredRedEyeReduction"] = 89] = "AutoFiredRedEyeReduction";
|
|
105
|
+
ExifFlashValues[ExifFlashValues["AutoFiredRedEyeReductionNotDetected"] = 96] = "AutoFiredRedEyeReductionNotDetected";
|
|
106
|
+
ExifFlashValues[ExifFlashValues["AutoFiredRedEyeReductionDetected"] = 93] = "AutoFiredRedEyeReductionDetected";
|
|
107
|
+
})(ExifFlashValues || (ExifFlashValues = {}));
|
|
108
|
+
export var ExifPreviewColorSpace;
|
|
109
|
+
(function (ExifPreviewColorSpace) {
|
|
110
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["Unknown"] = 0] = "Unknown";
|
|
111
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["GrayGamma22"] = 1] = "GrayGamma22";
|
|
112
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["sRGB"] = 2] = "sRGB";
|
|
113
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["AdobeRGB"] = 3] = "AdobeRGB";
|
|
114
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["ProPhotoRGB"] = 4] = "ProPhotoRGB";
|
|
115
|
+
})(ExifPreviewColorSpace || (ExifPreviewColorSpace = {}));
|
|
116
|
+
export var ExifEmbedPolicy;
|
|
117
|
+
(function (ExifEmbedPolicy) {
|
|
118
|
+
ExifEmbedPolicy[ExifEmbedPolicy["AllowCopying"] = 0] = "AllowCopying";
|
|
119
|
+
ExifEmbedPolicy[ExifEmbedPolicy["EmbedIfUsed"] = 1] = "EmbedIfUsed";
|
|
120
|
+
ExifEmbedPolicy[ExifEmbedPolicy["NeverEmbed"] = 2] = "NeverEmbed";
|
|
121
|
+
ExifEmbedPolicy[ExifEmbedPolicy["NoRestrictions"] = 3] = "NoRestrictions";
|
|
122
|
+
})(ExifEmbedPolicy || (ExifEmbedPolicy = {}));
|
|
123
|
+
export var ExifSubjectDistance;
|
|
124
|
+
(function (ExifSubjectDistance) {
|
|
125
|
+
ExifSubjectDistance[ExifSubjectDistance["Unknown"] = 0] = "Unknown";
|
|
126
|
+
ExifSubjectDistance[ExifSubjectDistance["Macro"] = 1] = "Macro";
|
|
127
|
+
ExifSubjectDistance[ExifSubjectDistance["Close"] = 2] = "Close";
|
|
128
|
+
ExifSubjectDistance[ExifSubjectDistance["Distant"] = 3] = "Distant";
|
|
129
|
+
})(ExifSubjectDistance || (ExifSubjectDistance = {}));
|
|
130
|
+
export var ExifSharpness;
|
|
131
|
+
(function (ExifSharpness) {
|
|
132
|
+
ExifSharpness[ExifSharpness["Normal"] = 0] = "Normal";
|
|
133
|
+
ExifSharpness[ExifSharpness["Soft"] = 1] = "Soft";
|
|
134
|
+
ExifSharpness[ExifSharpness["Hard"] = 2] = "Hard";
|
|
135
|
+
})(ExifSharpness || (ExifSharpness = {}));
|
|
136
|
+
export var ExifSceneCaptureType;
|
|
137
|
+
(function (ExifSceneCaptureType) {
|
|
138
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Standard"] = 0] = "Standard";
|
|
139
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Landscape"] = 1] = "Landscape";
|
|
140
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Portrait"] = 2] = "Portrait";
|
|
141
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Night"] = 3] = "Night";
|
|
142
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Other"] = 4] = "Other";
|
|
143
|
+
})(ExifSceneCaptureType || (ExifSceneCaptureType = {}));
|
|
144
|
+
export var ExifGainControl;
|
|
145
|
+
(function (ExifGainControl) {
|
|
146
|
+
ExifGainControl[ExifGainControl["None"] = 0] = "None";
|
|
147
|
+
ExifGainControl[ExifGainControl["LowGainUp"] = 1] = "LowGainUp";
|
|
148
|
+
ExifGainControl[ExifGainControl["HighGainUp"] = 2] = "HighGainUp";
|
|
149
|
+
ExifGainControl[ExifGainControl["LowGainDown"] = 3] = "LowGainDown";
|
|
150
|
+
ExifGainControl[ExifGainControl["HighGainDown"] = 4] = "HighGainDown";
|
|
151
|
+
})(ExifGainControl || (ExifGainControl = {}));
|
|
152
|
+
export var ExifContrast;
|
|
153
|
+
(function (ExifContrast) {
|
|
154
|
+
ExifContrast[ExifContrast["Normal"] = 0] = "Normal";
|
|
155
|
+
ExifContrast[ExifContrast["Low"] = 1] = "Low";
|
|
156
|
+
ExifContrast[ExifContrast["High"] = 2] = "High";
|
|
157
|
+
})(ExifContrast || (ExifContrast = {}));
|
|
158
|
+
export var ExifSaturation;
|
|
159
|
+
(function (ExifSaturation) {
|
|
160
|
+
ExifSaturation[ExifSaturation["Normal"] = 0] = "Normal";
|
|
161
|
+
ExifSaturation[ExifSaturation["Low"] = 1] = "Low";
|
|
162
|
+
ExifSaturation[ExifSaturation["High"] = 2] = "High";
|
|
163
|
+
})(ExifSaturation || (ExifSaturation = {}));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { IMAGE_FORMAT_LOOKUP } from "inferred-types/dist/constants/index";
|
|
2
|
+
import { FilterByProp } from "src/types/lists";
|
|
3
|
+
import { GetEach } from "src/types/lists/GetEach";
|
|
4
|
+
/**
|
|
5
|
+
* **ImgFormat**
|
|
6
|
+
*
|
|
7
|
+
* a union of image formats named by their most typical file extension
|
|
8
|
+
*
|
|
9
|
+
* **Related:** `ImgFormatWeb`
|
|
10
|
+
*/
|
|
11
|
+
export type ImgFormat = GetEach<typeof IMAGE_FORMAT_LOOKUP, "ext">[number];
|
|
12
|
+
/**
|
|
13
|
+
* **ImgFormatWeb**
|
|
14
|
+
*
|
|
15
|
+
* a union type of image formats typically found on the web.
|
|
16
|
+
*
|
|
17
|
+
* **Related:** `ImageFormat`
|
|
18
|
+
*/
|
|
19
|
+
export type ImgFormatWeb = GetEach<FilterByProp<typeof IMAGE_FORMAT_LOOKUP, false, "webFormat", "equals">, "ext">[number];
|
|
20
|
+
//# sourceMappingURL=ImgFormat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImgFormat.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/images/ImgFormat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAElD;;;;;;GAMG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,OAAO,mBAAmB,EAAE,KAAK,CAAC,CAAC,MAAM,CAAC,CAAA;AAG1E;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,CAChC,YAAY,CACV,OAAO,mBAAmB,EAC1B,KAAK,EACL,WAAW,EACX,QAAQ,CACT,EACD,KAAK,CACN,CAAC,MAAM,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/images/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export * from "./Alpha";
|
|
2
|
+
export * from "./LowerAlpha";
|
|
3
|
+
export * from "./NonAlpha";
|
|
4
|
+
export * from "./AlphaChar";
|
|
5
|
+
export * from "./LowerAlphaChar";
|
|
6
|
+
export * from "./UpperAlphaChar";
|
|
7
|
+
export * from "./Punctuation";
|
|
8
|
+
export * from "./CarriageReturn";
|
|
9
|
+
export * from "./DomainName";
|
|
10
|
+
export * from "./urls/Url";
|
|
11
|
+
export * from "./CSV";
|
|
12
|
+
export * from "./DotPathFor";
|
|
13
|
+
export * from "./IpAddress";
|
|
14
|
+
export * from "./Indent";
|
|
15
|
+
export * from "./OptionalSpace";
|
|
16
|
+
export * from "./StringDelimiter";
|
|
17
|
+
export * from "./Whitespace";
|
|
18
|
+
export * from "./SpecialChar";
|
|
19
|
+
export * from "./NumericChar";
|
|
20
|
+
export * from "./AlphaNumeric";
|
|
21
|
+
export * from "./Hexadecimal";
|
|
22
|
+
export * from "./SingularNoun";
|
|
23
|
+
export * from "./ValueAtDotPath";
|
|
24
|
+
export * from "./Consonants";
|
|
25
|
+
export * from "./PlusMinus";
|
|
26
|
+
export * from "./InlineSvg";
|
|
27
|
+
export * from "./Repos";
|
|
28
|
+
export * from "./Variable";
|
|
29
|
+
export * from "./Optional";
|
|
30
|
+
export * from "./YouTube";
|
|
31
|
+
export * from "./Country";
|
|
32
|
+
export * from "./brackets/index";
|
|
33
|
+
export * from "./quotation-marks/index";
|
|
34
|
+
export * from "./phone/index";
|
|
35
|
+
export * from "./css/index";
|
|
36
|
+
export * from "./tw/index";
|
|
37
|
+
export * from "./images/index";
|
|
38
|
+
export * from "./urls/index";
|
|
39
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/string-literals/character-sets/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAE1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export * from "./Alpha";
|
|
2
|
+
export * from "./LowerAlpha";
|
|
3
|
+
export * from "./NonAlpha";
|
|
4
|
+
export * from "./AlphaChar";
|
|
5
|
+
export * from "./LowerAlphaChar";
|
|
6
|
+
export * from "./UpperAlphaChar";
|
|
7
|
+
export * from "./Punctuation";
|
|
8
|
+
export * from "./CarriageReturn";
|
|
9
|
+
export * from "./DomainName";
|
|
10
|
+
export * from "./urls/Url";
|
|
11
|
+
export * from "./CSV";
|
|
12
|
+
export * from "./DotPathFor";
|
|
13
|
+
export * from "./IpAddress";
|
|
14
|
+
export * from "./Indent";
|
|
15
|
+
export * from "./OptionalSpace";
|
|
16
|
+
export * from "./StringDelimiter";
|
|
17
|
+
export * from "./Whitespace";
|
|
18
|
+
export * from "./SpecialChar";
|
|
19
|
+
export * from "./NumericChar";
|
|
20
|
+
export * from "./AlphaNumeric";
|
|
21
|
+
export * from "./Hexadecimal";
|
|
22
|
+
export * from "./SingularNoun";
|
|
23
|
+
export * from "./ValueAtDotPath";
|
|
24
|
+
export * from "./Consonants";
|
|
25
|
+
export * from "./PlusMinus";
|
|
26
|
+
export * from "./InlineSvg";
|
|
27
|
+
export * from "./Repos";
|
|
28
|
+
export * from "./Variable";
|
|
29
|
+
export * from "./Optional";
|
|
30
|
+
export * from "./YouTube";
|
|
31
|
+
export * from "./Country";
|
|
32
|
+
export * from "./brackets/index";
|
|
33
|
+
export * from "./quotation-marks/index";
|
|
34
|
+
export * from "./phone/index";
|
|
35
|
+
export * from "./css/index";
|
|
36
|
+
export * from "./tw/index";
|
|
37
|
+
export * from "./images/index";
|
|
38
|
+
export * from "./urls/index";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LocalPhoneNumber, PhoneAreaCode, PhoneNumberDelimiter } from "inferred-types/dist/types/index";
|
|
2
|
+
/**
|
|
3
|
+
* **CountryPhoneNumber**`<[TDelimiter]>`
|
|
4
|
+
*
|
|
5
|
+
* Provides a shape phone number meant for use within a country. It includes
|
|
6
|
+
* the local number plus what would be referred to as the "area code" in the
|
|
7
|
+
* USA.
|
|
8
|
+
*
|
|
9
|
+
* **Related:** `InternationalPhoneNumber`, `LocalPhoneNumber`, `PhoneNumber`
|
|
10
|
+
*/
|
|
11
|
+
export type CountryPhoneNumber<TDelimiter extends PhoneNumberDelimiter = PhoneNumberDelimiter> = `${PhoneAreaCode}${TDelimiter}${LocalPhoneNumber<TDelimiter>}`;
|
|
12
|
+
//# sourceMappingURL=CountryPhoneNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CountryPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/CountryPhoneNumber.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAIzC;;;;;;;;GAQG;AACH,MAAM,MAAM,kBAAkB,CAC5B,UAAU,SAAS,oBAAoB,GAAG,oBAAoB,IAC5D,GAAG,aAAa,GAAG,UAAU,GAAG,gBAAgB,CAAC,UAAU,CAAC,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { NumericChar, Optional } from "inferred-types/dist/types/index";
|
|
2
|
+
/**
|
|
3
|
+
* **DialCountryCode**
|
|
4
|
+
*
|
|
5
|
+
* A simplified representation of `PhoneCountryCode` so as to not make other
|
|
6
|
+
* phone patterns too complex.
|
|
7
|
+
*/
|
|
8
|
+
export type DialCountryCode = `${"+" | "00"}${`1-${number}` | `${Exclude<NumericChar, "0">}`}${Optional<`${number}`>}`;
|
|
9
|
+
//# sourceMappingURL=DialCountryCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialCountryCode.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/DialCountryCode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAExE;;;;;GAKG;AACH,MAAM,MAAM,eAAe,GAAG,GAAG,GAAG,GAAG,IAAI,GAAI,KAAK,MAAM,EAAE,GAAG,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,CAAC,EAAE,GAAG,QAAQ,CAAC,GAAG,MAAM,EAAE,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IsStringLiteral, PhoneNumberDelimiter, RetainUntil, StartsWith, Trim } from "inferred-types/dist/types/index";
|
|
2
|
+
/**
|
|
3
|
+
* GetPhoneCountryCode`<T>`
|
|
4
|
+
*
|
|
5
|
+
* Attempts to find a country code signature in a phone number.
|
|
6
|
+
*
|
|
7
|
+
* - it returns the country code without the leading `+` or `00` prefix
|
|
8
|
+
* - if there is no delimiter or prefix for the country code then, then it
|
|
9
|
+
* will use a _real_ list of country codes to try to extract this value
|
|
10
|
+
* - if not found it returns an empty string (`""`)
|
|
11
|
+
* - if `T` is a _wide_ string string then this will return `string` back
|
|
12
|
+
*/
|
|
13
|
+
export type GetPhoneCountryCode<T> = T extends string ? [IsStringLiteral<T>] extends [true] ? StartsWith<Trim<T>, "+" | "00"> extends true ? [Trim<T>] extends [`${"+" | "00"}${infer CC}${PhoneNumberDelimiter}${string}`] ? RetainUntil<CC, " "> : "" : "" : string : never;
|
|
14
|
+
//# sourceMappingURL=GetPhoneCountryCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetPhoneCountryCode.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/GetPhoneCountryCode.ts"],"names":[],"mappings":"AACA,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,WAAW,EACX,UAAU,EACV,IAAI,EACL,MAAM,iCAAiC,CAAA;AAExC;;;;;;;;;;GAUG;AACH,MAAM,MAAM,mBAAmB,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GACnD,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC/B,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,SAAS,IAAI,GAC1C,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,GAAG,GAAG,GAAG,IAAI,GAAG,MAAM,EAAE,GAAG,oBAAoB,GAAG,MAAM,EAAE,CAAC,GAC5E,WAAW,CAAC,EAAE,EAAE,GAAG,CAAC,GACpB,EAAE,GACJ,EAAE,GACJ,MAAM,GACV,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { HasPhoneCountryCode, IsLessThan, IsStringLiteral, NumericChar, RetainChars, StrLen, Trim } from "inferred-types/dist/types/index";
|
|
2
|
+
export type PhoneNumberType = "international" | "country" | "regional" | "short-code";
|
|
3
|
+
/**
|
|
4
|
+
* **GetPhoneNumberType**`<T>`
|
|
5
|
+
*
|
|
6
|
+
* Indicates whether the phone number is "international", "country", or "regional"
|
|
7
|
+
* based on the shape and number of digits
|
|
8
|
+
*/
|
|
9
|
+
export type GetPhoneNumberType<T> = T extends string ? IsStringLiteral<T> extends true ? HasPhoneCountryCode<T, false> extends true ? "international" : IsLessThan<StrLen<RetainChars<Trim<`${T}`>, NumericChar>>, 8> extends true ? StrLen<RetainChars<Trim<`${T}`>, NumericChar>> extends 7 ? "regional" : "short-code" : "country" : string : never;
|
|
10
|
+
//# sourceMappingURL=GetPhoneNumberType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetPhoneNumberType.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/GetPhoneNumberType.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,UAAU,EACV,eAAe,EACf,WAAW,EACX,WAAW,EACX,MAAM,EACN,IAAI,EACL,MAAM,iCAAiC,CAAC;AAGzC,MAAM,MAAM,eAAe,GAAG,eAAe,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CAAC;AAEtF;;;;;GAKG;AACH,MAAM,MAAM,kBAAkB,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GAClD,eAAe,CAAC,CAAC,CAAC,SAAS,IAAI,GAC7B,mBAAmB,CAAC,CAAC,EAAC,KAAK,CAAC,SAAS,IAAI,GACvC,eAAe,GACf,UAAU,CACR,MAAM,CACJ,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EACxB,WAAW,CACZ,CAAC,EACF,CAAC,CACF,SAAS,IAAI,GACV,MAAM,CACJ,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EACxB,WAAW,CACZ,CAAC,SAAS,CAAC,GACV,UAAU,GACV,YAAY,GACd,SAAS,GACjB,MAAM,GACN,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CountryPhoneNumber, DialCountryCode, PhoneNumberDelimiter } from "inferred-types/dist/types/index";
|
|
2
|
+
/**
|
|
3
|
+
* **InternationalPhoneNumber**`<[TDelimiter]>`
|
|
4
|
+
*
|
|
5
|
+
* A phone number which explicitly leads by expressing the _country_ that the number belongs to.
|
|
6
|
+
*
|
|
7
|
+
* - uses `+` or `00` prefix to mark as a country code
|
|
8
|
+
*
|
|
9
|
+
* **Related:** `CountryPhoneNumber`, `LocalPhoneNumber`, `PhoneNumber`
|
|
10
|
+
*/
|
|
11
|
+
export type InternationalPhoneNumber<TDelimiter extends PhoneNumberDelimiter = PhoneNumberDelimiter> = `${DialCountryCode}${TDelimiter}${CountryPhoneNumber<TDelimiter>}`;
|
|
12
|
+
//# sourceMappingURL=InternationalPhoneNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternationalPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/InternationalPhoneNumber.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,eAAe,EACf,oBAAoB,EACrB,MAAM,iCAAiC,CAAA;AAExC;;;;;;;;GAQG;AACH,MAAM,MAAM,wBAAwB,CAClC,UAAU,SAAS,oBAAoB,GAAG,oBAAoB,IAC5D,GAAG,eAAe,GAAG,UAAU,GAAG,kBAAkB,CAAC,UAAU,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { NumericChar, PhoneNumberDelimiter } from "inferred-types/dist/types/index";
|
|
2
|
+
/**
|
|
3
|
+
* **LocalPhoneNumber**`<[TDelimiter]>`
|
|
4
|
+
*
|
|
5
|
+
* Provides a shape for phone numbers local a region of country that do
|
|
6
|
+
* not have a _country code_ designation nor what is referred to as the
|
|
7
|
+
* "area code" in the USA.
|
|
8
|
+
*
|
|
9
|
+
* **Related:** `CountryPhoneNumber`, `InternationalPhoneNumber`, `PhoneNumber`
|
|
10
|
+
*/
|
|
11
|
+
export type LocalPhoneNumber<TDelimiter extends PhoneNumberDelimiter = PhoneNumberDelimiter> = `${NumericChar}${number}${TDelimiter}${number}`;
|
|
12
|
+
//# sourceMappingURL=LocalPhoneNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocalPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/LocalPhoneNumber.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAA;AAEnF;;;;;;;;GAQG;AACH,MAAM,MAAM,gBAAgB,CAC5B,UAAU,SAAS,oBAAoB,GAAG,oBAAoB,IAC1D,GAAG,WAAW,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneAreaCode.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/PhoneAreaCode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG9D;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,IAAI,MAAM,GAAG,GAAG,GAAG,WAAW,GAAG,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PHONE_COUNTRY_CODES } from "inferred-types/dist/constants/index";
|
|
2
|
+
import { FirstOfEach } from "src/types/tuples";
|
|
3
|
+
import { Mutable } from "inferred-types/dist/types/index";
|
|
4
|
+
export type PhoneCountryLookup = Mutable<[...typeof PHONE_COUNTRY_CODES]>;
|
|
5
|
+
/**
|
|
6
|
+
* **PhoneCountryCode**
|
|
7
|
+
*
|
|
8
|
+
* The official list of _phone_ country codes
|
|
9
|
+
*
|
|
10
|
+
* **Related:** `DialCountryCode`
|
|
11
|
+
*/
|
|
12
|
+
export type PhoneCountryCode = FirstOfEach<PhoneCountryLookup>;
|
|
13
|
+
//# sourceMappingURL=PhoneCountryCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneCountryCode.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/PhoneCountryCode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAK,iCAAiC,CAAC;AAEzD,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,CAAC,GAAG,OAAO,mBAAmB,CAAC,CAAC,CAAC;AAE1E;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GAAG,WAAW,CAAC,kBAAkB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { LocalPhoneNumber, OnPass, PhoneNumberDelimiter, InternationalPhoneNumber, CountryPhoneNumber, IsStringLiteral, IsNumericLiteral, As, ErrorCondition } from "inferred-types/dist/types/index";
|
|
2
|
+
type Process<T extends string, _TDelimiter extends PhoneNumberDelimiter = PhoneNumberDelimiter> = OnPass<[
|
|
3
|
+
], T>;
|
|
4
|
+
/**
|
|
5
|
+
* **PhoneNumber**`<[T]>`
|
|
6
|
+
*
|
|
7
|
+
* Without use of the generic `T`, provides a basic shape for phone
|
|
8
|
+
* numbers which should keep people on good behavior when
|
|
9
|
+
* accepting phone numbers.
|
|
10
|
+
*
|
|
11
|
+
* When passing a string into `T`, this utility will do a lot more
|
|
12
|
+
* validity checking on the value.
|
|
13
|
+
*
|
|
14
|
+
* - Only valid characters (numeric, whitespace, `+`, `-`, `.`, and parenthesis)
|
|
15
|
+
* - all _leading_ and _trailing_ whitespace removed for remaining comparisons
|
|
16
|
+
* - at least 7 numeric characters
|
|
17
|
+
* - 8 if `+` character used as leading character (after whitespace)
|
|
18
|
+
* - 10 if `00` are leading characters
|
|
19
|
+
* - leading character (after whitespace) must be numeric, `(` or `+`
|
|
20
|
+
*/
|
|
21
|
+
export type PhoneNumber<T extends number | string | null = null, TDelimiter extends PhoneNumberDelimiter = PhoneNumberDelimiter> = T extends null ? LocalPhoneNumber<TDelimiter> | CountryPhoneNumber<TDelimiter> | InternationalPhoneNumber<TDelimiter> : IsStringLiteral<T> extends true ? Process<As<T, string>, TDelimiter> : IsNumericLiteral<T> extends true ? Process<`${As<T, number>}`, TDelimiter> : T extends string ? string | ErrorCondition<"invalid-phone-number"> : T extends number ? number | ErrorCondition<"invalid-phone-number"> : never;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=PhoneNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneNumber.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/PhoneNumber.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,MAAM,EACN,oBAAoB,EACpB,wBAAwB,EACxB,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAChB,EAAE,EACF,cAAc,EACf,MAAM,iCAAiC,CAAC;AAuDzC,KAAK,OAAO,CACV,CAAC,SAAS,MAAM,EAChB,WAAW,SAAS,oBAAoB,GAAG,oBAAoB,IAC7D,MAAM,CACJ;CAIC,EACD,CAAC,CACF,CAAC;AAIN;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,MAAM,WAAW,CACrB,CAAC,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,EACvC,UAAU,SAAS,oBAAoB,GAAG,oBAAoB,IAC5D,CAAC,SAAS,IAAI,GAChB,gBAAgB,CAAC,UAAU,CAAC,GAC5B,kBAAkB,CAAC,UAAU,CAAC,GAC9B,wBAAwB,CAAC,UAAU,CAAC,GACpC,eAAe,CAAC,CAAC,CAAC,SAAS,IAAI,GAC3B,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,EAAC,UAAU,CAAC,GACjC,gBAAgB,CAAC,CAAC,CAAC,SAAS,IAAI,GAC9B,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,EAAE,UAAU,CAAC,GACvC,CAAC,SAAS,MAAM,GAChB,MAAM,GAAG,cAAc,CAAC,sBAAsB,CAAC,GAC/C,CAAC,SAAS,MAAM,GAChB,MAAM,GAAG,cAAc,CAAC,sBAAsB,CAAC,GAC/C,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneNumberDelimiter.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/PhoneNumberDelimiter.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IsGreaterThan, IsStringLiteral, NumericChar, Throw } from "inferred-types/dist/types/index";
|
|
2
|
+
/**
|
|
3
|
+
* **PhoneShortCode**`<[T]>`
|
|
4
|
+
*
|
|
5
|
+
* A [phone short code](https://en.wikipedia.org/wiki/Short_code) is a short numeric
|
|
6
|
+
* phone number typically used for SMS/MMS purposes but can be call based too.
|
|
7
|
+
*
|
|
8
|
+
* There are regional variances but typically are always _less_ digits than a regional
|
|
9
|
+
* phone number of 7 digits.
|
|
10
|
+
*
|
|
11
|
+
* This utility -- when used without a generic `T` -- will just give a basic shape
|
|
12
|
+
* for the short code but not really validate it.
|
|
13
|
+
*
|
|
14
|
+
* If you want validation, pass it the value you're testing in as `T`. If `T` is a
|
|
15
|
+
* valid short code then it will be proxied through "as is" but if it is not, it
|
|
16
|
+
* will be converted to an `ErrorCondition<"invalid-short-code">`
|
|
17
|
+
*/
|
|
18
|
+
export type PhoneShortCode<T extends string | null = null> = T extends null ? `${NumericChar}${number}${NumericChar}` : T extends string ? IsStringLiteral<T> extends true ? T extends `${number}` ? IsGreaterThan<T["length"], 6> extends true ? Throw<"invalid-short-code", `Short codes must be less than 7 digits [${T["length"]}]`> : T : Throw<"invalid-short-code", `Short codes may vary from region to region but they must always contain only numbers: ${T}!`> : string : never;
|
|
19
|
+
//# sourceMappingURL=PhoneShortCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneShortCode.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/PhoneShortCode.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,eAAe,EACf,WAAW,EACX,KAAK,EACN,MAAM,iCAAiC,CAAC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,MAAM,MAAM,cAAc,CACxB,CAAC,SAAS,MAAM,GAAG,IAAI,GAAG,IAAI,IAC5B,CAAC,SAAS,IAAI,GAChB,GAAG,WAAW,GAAG,MAAM,GAAG,WAAW,EAAE,GACvC,CAAC,SAAS,MAAM,GACd,eAAe,CAAC,CAAC,CAAC,SAAS,IAAI,GAC7B,CAAC,SAAS,GAAG,MAAM,EAAE,GACnB,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,SAAS,IAAI,GACxC,KAAK,CAAC,oBAAoB,EAAE,2CAA2C,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,GACtF,CAAC,GACH,KAAK,CAAC,oBAAoB,EAAE,yFAAyF,CAAC,GAAG,CAAC,GAC5H,MAAM,GACV,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { And, Contains, ErrorCondition, If, IsEqual, IsGreaterThan, IsLessThan, IsStringLiteral, NumericChar, OnPass, Optional, Or, StartsWith, StripChars, StrLen, Unset } from "inferred-types/dist/types/index";
|
|
2
|
+
type _RightLength<T extends string> = If<StartsWith<T, "+">, If<Contains<T, "1-">, // using 1- for country code nomenclature
|
|
3
|
+
If<StrLen<T> extends 16 ? true : false, T, ErrorCondition<"invalid-raw-phone-number", `Wrong number of characters for international number: ${T}`>>, If<StrLen<T> extends 15 ? true : false, T, ErrorCondition<"invalid-raw-phone-number", `Wrong number of characters for international number: ${T}`>>>, If<StartsWith<T, "00">, If<Contains<T, "1-">, // using 1- for country code nomenclature
|
|
4
|
+
If<StrLen<T> extends 15 ? true : false, T, ErrorCondition<"invalid-raw-phone-number", `Wrong number of characters for international number: ${T}`>>, If<StrLen<T> extends 14 ? true : false, T, ErrorCondition<"invalid-raw-phone-number", `Wrong number of characters for international number: ${T}`>>>, If<Or<[IsEqual<StrLen<T>, 10>, IsEqual<StrLen<T>, 12>]>, T, If<And<[IsGreaterThan<StrLen<T>, 2>, IsLessThan<StrLen<T>, 8>]>, T, ErrorCondition<"invalid-raw-phone-number">>>>>;
|
|
5
|
+
type _RightChars<T extends string> = StripChars<T, NumericChar | "+" | "-"> extends "" ? T : ErrorCondition<"invalid-raw-phone-number", `The only valid characters in a raw phone number is numeric characters with the rare exception of a "+" or "-" when used in the right manner`>;
|
|
6
|
+
/**
|
|
7
|
+
* **RawPhoneNumber**`<[T]>`
|
|
8
|
+
*
|
|
9
|
+
* This is the most compact form of phone number storage as it has no delimiters
|
|
10
|
+
* but still can contain a number representing an international,
|
|
11
|
+
* country or regional phone number and even a `PhoneShortCode`.
|
|
12
|
+
*
|
|
13
|
+
* **Generic Use**
|
|
14
|
+
*
|
|
15
|
+
* - without using the generic, you'll get a very basic shape that can be used as in input
|
|
16
|
+
* type but it will by no means ensure this _is_ a RawPhone number
|
|
17
|
+
* - to get real validation that a type is a `RawPhoneNumber` pass it in as `T`
|
|
18
|
+
* - valid values are:
|
|
19
|
+
* - numeric only characters with the exception of:
|
|
20
|
+
* - possible start of `+`
|
|
21
|
+
* - possible inclusion of `1-${number}` in country code area
|
|
22
|
+
* - length of 3-7, 10, 12 digits
|
|
23
|
+
* - 14 digits if it leads with `00` or `+`
|
|
24
|
+
*/
|
|
25
|
+
export type RawPhoneNumber<T extends string | Unset = Unset> = T extends Unset ? `${Optional<"+">}${number}${NumericChar}${NumericChar}` : T extends string ? IsStringLiteral<T> extends true ? OnPass<[
|
|
26
|
+
_RightChars<T>,
|
|
27
|
+
_RightLength<T>
|
|
28
|
+
], T> : T | ErrorCondition<"invalid-raw-phone-number"> : never;
|
|
29
|
+
export {};
|
|
30
|
+
//# sourceMappingURL=RawPhoneNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RawPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/phone/RawPhoneNumber.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,QAAQ,EACR,cAAc,EACd,EAAE,EACF,OAAO,EACP,aAAa,EACb,UAAU,EACV,eAAe,EACf,WAAW,EACX,MAAM,EACN,QAAQ,EACR,EAAE,EACF,UAAU,EACV,UAAU,EACV,MAAM,EACN,KAAK,EACN,MAAM,iCAAiC,CAAC;AAGzC,KAAK,YAAY,CAAC,CAAC,SAAS,MAAM,IAAK,EAAE,CACvC,UAAU,CAAC,CAAC,EAAE,GAAG,CAAC,EAClB,EAAE,CACA,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,yCAAyC;AAC5D,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,EAAE,GAAG,IAAI,GAAG,KAAK,EAAE,CAAC,EAAE,cAAc,CAAC,0BAA0B,EAAE,wDAAwD,CAAC,EAAE,CAAC,CAAC,EACnJ,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,EAAE,GAAG,IAAI,GAAG,KAAK,EAAE,CAAC,EAAE,cAAc,CAAC,0BAA0B,EAAE,wDAAwD,CAAC,EAAE,CAAC,CAAC,CACpJ,EACD,EAAE,CACA,UAAU,CAAC,CAAC,EAAC,IAAI,CAAC,EAClB,EAAE,CACA,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,yCAAyC;AAC5D,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,EAAE,GAAG,IAAI,GAAG,KAAK,EAAE,CAAC,EAAE,cAAc,CAAC,0BAA0B,EAAE,wDAAwD,CAAC,EAAE,CAAC,CAAC,EACnJ,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,EAAE,GAAG,IAAI,GAAG,KAAK,EAAE,CAAC,EAAE,cAAc,CAAC,0BAA0B,EAAE,wDAAwD,CAAC,EAAE,CAAC,CAAC,CACpJ,EACD,EAAE,CACA,EAAE,CAAC,CAAE,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAE,CAAC,EACtD,CAAC,EACD,EAAE,CACA,GAAG,CAAC,CAAE,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAC7D,CAAC,EACD,cAAc,CAAC,0BAA0B,CAAC,CAC3C,CACF,CACF,CACF,CAAC;AAGF,KAAK,WAAW,CAAC,CAAC,SAAS,MAAM,IAAI,UAAU,CAAC,CAAC,EAAE,WAAW,GAAG,GAAG,GAAG,GAAG,CAAC,SAAS,EAAE,GACpF,CAAC,GACD,cAAc,CACZ,0BAA0B,EAC1B,6IAA6I,CAC9I,CAAC;AAEJ;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,cAAc,CACxB,CAAC,SAAS,MAAM,GAAG,KAAK,GAAG,KAAK,IAC9B,CAAC,SAAS,KAAK,GACjB,GAAG,QAAQ,CAAC,GAAG,CAAC,GAAG,MAAM,GAAG,WAAW,GAAG,WAAW,EAAE,GACvD,CAAC,SAAS,MAAM,GAChB,eAAe,CAAC,CAAC,CAAC,SAAS,IAAI,GAC7B,MAAM,CACJ;IACE,WAAW,CAAC,CAAC,CAAC;IACd,YAAY,CAAC,CAAC,CAAC;CAChB,EACD,CAAC,CACF,GACD,CAAC,GAAG,cAAc,CAAC,0BAA0B,CAAC,GAChD,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|