inferred-types 0.50.0 → 0.50.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/dist/constants/Comma.d.ts +1 -1
- package/dist/constants/Comma.d.ts.map +1 -1
- package/dist/constants/Comma.js +1 -1
- package/dist/constants/Marked.d.ts +1 -1
- package/dist/constants/Marked.d.ts.map +1 -1
- package/dist/constants/Marked.js +1 -1
- package/dist/constants/Never.js +1 -1
- package/dist/constants/NoDefaultValue.js +1 -1
- package/dist/constants/NotDefined.d.ts +1 -1
- package/dist/constants/NotDefined.d.ts.map +1 -1
- package/dist/constants/NotDefined.js +1 -1
- package/dist/constants/TypeComparisons.js +1 -1
- package/dist/constants/createConstant.d.ts +1 -1
- package/dist/constants/createConstant.d.ts.map +1 -1
- package/dist/constants/index.js +34 -34
- package/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/{inferred-types/index.cjs → index.cjs} +22 -0
- package/dist/index.js +3988 -0
- package/dist/inferred-types/index.d.ts.map +1 -1
- package/dist/inferred-types/index.js +3 -3
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/api/defineApi.d.ts +1 -1
- package/dist/runtime/api/defineApi.d.ts.map +1 -1
- package/dist/runtime/api/defineApi.js +2 -2
- package/dist/runtime/api/handleDoneFn.js +1 -1
- package/dist/runtime/api/index.js +2 -2
- package/dist/runtime/boolean-logic/ifArray.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifArray.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +2 -2
- package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifArrayPartial.js +1 -1
- package/dist/runtime/boolean-logic/ifBoolean.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifBoolean.js +1 -1
- package/dist/runtime/boolean-logic/ifChar.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifChar.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifChar.js +1 -1
- package/dist/runtime/boolean-logic/ifContainer.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifContainer.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifContainer.js +1 -1
- package/dist/runtime/boolean-logic/ifFalse.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifFalse.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifFalse.js +1 -1
- package/dist/runtime/boolean-logic/ifFunction.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifFunction.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifHasKey.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifHasKey.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifHasKey.js +1 -1
- package/dist/runtime/boolean-logic/ifLength.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifNotNull.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifNotNull.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifNotNull.js +1 -1
- package/dist/runtime/boolean-logic/ifNull.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifNull.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifNull.js +1 -1
- package/dist/runtime/boolean-logic/ifNumber.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifNumber.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifNumber.js +1 -1
- package/dist/runtime/boolean-logic/ifObject.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifObject.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifObject.js +1 -1
- package/dist/runtime/boolean-logic/ifSameType.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifSameType.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifScalar.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifScalar.js +1 -1
- package/dist/runtime/boolean-logic/ifString.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifString.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifTrue.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifTrue.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifTrue.js +1 -1
- package/dist/runtime/boolean-logic/ifUndefined.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifUndefined.js +1 -1
- package/dist/runtime/boolean-logic/index.js +18 -18
- package/dist/runtime/combinators/and.d.ts +1 -1
- package/dist/runtime/combinators/and.d.ts.map +1 -1
- package/dist/runtime/combinators/index.js +2 -2
- package/dist/runtime/combinators/or.d.ts +1 -1
- package/dist/runtime/combinators/or.d.ts.map +1 -1
- package/dist/runtime/dictionary/defineOptions.d.ts +1 -1
- package/dist/runtime/dictionary/defineOptions.d.ts.map +1 -1
- package/dist/runtime/dictionary/defineOptions.js +1 -1
- package/dist/runtime/dictionary/entries.d.ts +1 -1
- package/dist/runtime/dictionary/entries.d.ts.map +1 -1
- package/dist/runtime/dictionary/entries.js +1 -1
- package/dist/runtime/dictionary/get.d.ts +2 -2
- package/dist/runtime/dictionary/get.d.ts.map +1 -1
- package/dist/runtime/dictionary/get.js +2 -2
- package/dist/runtime/dictionary/index.js +12 -12
- package/dist/runtime/dictionary/keysOf.d.ts +1 -1
- package/dist/runtime/dictionary/keysOf.d.ts.map +1 -1
- package/dist/runtime/dictionary/keysOf.js +1 -1
- package/dist/runtime/dictionary/omit.d.ts +1 -1
- package/dist/runtime/dictionary/omit.d.ts.map +1 -1
- package/dist/runtime/dictionary/retain.d.ts +1 -1
- package/dist/runtime/dictionary/retain.d.ts.map +1 -1
- package/dist/runtime/dictionary/sharedKeys.d.ts +1 -1
- package/dist/runtime/dictionary/sharedKeys.d.ts.map +1 -1
- package/dist/runtime/dictionary/takeProp.d.ts +1 -1
- package/dist/runtime/dictionary/takeProp.d.ts.map +1 -1
- package/dist/runtime/dictionary/takeProp.js +1 -1
- package/dist/runtime/dictionary/valuesOf.d.ts +1 -1
- package/dist/runtime/dictionary/valuesOf.d.ts.map +1 -1
- package/dist/runtime/dictionary/withDefaults.d.ts +1 -1
- package/dist/runtime/dictionary/withDefaults.d.ts.map +1 -1
- package/dist/runtime/dictionary/withKeys.d.ts +4 -4
- package/dist/runtime/dictionary/withKeys.d.ts.map +1 -1
- package/dist/runtime/dictionary/withKeys.js +1 -1
- package/dist/runtime/dictionary/withoutKeys.d.ts +2 -2
- package/dist/runtime/dictionary/withoutKeys.d.ts.map +1 -1
- package/dist/runtime/dictionary/withoutKeys.js +1 -1
- package/dist/runtime/dictionary/withoutValue.d.ts +1 -1
- package/dist/runtime/dictionary/withoutValue.d.ts.map +1 -1
- package/dist/runtime/errors/KindError.d.ts +1 -1
- package/dist/runtime/errors/KindError.d.ts.map +1 -1
- package/dist/runtime/errors/KindError.js +1 -1
- package/dist/runtime/errors/TypedError.d.ts +1 -1
- package/dist/runtime/errors/TypedError.d.ts.map +1 -1
- package/dist/runtime/errors/TypedError.js +1 -1
- package/dist/runtime/errors/createErrorCondition.d.ts +1 -1
- package/dist/runtime/errors/createErrorCondition.d.ts.map +1 -1
- package/dist/runtime/errors/index.js +2 -2
- package/dist/runtime/errors/kindedError.d.ts +1 -1
- package/dist/runtime/errors/kindedError.d.ts.map +1 -1
- package/dist/runtime/errors/kindedError.js +1 -1
- package/dist/runtime/functional/index.js +1 -1
- package/dist/runtime/functions/fnMeta.d.ts +1 -1
- package/dist/runtime/functions/fnMeta.d.ts.map +1 -1
- package/dist/runtime/functions/index.js +2 -2
- package/dist/runtime/index.js +17 -17
- package/dist/runtime/initializers/addFnToProps.d.ts +1 -1
- package/dist/runtime/initializers/addFnToProps.d.ts.map +1 -1
- package/dist/runtime/initializers/addPropsToFn.d.ts +1 -1
- package/dist/runtime/initializers/addPropsToFn.d.ts.map +1 -1
- package/dist/runtime/initializers/createCssSelector.d.ts +3 -3
- package/dist/runtime/initializers/createCssSelector.d.ts.map +1 -1
- package/dist/runtime/initializers/createFnWithProps.d.ts +1 -1
- package/dist/runtime/initializers/createFnWithProps.d.ts.map +1 -1
- package/dist/runtime/initializers/createFnWithProps.js +1 -1
- package/dist/runtime/initializers/defineObj.d.ts +1 -1
- package/dist/runtime/initializers/defineObj.d.ts.map +1 -1
- package/dist/runtime/initializers/defineTuple.d.ts +1 -1
- package/dist/runtime/initializers/defineTuple.d.ts.map +1 -1
- package/dist/runtime/initializers/defineTuple.js +1 -1
- package/dist/runtime/initializers/index.js +6 -6
- package/dist/runtime/lists/asArray.d.ts +1 -1
- package/dist/runtime/lists/asArray.d.ts.map +1 -1
- package/dist/runtime/lists/createComparison.d.ts +1 -1
- package/dist/runtime/lists/createComparison.d.ts.map +1 -1
- package/dist/runtime/lists/createConverter.d.ts +1 -1
- package/dist/runtime/lists/createConverter.d.ts.map +1 -1
- package/dist/runtime/lists/createConverter.js +2 -2
- package/dist/runtime/lists/find.d.ts +1 -1
- package/dist/runtime/lists/find.d.ts.map +1 -1
- package/dist/runtime/lists/find.js +1 -1
- package/dist/runtime/lists/getEach.d.ts +1 -1
- package/dist/runtime/lists/getEach.d.ts.map +1 -1
- package/dist/runtime/lists/getEach.js +2 -2
- package/dist/runtime/lists/index.js +14 -14
- package/dist/runtime/lists/indexOf.d.ts +1 -1
- package/dist/runtime/lists/indexOf.d.ts.map +1 -1
- package/dist/runtime/lists/indexOf.js +1 -1
- package/dist/runtime/lists/intersection.d.ts +1 -1
- package/dist/runtime/lists/intersection.d.ts.map +1 -1
- package/dist/runtime/lists/intersection.js +2 -2
- package/dist/runtime/lists/join.d.ts +1 -1
- package/dist/runtime/lists/join.d.ts.map +1 -1
- package/dist/runtime/lists/last.d.ts +1 -1
- package/dist/runtime/lists/last.d.ts.map +1 -1
- package/dist/runtime/lists/logicalReturns.d.ts +1 -1
- package/dist/runtime/lists/logicalReturns.d.ts.map +1 -1
- package/dist/runtime/lists/logicalReturns.js +2 -2
- package/dist/runtime/lists/reverse.d.ts +1 -1
- package/dist/runtime/lists/reverse.d.ts.map +1 -1
- package/dist/runtime/lists/shift.d.ts +1 -1
- package/dist/runtime/lists/shift.d.ts.map +1 -1
- package/dist/runtime/lists/shift.js +1 -1
- package/dist/runtime/lists/slice.d.ts +1 -1
- package/dist/runtime/lists/slice.d.ts.map +1 -1
- package/dist/runtime/lists/unique.d.ts +1 -1
- package/dist/runtime/lists/unique.d.ts.map +1 -1
- package/dist/runtime/literals/box.d.ts +1 -1
- package/dist/runtime/literals/box.d.ts.map +1 -1
- package/dist/runtime/literals/color/cssColor.d.ts +1 -1
- package/dist/runtime/literals/color/cssColor.d.ts.map +1 -1
- package/dist/runtime/literals/color/index.js +2 -2
- package/dist/runtime/literals/color/twColor.d.ts +1 -1
- package/dist/runtime/literals/color/twColor.d.ts.map +1 -1
- package/dist/runtime/literals/color/twColor.js +1 -1
- package/dist/runtime/literals/ensureLeading.d.ts +1 -1
- package/dist/runtime/literals/ensureLeading.d.ts.map +1 -1
- package/dist/runtime/literals/ensureLeading.js +1 -1
- package/dist/runtime/literals/ensureSurround.d.ts +1 -1
- package/dist/runtime/literals/ensureSurround.d.ts.map +1 -1
- package/dist/runtime/literals/ensureSurround.js +1 -1
- package/dist/runtime/literals/ensureTrailing.d.ts +1 -1
- package/dist/runtime/literals/ensureTrailing.d.ts.map +1 -1
- package/dist/runtime/literals/ifLowercase.d.ts +1 -1
- package/dist/runtime/literals/ifLowercase.d.ts.map +1 -1
- package/dist/runtime/literals/ifLowercase.js +1 -1
- package/dist/runtime/literals/ifUppercase.d.ts +1 -1
- package/dist/runtime/literals/ifUppercase.d.ts.map +1 -1
- package/dist/runtime/literals/ifUppercase.js +1 -1
- package/dist/runtime/literals/index.d.ts +1 -0
- package/dist/runtime/literals/index.d.ts.map +1 -1
- package/dist/runtime/literals/index.js +43 -42
- package/dist/runtime/literals/literal.d.ts +1 -1
- package/dist/runtime/literals/literal.d.ts.map +1 -1
- package/dist/runtime/literals/narrow.d.ts +1 -1
- package/dist/runtime/literals/narrow.d.ts.map +1 -1
- package/dist/runtime/literals/pathJoin.d.ts +1 -1
- package/dist/runtime/literals/pathJoin.d.ts.map +1 -1
- package/dist/runtime/literals/pathJoin.js +1 -1
- package/dist/runtime/literals/phone/getPhoneCountryCode.d.ts +1 -1
- package/dist/runtime/literals/phone/getPhoneCountryCode.d.ts.map +1 -1
- package/dist/runtime/literals/phone/getPhoneCountryCode.js +2 -2
- package/dist/runtime/literals/phone/index.js +3 -3
- package/dist/runtime/literals/phone/removePhoneCountryCode.d.ts +1 -1
- package/dist/runtime/literals/phone/removePhoneCountryCode.d.ts.map +1 -1
- package/dist/runtime/literals/phone/removePhoneCountryCode.js +1 -1
- package/dist/runtime/literals/pluralize.d.ts +1 -1
- package/dist/runtime/literals/pluralize.d.ts.map +1 -1
- package/dist/runtime/literals/pluralize.js +2 -2
- package/dist/runtime/literals/retainAfter.d.ts +1 -1
- package/dist/runtime/literals/retainAfter.d.ts.map +1 -1
- package/dist/runtime/literals/retainChars.d.ts +1 -1
- package/dist/runtime/literals/retainChars.d.ts.map +1 -1
- package/dist/runtime/literals/retainChars.js +1 -1
- 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 +1 -1
- package/dist/runtime/literals/retainWhile.d.ts.map +1 -1
- package/dist/runtime/literals/retainWhile.js +1 -1
- package/dist/runtime/literals/rightWhitespace.d.ts +2 -2
- package/dist/runtime/literals/rightWhitespace.d.ts.map +1 -1
- package/dist/runtime/literals/rightWhitespace.js +2 -2
- package/dist/runtime/literals/split.d.ts +1 -1
- package/dist/runtime/literals/split.d.ts.map +1 -1
- package/dist/runtime/literals/stripAfter.d.ts +1 -1
- package/dist/runtime/literals/stripAfter.d.ts.map +1 -1
- package/dist/runtime/literals/stripBefore.d.ts +1 -1
- package/dist/runtime/literals/stripBefore.d.ts.map +1 -1
- package/dist/runtime/literals/stripChars.d.ts +1 -1
- package/dist/runtime/literals/stripChars.d.ts.map +1 -1
- package/dist/runtime/literals/stripChars.js +1 -1
- package/dist/runtime/literals/stripLeading.d.ts +1 -1
- package/dist/runtime/literals/stripLeading.d.ts.map +1 -1
- package/dist/runtime/literals/stripLeading.js +1 -1
- package/dist/runtime/literals/stripSurround.d.ts +1 -1
- package/dist/runtime/literals/stripSurround.d.ts.map +1 -1
- package/dist/runtime/literals/stripSurround.js +1 -1
- package/dist/runtime/literals/stripTrailing.d.ts +1 -1
- package/dist/runtime/literals/stripTrailing.d.ts.map +1 -1
- package/dist/runtime/literals/stripTrailing.js +1 -1
- package/dist/runtime/literals/stripUntil.d.ts +1 -1
- package/dist/runtime/literals/stripUntil.d.ts.map +1 -1
- package/dist/runtime/literals/stripUntil.js +1 -1
- package/dist/runtime/literals/takeNumericCharacters.d.ts +1 -1
- package/dist/runtime/literals/takeNumericCharacters.d.ts.map +1 -1
- package/dist/runtime/literals/takeNumericCharacters.js +2 -2
- package/dist/runtime/literals/toCamelCase.d.ts +1 -1
- package/dist/runtime/literals/toCamelCase.d.ts.map +1 -1
- package/dist/runtime/literals/toCamelCase.js +1 -1
- package/dist/runtime/literals/toKebabCase.d.ts +1 -1
- package/dist/runtime/literals/toKebabCase.d.ts.map +1 -1
- package/dist/runtime/literals/toLowercase.js +1 -1
- package/dist/runtime/literals/toNumericArray.d.ts +1 -1
- package/dist/runtime/literals/toNumericArray.d.ts.map +1 -1
- package/dist/runtime/literals/toPascalCase.d.ts +1 -1
- package/dist/runtime/literals/toPascalCase.d.ts.map +1 -1
- package/dist/runtime/literals/toPascalCase.js +1 -1
- package/dist/runtime/literals/toSnakeCase.d.ts +1 -1
- package/dist/runtime/literals/toSnakeCase.d.ts.map +1 -1
- package/dist/runtime/literals/toString.d.ts +1 -1
- package/dist/runtime/literals/toString.d.ts.map +1 -1
- package/dist/runtime/literals/toUppercase.js +1 -1
- package/dist/runtime/literals/trim.d.ts +1 -1
- package/dist/runtime/literals/trim.d.ts.map +1 -1
- package/dist/runtime/literals/truncate.d.ts +1 -1
- package/dist/runtime/literals/truncate.d.ts.map +1 -1
- package/dist/runtime/literals/tuple.d.ts +2 -2
- package/dist/runtime/literals/tuple.d.ts.map +1 -1
- package/dist/runtime/literals/tuple.js +1 -1
- package/dist/runtime/literals/widen.d.ts +1 -1
- package/dist/runtime/literals/widen.d.ts.map +1 -1
- package/dist/runtime/meta/index.js +2 -2
- package/dist/runtime/meta/urlMeta.d.ts +2 -2
- package/dist/runtime/meta/urlMeta.d.ts.map +1 -1
- package/dist/runtime/meta/urlMeta.js +3 -3
- package/dist/runtime/meta/youtube-meta.d.ts +1 -1
- package/dist/runtime/meta/youtube-meta.d.ts.map +1 -1
- package/dist/runtime/meta/youtube-meta.js +2 -2
- package/dist/runtime/queues/fifo.d.ts +1 -1
- package/dist/runtime/queues/fifo.d.ts.map +1 -1
- package/dist/runtime/queues/index.js +2 -2
- package/dist/runtime/queues/lifo.d.ts +1 -1
- package/dist/runtime/queues/lifo.d.ts.map +1 -1
- package/dist/runtime/runtime-types/asToken.d.ts +1 -1
- package/dist/runtime/runtime-types/asToken.d.ts.map +1 -1
- package/dist/runtime/runtime-types/asToken.js +2 -2
- package/dist/runtime/runtime-types/asType.d.ts +1 -1
- package/dist/runtime/runtime-types/asType.d.ts.map +1 -1
- package/dist/runtime/runtime-types/index.js +7 -7
- package/dist/runtime/runtime-types/ip6Prefix.d.ts +1 -1
- package/dist/runtime/runtime-types/ip6Prefix.d.ts.map +1 -1
- package/dist/runtime/runtime-types/ip6Prefix.js +1 -1
- package/dist/runtime/runtime-types/list.d.ts +1 -1
- package/dist/runtime/runtime-types/list.d.ts.map +1 -1
- package/dist/runtime/runtime-types/list.js +1 -1
- package/dist/runtime/runtime-types/rec.d.ts +1 -1
- package/dist/runtime/runtime-types/rec.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/addToken.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/atomics.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/atomics.js +2 -2
- package/dist/runtime/runtime-types/shape-helpers/functions.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/functions.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenData.js +1 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenName.js +1 -1
- package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/literal-containers.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/regexToken.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/regexToken.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/regexToken.js +1 -1
- package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/singletons.js +2 -2
- package/dist/runtime/runtime-types/shape-helpers/union.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/union.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts +1 -1
- package/dist/runtime/runtime-types/shape-helpers/wide-containers.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape.d.ts +1 -1
- package/dist/runtime/runtime-types/shape.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape.js +8 -8
- package/dist/runtime/runtime-types/tokens/createTypeToken.d.ts +1 -1
- package/dist/runtime/runtime-types/tokens/createTypeToken.d.ts.map +1 -1
- package/dist/runtime/runtime-types/tokens/createTypeToken.js +1 -1
- package/dist/runtime/runtime-types/tokens/index.js +2 -2
- package/dist/runtime/runtime-types/tokens/simpleToken.d.ts +1 -1
- package/dist/runtime/runtime-types/tokens/simpleToken.d.ts.map +1 -1
- package/dist/runtime/runtime-types/tokens/simpleToken.js +2 -2
- package/dist/runtime/sets/index.js +1 -1
- package/dist/runtime/sets/uniqueKeys.d.ts +1 -1
- package/dist/runtime/sets/uniqueKeys.d.ts.map +1 -1
- package/dist/runtime/sets/uniqueKeys.js +1 -1
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/type-conversion/asChars.d.ts +1 -1
- package/dist/runtime/type-conversion/asChars.d.ts.map +1 -1
- package/dist/runtime/type-conversion/asRecord.d.ts +1 -1
- package/dist/runtime/type-conversion/asRecord.d.ts.map +1 -1
- package/dist/runtime/type-conversion/asString.d.ts +1 -1
- package/dist/runtime/type-conversion/asString.d.ts.map +1 -1
- package/dist/runtime/type-conversion/asString.js +1 -1
- package/dist/runtime/type-conversion/csv.d.ts +1 -1
- package/dist/runtime/type-conversion/csv.d.ts.map +1 -1
- package/dist/runtime/type-conversion/csv.js +2 -2
- package/dist/runtime/type-conversion/index.js +15 -15
- package/dist/runtime/type-conversion/ip6GroupExpansion.d.ts +1 -1
- package/dist/runtime/type-conversion/ip6GroupExpansion.d.ts.map +1 -1
- package/dist/runtime/type-conversion/ip6GroupExpansion.js +1 -1
- package/dist/runtime/type-conversion/json.d.ts +1 -1
- package/dist/runtime/type-conversion/json.d.ts.map +1 -1
- package/dist/runtime/type-conversion/json.js +1 -1
- package/dist/runtime/type-conversion/mergeObjects.d.ts +1 -1
- package/dist/runtime/type-conversion/mergeObjects.d.ts.map +1 -1
- package/dist/runtime/type-conversion/mergeObjects.js +2 -2
- package/dist/runtime/type-conversion/mergeScalars.d.ts +1 -1
- package/dist/runtime/type-conversion/mergeScalars.d.ts.map +1 -1
- package/dist/runtime/type-conversion/mergeScalars.js +1 -1
- package/dist/runtime/type-conversion/mergeTuples.d.ts +1 -1
- package/dist/runtime/type-conversion/mergeTuples.d.ts.map +1 -1
- package/dist/runtime/type-conversion/mutable.d.ts +1 -1
- package/dist/runtime/type-conversion/mutable.d.ts.map +1 -1
- package/dist/runtime/type-conversion/optional.d.ts +1 -1
- package/dist/runtime/type-conversion/optional.d.ts.map +1 -1
- package/dist/runtime/type-conversion/toNumber.d.ts +1 -1
- package/dist/runtime/type-conversion/toNumber.d.ts.map +1 -1
- package/dist/runtime/type-conversion/union.d.ts +1 -1
- package/dist/runtime/type-conversion/union.d.ts.map +1 -1
- package/dist/runtime/type-guards/api-tg.d.ts +1 -1
- package/dist/runtime/type-guards/api-tg.d.ts.map +1 -1
- package/dist/runtime/type-guards/api-tg.js +2 -2
- package/dist/runtime/type-guards/hasDefaultValue.d.ts +2 -2
- package/dist/runtime/type-guards/hasDefaultValue.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasDefaultValue.js +1 -1
- package/dist/runtime/type-guards/hasErrorConditions.d.ts +1 -1
- package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasErrorConditions.js +1 -1
- package/dist/runtime/type-guards/hasIndexOf.d.ts +1 -1
- package/dist/runtime/type-guards/hasIndexOf.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasIndexOf.js +1 -1
- package/dist/runtime/type-guards/hasKeys.d.ts +1 -1
- package/dist/runtime/type-guards/hasKeys.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasKeys.js +2 -2
- package/dist/runtime/type-guards/hasWhitespace.js +3 -3
- package/dist/runtime/type-guards/higher-order/endsWith.d.ts +1 -1
- package/dist/runtime/type-guards/higher-order/endsWith.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/endsWith.js +1 -1
- package/dist/runtime/type-guards/higher-order/index.js +7 -7
- package/dist/runtime/type-guards/higher-order/isEqual.d.ts +1 -1
- package/dist/runtime/type-guards/higher-order/isEqual.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/isEqual.js +1 -1
- package/dist/runtime/type-guards/higher-order/isLength.js +1 -1
- package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts +1 -1
- package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/isTuple.d.ts +1 -1
- package/dist/runtime/type-guards/higher-order/isTuple.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/isTuple.js +1 -1
- package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts +1 -1
- package/dist/runtime/type-guards/higher-order/isTypeOf.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/startsWith.d.ts +1 -1
- package/dist/runtime/type-guards/higher-order/startsWith.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/startsWith.js +1 -1
- package/dist/runtime/type-guards/html/index.js +1 -1
- package/dist/runtime/type-guards/html/isHtmlElement.js +1 -1
- package/dist/runtime/type-guards/index.js +55 -55
- package/dist/runtime/type-guards/isAlpha.d.ts +1 -1
- package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -1
- package/dist/runtime/type-guards/isAlpha.js +2 -2
- package/dist/runtime/type-guards/isBooleanLike.d.ts +1 -1
- package/dist/runtime/type-guards/isBooleanLike.d.ts.map +1 -1
- package/dist/runtime/type-guards/isBooleanLike.js +2 -2
- package/dist/runtime/type-guards/isConstant.d.ts +1 -1
- package/dist/runtime/type-guards/isConstant.d.ts.map +1 -1
- package/dist/runtime/type-guards/isConstant.js +1 -1
- package/dist/runtime/type-guards/isContainer.d.ts +1 -1
- package/dist/runtime/type-guards/isContainer.d.ts.map +1 -1
- package/dist/runtime/type-guards/isContainer.js +1 -1
- package/dist/runtime/type-guards/isCssAspectRatio.d.ts +1 -1
- package/dist/runtime/type-guards/isCssAspectRatio.d.ts.map +1 -1
- package/dist/runtime/type-guards/isCssAspectRatio.js +1 -1
- package/dist/runtime/type-guards/isDoneFn.d.ts +1 -1
- package/dist/runtime/type-guards/isDoneFn.d.ts.map +1 -1
- package/dist/runtime/type-guards/isDoneFn.js +1 -1
- package/dist/runtime/type-guards/isEmail.d.ts +1 -1
- package/dist/runtime/type-guards/isEmail.d.ts.map +1 -1
- package/dist/runtime/type-guards/isEmail.js +1 -1
- package/dist/runtime/type-guards/isErrorCondition.d.ts +1 -1
- package/dist/runtime/type-guards/isErrorCondition.d.ts.map +1 -1
- package/dist/runtime/type-guards/isErrorCondition.js +1 -1
- package/dist/runtime/type-guards/isFalsy.d.ts +1 -1
- package/dist/runtime/type-guards/isFalsy.d.ts.map +1 -1
- package/dist/runtime/type-guards/isFalsy.js +1 -1
- package/dist/runtime/type-guards/isFnWithParams.d.ts +1 -1
- package/dist/runtime/type-guards/isFnWithParams.d.ts.map +1 -1
- package/dist/runtime/type-guards/isFunction.d.ts +1 -1
- package/dist/runtime/type-guards/isFunction.d.ts.map +1 -1
- package/dist/runtime/type-guards/isHexadecimal.js +3 -3
- package/dist/runtime/type-guards/isIndexable.d.ts +1 -1
- package/dist/runtime/type-guards/isIndexable.d.ts.map +1 -1
- package/dist/runtime/type-guards/isIndexable.js +1 -1
- package/dist/runtime/type-guards/isInlineSvg.d.ts +1 -1
- package/dist/runtime/type-guards/isInlineSvg.d.ts.map +1 -1
- package/dist/runtime/type-guards/isInlineSvg.js +1 -1
- package/dist/runtime/type-guards/isLeftRight.d.ts +1 -1
- package/dist/runtime/type-guards/isLeftRight.d.ts.map +1 -1
- package/dist/runtime/type-guards/isLeftRight.js +1 -1
- package/dist/runtime/type-guards/isNever.js +1 -1
- package/dist/runtime/type-guards/isNotNull.d.ts +1 -1
- package/dist/runtime/type-guards/isNotNull.d.ts.map +1 -1
- package/dist/runtime/type-guards/isNothing.d.ts +1 -1
- package/dist/runtime/type-guards/isNothing.d.ts.map +1 -1
- package/dist/runtime/type-guards/isNumericString.js +2 -2
- package/dist/runtime/type-guards/isPhoneNumber.js +2 -2
- package/dist/runtime/type-guards/isReadonlyArray.d.ts +1 -1
- package/dist/runtime/type-guards/isReadonlyArray.d.ts.map +1 -1
- package/dist/runtime/type-guards/isRef.d.ts +1 -1
- package/dist/runtime/type-guards/isRef.d.ts.map +1 -1
- package/dist/runtime/type-guards/isRef.js +1 -1
- package/dist/runtime/type-guards/isRegExp.d.ts +1 -1
- package/dist/runtime/type-guards/isRegExp.d.ts.map +1 -1
- package/dist/runtime/type-guards/isRegExp.js +1 -1
- package/dist/runtime/type-guards/isRuntimeUnion.d.ts +1 -1
- package/dist/runtime/type-guards/isRuntimeUnion.d.ts.map +1 -1
- package/dist/runtime/type-guards/isScalar.d.ts +1 -1
- package/dist/runtime/type-guards/isScalar.d.ts.map +1 -1
- package/dist/runtime/type-guards/isScalar.js +4 -4
- package/dist/runtime/type-guards/isSpecificConstant.d.ts +1 -1
- package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +1 -1
- package/dist/runtime/type-guards/isSpecificConstant.js +1 -1
- package/dist/runtime/type-guards/isThenable.d.ts +1 -1
- package/dist/runtime/type-guards/isThenable.d.ts.map +1 -1
- package/dist/runtime/type-guards/isThenable.js +1 -1
- package/dist/runtime/type-guards/isTrimmable.js +1 -1
- package/dist/runtime/type-guards/isTruthy.d.ts +1 -1
- package/dist/runtime/type-guards/isTruthy.d.ts.map +1 -1
- package/dist/runtime/type-guards/isTruthy.js +1 -1
- package/dist/runtime/type-guards/isTypeToken.d.ts +1 -1
- package/dist/runtime/type-guards/isTypeToken.d.ts.map +1 -1
- package/dist/runtime/type-guards/isTypeToken.js +1 -1
- package/dist/runtime/type-guards/isTypeTuple.d.ts +1 -1
- package/dist/runtime/type-guards/isTypeTuple.d.ts.map +1 -1
- package/dist/runtime/type-guards/isUnset.d.ts +1 -1
- package/dist/runtime/type-guards/isUnset.d.ts.map +1 -1
- package/dist/runtime/type-guards/isUnset.js +1 -1
- package/dist/runtime/type-guards/isUrl.d.ts +1 -1
- package/dist/runtime/type-guards/isUrl.d.ts.map +1 -1
- package/dist/runtime/type-guards/isUrl.js +2 -2
- package/dist/runtime/type-guards/network-tg.d.ts +1 -1
- package/dist/runtime/type-guards/network-tg.d.ts.map +1 -1
- package/dist/runtime/type-guards/network-tg.js +2 -2
- package/dist/runtime/type-guards/repos.d.ts +2 -2
- package/dist/runtime/type-guards/repos.d.ts.map +1 -1
- package/dist/runtime/type-guards/repos.js +2 -2
- package/dist/runtime/type-guards/tokens/index.js +5 -5
- package/dist/runtime/type-guards/tokens/isAtomicToken.d.ts +1 -1
- package/dist/runtime/type-guards/tokens/isAtomicToken.d.ts.map +1 -1
- package/dist/runtime/type-guards/tokens/isAtomicToken.js +2 -2
- package/dist/runtime/type-guards/tokens/isContainerToken.d.ts +1 -1
- package/dist/runtime/type-guards/tokens/isContainerToken.d.ts.map +1 -1
- package/dist/runtime/type-guards/tokens/isContainerToken.js +1 -1
- package/dist/runtime/type-guards/tokens/isFunctionToken.d.ts +1 -1
- package/dist/runtime/type-guards/tokens/isFunctionToken.d.ts.map +1 -1
- package/dist/runtime/type-guards/tokens/isFunctionToken.js +1 -1
- package/dist/runtime/type-guards/tokens/isShapeToken.d.ts +1 -1
- package/dist/runtime/type-guards/tokens/isShapeToken.d.ts.map +1 -1
- package/dist/runtime/type-guards/tokens/isShapeToken.js +2 -2
- package/dist/runtime/type-guards/tokens/isSimpleToken.d.ts +1 -1
- package/dist/runtime/type-guards/tokens/isSimpleToken.d.ts.map +1 -1
- package/dist/runtime/type-guards/tokens/isSimpleToken.js +2 -2
- package/dist/runtime/type-guards/tokens/isSingletonToken.d.ts +1 -1
- package/dist/runtime/type-guards/tokens/isSingletonToken.d.ts.map +1 -1
- package/dist/runtime/type-guards/tokens/isSingletonToken.js +2 -2
- package/dist/runtime/type-guards/tokens/isUnionToken.d.ts +1 -1
- package/dist/runtime/type-guards/tokens/isUnionToken.d.ts.map +1 -1
- package/dist/runtime/type-guards/tokens/isUnionToken.js +1 -1
- package/dist/runtime/type-guards/youtube.d.ts +1 -1
- package/dist/runtime/type-guards/youtube.d.ts.map +1 -1
- package/dist/runtime/type-guards/youtube.js +1 -1
- package/dist/runtime/vuejs/asVueRef.d.ts +1 -1
- package/dist/runtime/vuejs/asVueRef.d.ts.map +1 -1
- package/dist/runtime/vuejs/index.js +1 -1
- package/dist/types/api/api.d.ts +1 -1
- package/dist/types/api/api.d.ts.map +1 -1
- package/dist/types/api/index.js +1 -1
- package/dist/types/base-types/Container.d.ts +1 -1
- package/dist/types/base-types/Container.d.ts.map +1 -1
- package/dist/types/base-types/Defined.d.ts +1 -1
- package/dist/types/base-types/Defined.d.ts.map +1 -1
- package/dist/types/base-types/Digital.d.ts +1 -1
- package/dist/types/base-types/Digital.d.ts.map +1 -1
- package/dist/types/base-types/Indexable.d.ts +1 -1
- package/dist/types/base-types/Indexable.d.ts.map +1 -1
- package/dist/types/base-types/IndexableObject.d.ts +1 -1
- package/dist/types/base-types/IndexableObject.d.ts.map +1 -1
- package/dist/types/base-types/List.d.ts +1 -1
- package/dist/types/base-types/List.d.ts.map +1 -1
- package/dist/types/base-types/NarrowObject.d.ts +1 -1
- package/dist/types/base-types/NarrowObject.d.ts.map +1 -1
- package/dist/types/base-types/NonArray.d.ts +1 -1
- package/dist/types/base-types/NonArray.d.ts.map +1 -1
- package/dist/types/base-types/NotNull.d.ts +1 -1
- package/dist/types/base-types/NotNull.d.ts.map +1 -1
- package/dist/types/base-types/Tuple.d.ts +1 -1
- package/dist/types/base-types/Tuple.d.ts.map +1 -1
- package/dist/types/base-types/fns/FnAllowingProps.d.ts +1 -1
- package/dist/types/base-types/fns/FnAllowingProps.d.ts.map +1 -1
- package/dist/types/base-types/fns/OptionalParamFn.d.ts +1 -1
- package/dist/types/base-types/fns/OptionalParamFn.d.ts.map +1 -1
- package/dist/types/base-types/fns/index.js +8 -8
- package/dist/types/base-types/functional/LeftRight.d.ts +1 -1
- package/dist/types/base-types/functional/LeftRight.d.ts.map +1 -1
- package/dist/types/base-types/functional/index.js +1 -1
- package/dist/types/base-types/index.js +25 -25
- package/dist/types/boolean-logic/branching/Handle.d.ts +1 -1
- package/dist/types/boolean-logic/branching/Handle.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/If.d.ts +1 -1
- package/dist/types/boolean-logic/branching/If.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/IfAllExtend.d.ts +1 -1
- package/dist/types/boolean-logic/branching/IfAllExtend.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/IfAllLiteral.d.ts +1 -1
- package/dist/types/boolean-logic/branching/IfAllLiteral.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/IfEqual.d.ts +1 -1
- package/dist/types/boolean-logic/branching/IfEqual.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts +1 -1
- package/dist/types/boolean-logic/branching/IfErrorCondition.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/IfLength.d.ts +1 -1
- package/dist/types/boolean-logic/branching/IfLength.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/IfNever.d.ts +1 -1
- package/dist/types/boolean-logic/branching/IfNever.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/IfUnset.d.ts +1 -1
- package/dist/types/boolean-logic/branching/IfUnset.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/OnPass.d.ts +2 -2
- package/dist/types/boolean-logic/branching/OnPass.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/index.js +15 -15
- package/dist/types/boolean-logic/combinators/And.d.ts +1 -1
- package/dist/types/boolean-logic/combinators/And.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/Compare.d.ts +1 -1
- package/dist/types/boolean-logic/combinators/Compare.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/Not.d.ts +1 -1
- package/dist/types/boolean-logic/combinators/Not.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/Or.d.ts +1 -1
- package/dist/types/boolean-logic/combinators/Or.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/Some.d.ts +1 -1
- package/dist/types/boolean-logic/combinators/Some.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/index.js +5 -5
- package/dist/types/boolean-logic/index.js +5 -5
- package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts +1 -1
- package/dist/types/boolean-logic/narrowing/AsDoneFn.d.ts.map +1 -1
- package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts +2 -2
- package/dist/types/boolean-logic/narrowing/AsIndexOf.d.ts.map +1 -1
- package/dist/types/boolean-logic/narrowing/AsSomething.d.ts +2 -2
- package/dist/types/boolean-logic/narrowing/AsSomething.d.ts.map +1 -1
- package/dist/types/boolean-logic/narrowing/index.js +4 -4
- package/dist/types/boolean-logic/operators/AllExtend.d.ts +1 -1
- package/dist/types/boolean-logic/operators/AllExtend.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/AllLiteral.d.ts +1 -1
- package/dist/types/boolean-logic/operators/AllLiteral.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/ApiOperators.d.ts +1 -1
- package/dist/types/boolean-logic/operators/ApiOperators.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/AreSameLength.d.ts +1 -1
- package/dist/types/boolean-logic/operators/AreSameLength.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/Contains.d.ts +1 -1
- package/dist/types/boolean-logic/operators/Contains.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/ContainsAll.d.ts +1 -1
- package/dist/types/boolean-logic/operators/ContainsAll.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/DoesExtend.d.ts +1 -1
- package/dist/types/boolean-logic/operators/DoesExtend.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/EndsWith.d.ts +1 -1
- package/dist/types/boolean-logic/operators/EndsWith.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/ExtendsAll.d.ts +1 -1
- package/dist/types/boolean-logic/operators/ExtendsAll.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/ExtendsNone.d.ts +1 -1
- package/dist/types/boolean-logic/operators/ExtendsNone.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/ExtendsSome.d.ts +1 -1
- package/dist/types/boolean-logic/operators/ExtendsSome.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasArray.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasArray.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasCharacters.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasCharacters.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasIndex.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasIndex.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasOtherCharacters.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasParameters.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasParameters.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasSameKeys.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasSameKeys.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasSameValues.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasSameValues.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasUnionType.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasUnionType.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasWideValues.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HasWideValues.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HaveSameNumericSign.d.ts +1 -1
- package/dist/types/boolean-logic/operators/HaveSameNumericSign.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsAllLowercase.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsAny.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsAny.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsAnyEqual.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsAnyEqual.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsBoolean.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsBoolean.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsBooleanLiteral.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsContainer.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsContainer.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsCssHexadecimal.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsCssHexadecimal.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsDotPath.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsDotPath.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsEmptyObject.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsErrorCondition.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsFalse.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsFalse.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsFalsy.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsFalsy.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsFloat.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsFloat.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsFnWithParams.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsFunction.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsFunction.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsInteger.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsInteger.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsIterable.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsIterable.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsLength.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsLength.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsLessThan.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsLessThan.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsLiteral.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsLiteral.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsNarrowingFn.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsNonLiteralUnion.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsNotEqual.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsNotEqual.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsNumber.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsNumber.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsNumericLiteral.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsNumericLiteral.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsObject.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsObject.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsObjectLiteral.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsOptionalScalar.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsPositiveNumber.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsPositiveNumber.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsReadonlyObject.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsScalar.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsScalar.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsSingleChar.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsSingleChar.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsSingularNoun.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsString.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsString.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsStringLiteral.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsTrue.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsTrue.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsTruthy.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsTruthy.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsUnion.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsUnion.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsUnionArray.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsUnionArray.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsUnset.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsUnset.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsUrl.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsUrl.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsValidDotPath.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsValidIndex.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsValidIndex.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsVueRef.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsVueRef.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsWideType.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsWideType.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsWideUnion.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsWideUnion.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/MaybeError.d.ts +1 -1
- package/dist/types/boolean-logic/operators/MaybeError.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/NarrowlyContains.d.ts +1 -1
- package/dist/types/boolean-logic/operators/NarrowlyContains.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/Network-operators.d.ts +1 -1
- package/dist/types/boolean-logic/operators/Network-operators.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/NotEqual.d.ts +1 -1
- package/dist/types/boolean-logic/operators/NotEqual.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/NotLength.d.ts +1 -1
- package/dist/types/boolean-logic/operators/NotLength.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/PhoneOperators.d.ts +1 -1
- package/dist/types/boolean-logic/operators/PhoneOperators.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/Returns.d.ts +1 -1
- package/dist/types/boolean-logic/operators/Returns.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts +1 -1
- package/dist/types/boolean-logic/operators/ReturnsBoolean.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts +1 -1
- package/dist/types/boolean-logic/operators/ReturnsFalse.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts +1 -1
- package/dist/types/boolean-logic/operators/ReturnsTrue.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/SomeEqual.d.ts +1 -1
- package/dist/types/boolean-logic/operators/SomeEqual.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/SomeExtend.d.ts +1 -1
- package/dist/types/boolean-logic/operators/SomeExtend.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/StartsWith.d.ts +1 -1
- package/dist/types/boolean-logic/operators/StartsWith.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/UnionHasArray.d.ts +1 -1
- package/dist/types/boolean-logic/operators/UnionHasArray.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/Validate.d.ts +1 -1
- package/dist/types/boolean-logic/operators/Validate.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/YouTube-operators.d.ts +1 -1
- package/dist/types/boolean-logic/operators/YouTube-operators.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/index.js +102 -102
- package/dist/types/classes/index.js +2 -2
- package/dist/types/containers/IsEmptyContainer.d.ts +1 -1
- package/dist/types/containers/IsEmptyContainer.d.ts.map +1 -1
- package/dist/types/containers/IsNonEmptyContainer.d.ts +1 -1
- package/dist/types/containers/IsNonEmptyContainer.d.ts.map +1 -1
- package/dist/types/containers/RemoveEmpty.d.ts +2 -2
- package/dist/types/containers/RemoveEmpty.d.ts.map +1 -1
- package/dist/types/containers/RemoveMarked.d.ts +2 -2
- package/dist/types/containers/RemoveMarked.d.ts.map +1 -1
- package/dist/types/containers/RemoveUndefined.d.ts +1 -1
- package/dist/types/containers/RemoveUndefined.d.ts.map +1 -1
- package/dist/types/containers/index.js +6 -6
- package/dist/types/dictionary/AddKeyValue.d.ts +1 -1
- package/dist/types/dictionary/AddKeyValue.d.ts.map +1 -1
- package/dist/types/dictionary/CombinedKeys.d.ts +1 -1
- package/dist/types/dictionary/CombinedKeys.d.ts.map +1 -1
- package/dist/types/dictionary/DictChangeValue.d.ts +1 -1
- package/dist/types/dictionary/DictChangeValue.d.ts.map +1 -1
- package/dist/types/dictionary/EnsureKeys.d.ts +1 -1
- package/dist/types/dictionary/EnsureKeys.d.ts.map +1 -1
- package/dist/types/dictionary/FromMaybeRef.d.ts +1 -1
- package/dist/types/dictionary/FromMaybeRef.d.ts.map +1 -1
- package/dist/types/dictionary/Get.d.ts +1 -1
- package/dist/types/dictionary/Get.d.ts.map +1 -1
- package/dist/types/dictionary/Keys.d.ts +1 -1
- package/dist/types/dictionary/Keys.d.ts.map +1 -1
- package/dist/types/dictionary/KeysEqualValue.d.ts +1 -1
- package/dist/types/dictionary/KeysEqualValue.d.ts.map +1 -1
- package/dist/types/dictionary/KeysNotEqualValue.d.ts +1 -1
- package/dist/types/dictionary/KeysNotEqualValue.d.ts.map +1 -1
- package/dist/types/dictionary/KeysWithValue.d.ts +1 -1
- package/dist/types/dictionary/KeysWithValue.d.ts.map +1 -1
- package/dist/types/dictionary/KeysWithoutValue.d.ts +1 -1
- package/dist/types/dictionary/KeysWithoutValue.d.ts.map +1 -1
- package/dist/types/dictionary/MakeKeysRequired.d.ts +1 -1
- package/dist/types/dictionary/MakeKeysRequired.d.ts.map +1 -1
- package/dist/types/dictionary/MakePropsMutable.d.ts +1 -1
- package/dist/types/dictionary/MakePropsMutable.d.ts.map +1 -1
- package/dist/types/dictionary/MapTo.d.ts +1 -1
- package/dist/types/dictionary/MapTo.d.ts.map +1 -1
- package/dist/types/dictionary/MaybeRef.d.ts +1 -1
- package/dist/types/dictionary/MaybeRef.d.ts.map +1 -1
- package/dist/types/dictionary/MutableProps.d.ts +1 -1
- package/dist/types/dictionary/MutableProps.d.ts.map +1 -1
- package/dist/types/dictionary/NonStringKeys.d.ts +1 -1
- package/dist/types/dictionary/NonStringKeys.d.ts.map +1 -1
- package/dist/types/dictionary/OptionalKeys.d.ts +1 -1
- package/dist/types/dictionary/OptionalKeys.d.ts.map +1 -1
- package/dist/types/dictionary/OptionalProps.d.ts +1 -1
- package/dist/types/dictionary/OptionalProps.d.ts.map +1 -1
- package/dist/types/dictionary/ReadonlyProps.d.ts +1 -1
- package/dist/types/dictionary/ReadonlyProps.d.ts.map +1 -1
- package/dist/types/dictionary/RequireProps.d.ts +1 -1
- package/dist/types/dictionary/RequireProps.d.ts.map +1 -1
- package/dist/types/dictionary/RequiredKeys.d.ts +1 -1
- package/dist/types/dictionary/RequiredKeys.d.ts.map +1 -1
- package/dist/types/dictionary/RequiredProps.d.ts +1 -1
- package/dist/types/dictionary/RequiredProps.d.ts.map +1 -1
- package/dist/types/dictionary/SharedKeys.d.ts +1 -1
- package/dist/types/dictionary/SharedKeys.d.ts.map +1 -1
- package/dist/types/dictionary/SimplifyObject.d.ts +1 -1
- package/dist/types/dictionary/SimplifyObject.d.ts.map +1 -1
- package/dist/types/dictionary/UpsertKeyValue.d.ts +1 -1
- package/dist/types/dictionary/UpsertKeyValue.d.ts.map +1 -1
- package/dist/types/dictionary/ValidKey.d.ts +1 -1
- package/dist/types/dictionary/ValidKey.d.ts.map +1 -1
- package/dist/types/dictionary/WithKeys.d.ts +1 -1
- package/dist/types/dictionary/WithKeys.d.ts.map +1 -1
- package/dist/types/dictionary/WithNumericKeys.d.ts +1 -1
- package/dist/types/dictionary/WithNumericKeys.d.ts.map +1 -1
- package/dist/types/dictionary/WithStringKeys.d.ts +1 -1
- package/dist/types/dictionary/WithStringKeys.d.ts.map +1 -1
- package/dist/types/dictionary/WithValue.d.ts +2 -2
- package/dist/types/dictionary/WithValue.d.ts.map +1 -1
- package/dist/types/dictionary/WithoutKeys.d.ts +1 -1
- package/dist/types/dictionary/WithoutKeys.d.ts.map +1 -1
- package/dist/types/dictionary/WithoutValue.d.ts +1 -1
- package/dist/types/dictionary/WithoutValue.d.ts.map +1 -1
- package/dist/types/dictionary/index.js +48 -48
- package/dist/types/errors/AsError.d.ts +1 -1
- package/dist/types/errors/AsError.d.ts.map +1 -1
- package/dist/types/errors/CompleteError.d.ts +1 -1
- package/dist/types/errors/CompleteError.d.ts.map +1 -1
- package/dist/types/errors/ErrorCondition.d.ts +1 -1
- package/dist/types/errors/ErrorCondition.d.ts.map +1 -1
- package/dist/types/errors/ErrorConditionHandler.d.ts +1 -1
- package/dist/types/errors/ErrorConditionHandler.d.ts.map +1 -1
- package/dist/types/errors/KindError.d.ts +1 -1
- package/dist/types/errors/KindError.d.ts.map +1 -1
- package/dist/types/errors/Throw.d.ts +1 -1
- package/dist/types/errors/Throw.d.ts.map +1 -1
- package/dist/types/errors/index.js +10 -10
- package/dist/types/functional/Left.d.ts +1 -1
- package/dist/types/functional/Left.d.ts.map +1 -1
- package/dist/types/functional/Result.d.ts +2 -2
- package/dist/types/functional/Result.d.ts.map +1 -1
- package/dist/types/functional/Right.d.ts +1 -1
- package/dist/types/functional/Right.d.ts.map +1 -1
- package/dist/types/functional/index.js +3 -3
- package/dist/types/functions/AsFnMeta.d.ts +1 -1
- package/dist/types/functions/AsFnMeta.d.ts.map +1 -1
- package/dist/types/functions/FnFrom.d.ts +1 -1
- package/dist/types/functions/FnFrom.d.ts.map +1 -1
- package/dist/types/functions/FnMeta.d.ts +1 -1
- package/dist/types/functions/FnMeta.d.ts.map +1 -1
- package/dist/types/functions/FnProps.d.ts +1 -1
- package/dist/types/functions/FnProps.d.ts.map +1 -1
- package/dist/types/functions/FnWithProps.d.ts +1 -1
- package/dist/types/functions/FnWithProps.d.ts.map +1 -1
- package/dist/types/functions/IdentityFn.d.ts +1 -1
- package/dist/types/functions/IdentityFn.d.ts.map +1 -1
- package/dist/types/functions/LiteralFn.d.ts +1 -1
- package/dist/types/functions/LiteralFn.d.ts.map +1 -1
- package/dist/types/functions/NarrowingFn.d.ts +1 -1
- package/dist/types/functions/NarrowingFn.d.ts.map +1 -1
- package/dist/types/functions/OnlyFnProps.d.ts +1 -1
- package/dist/types/functions/OnlyFnProps.d.ts.map +1 -1
- package/dist/types/functions/PromiseAll.d.ts +1 -1
- package/dist/types/functions/PromiseAll.d.ts.map +1 -1
- package/dist/types/functions/RemoveFnProps.d.ts +1 -1
- package/dist/types/functions/RemoveFnProps.d.ts.map +1 -1
- package/dist/types/functions/ToFn.d.ts +1 -1
- package/dist/types/functions/ToFn.d.ts.map +1 -1
- package/dist/types/functions/TypeGuard.d.ts +1 -1
- package/dist/types/functions/TypeGuard.d.ts.map +1 -1
- package/dist/types/functions/index.js +16 -16
- package/dist/types/index.js +19 -19
- package/dist/types/kv/KeyValue.d.ts +1 -1
- package/dist/types/kv/KeyValue.d.ts.map +1 -1
- package/dist/types/kv/index.js +4 -4
- package/dist/types/lists/AfterFirst.d.ts +1 -1
- package/dist/types/lists/AfterFirst.d.ts.map +1 -1
- package/dist/types/lists/AllowNonTupleWhenSingular.d.ts +1 -1
- package/dist/types/lists/AllowNonTupleWhenSingular.d.ts.map +1 -1
- package/dist/types/lists/ArrayElementType.d.ts +1 -1
- package/dist/types/lists/ArrayElementType.d.ts.map +1 -1
- package/dist/types/lists/AsArray.d.ts +1 -1
- package/dist/types/lists/AsArray.d.ts.map +1 -1
- package/dist/types/lists/AsTuple.d.ts +1 -1
- package/dist/types/lists/AsTuple.d.ts.map +1 -1
- package/dist/types/lists/BeforeLast.d.ts +1 -1
- package/dist/types/lists/BeforeLast.d.ts.map +1 -1
- package/dist/types/lists/ConvertAndMap.d.ts +1 -1
- package/dist/types/lists/ConvertAndMap.d.ts.map +1 -1
- package/dist/types/lists/ConvertSet.d.ts +1 -1
- package/dist/types/lists/ConvertSet.d.ts.map +1 -1
- package/dist/types/lists/Filter.d.ts +1 -1
- package/dist/types/lists/Filter.d.ts.map +1 -1
- package/dist/types/lists/FilterByProp.d.ts +1 -1
- package/dist/types/lists/FilterByProp.d.ts.map +1 -1
- package/dist/types/lists/FilterLiterals.d.ts +2 -2
- package/dist/types/lists/FilterLiterals.d.ts.map +1 -1
- package/dist/types/lists/Find.d.ts +1 -1
- package/dist/types/lists/Find.d.ts.map +1 -1
- package/dist/types/lists/FirstOrElse.d.ts +1 -1
- package/dist/types/lists/FirstOrElse.d.ts.map +1 -1
- package/dist/types/lists/Flatten.d.ts +1 -1
- package/dist/types/lists/Flatten.d.ts.map +1 -1
- package/dist/types/lists/GetEach.d.ts +1 -1
- package/dist/types/lists/GetEach.d.ts.map +1 -1
- package/dist/types/lists/IndexOf.d.ts +2 -2
- package/dist/types/lists/IndexOf.d.ts.map +1 -1
- package/dist/types/lists/IntersectAll.d.ts +1 -1
- package/dist/types/lists/IntersectAll.d.ts.map +1 -1
- package/dist/types/lists/Last.d.ts +1 -1
- package/dist/types/lists/Last.d.ts.map +1 -1
- package/dist/types/lists/Length.d.ts +1 -1
- package/dist/types/lists/Length.d.ts.map +1 -1
- package/dist/types/lists/NumericKeys.d.ts +1 -1
- package/dist/types/lists/NumericKeys.d.ts.map +1 -1
- package/dist/types/lists/Pop.d.ts +1 -1
- package/dist/types/lists/Pop.d.ts.map +1 -1
- package/dist/types/lists/ReplaceLast.d.ts +1 -1
- package/dist/types/lists/ReplaceLast.d.ts.map +1 -1
- package/dist/types/lists/Retain.d.ts +1 -1
- package/dist/types/lists/Retain.d.ts.map +1 -1
- package/dist/types/lists/RetainByProp.d.ts +1 -1
- package/dist/types/lists/RetainByProp.d.ts.map +1 -1
- package/dist/types/lists/ReturnTypes.d.ts +1 -1
- package/dist/types/lists/ReturnTypes.d.ts.map +1 -1
- package/dist/types/lists/Reverse.d.ts +1 -1
- package/dist/types/lists/Reverse.d.ts.map +1 -1
- package/dist/types/lists/Shift.d.ts +1 -1
- package/dist/types/lists/Shift.d.ts.map +1 -1
- package/dist/types/lists/Slice.d.ts +1 -1
- package/dist/types/lists/Slice.d.ts.map +1 -1
- package/dist/types/lists/TakeFirst.d.ts +1 -1
- package/dist/types/lists/TakeFirst.d.ts.map +1 -1
- package/dist/types/lists/TakeLast.d.ts +1 -1
- package/dist/types/lists/TakeLast.d.ts.map +1 -1
- package/dist/types/lists/ToCSV.d.ts +1 -1
- package/dist/types/lists/ToCSV.d.ts.map +1 -1
- package/dist/types/lists/TruthyReturns.d.ts +1 -1
- package/dist/types/lists/TruthyReturns.d.ts.map +1 -1
- package/dist/types/lists/UnionFromProp.d.ts +1 -1
- package/dist/types/lists/UnionFromProp.d.ts.map +1 -1
- package/dist/types/lists/index.js +48 -48
- package/dist/types/literals/Box.d.ts +1 -1
- package/dist/types/literals/Box.d.ts.map +1 -1
- package/dist/types/literals/Choices.d.ts +1 -1
- package/dist/types/literals/Choices.d.ts.map +1 -1
- package/dist/types/literals/Color.d.ts +1 -1
- package/dist/types/literals/Color.d.ts.map +1 -1
- package/dist/types/literals/ContainerBlockKey.d.ts +1 -1
- package/dist/types/literals/ContainerBlockKey.d.ts.map +1 -1
- package/dist/types/literals/ContainerKeyGuarantee.d.ts +1 -1
- package/dist/types/literals/ContainerKeyGuarantee.d.ts.map +1 -1
- package/dist/types/literals/DoneFnTuple.d.ts +1 -1
- package/dist/types/literals/DoneFnTuple.d.ts.map +1 -1
- package/dist/types/literals/ExpandRecursively.d.ts +1 -1
- package/dist/types/literals/ExpandRecursively.d.ts.map +1 -1
- package/dist/types/literals/FromDefn.d.ts +2 -2
- package/dist/types/literals/FromDefn.d.ts.map +1 -1
- package/dist/types/literals/Shape.d.ts +1 -1
- package/dist/types/literals/Shape.d.ts.map +1 -1
- package/dist/types/literals/index.js +20 -20
- package/dist/types/numeric-literals/Abs.d.ts +1 -1
- package/dist/types/numeric-literals/Abs.d.ts.map +1 -1
- package/dist/types/numeric-literals/AbsMaybe.d.ts +1 -1
- package/dist/types/numeric-literals/AbsMaybe.d.ts.map +1 -1
- package/dist/types/numeric-literals/AsNegativeNumber.d.ts +1 -1
- package/dist/types/numeric-literals/AsNegativeNumber.d.ts.map +1 -1
- package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts +1 -1
- package/dist/types/numeric-literals/AsNumberWhenPossible.d.ts.map +1 -1
- package/dist/types/numeric-literals/Decrement.d.ts +1 -1
- package/dist/types/numeric-literals/Decrement.d.ts.map +1 -1
- package/dist/types/numeric-literals/Delta.d.ts +1 -1
- package/dist/types/numeric-literals/Delta.d.ts.map +1 -1
- package/dist/types/numeric-literals/Digit.d.ts +1 -1
- package/dist/types/numeric-literals/Digit.d.ts.map +1 -1
- package/dist/types/numeric-literals/DigitNonZero.d.ts +1 -1
- package/dist/types/numeric-literals/DigitNonZero.d.ts.map +1 -1
- package/dist/types/numeric-literals/Digitize.d.ts +1 -1
- package/dist/types/numeric-literals/Digitize.d.ts.map +1 -1
- package/dist/types/numeric-literals/Increment.d.ts +1 -1
- package/dist/types/numeric-literals/Increment.d.ts.map +1 -1
- package/dist/types/numeric-literals/InvertNumericSign.d.ts +1 -1
- package/dist/types/numeric-literals/InvertNumericSign.d.ts.map +1 -1
- package/dist/types/numeric-literals/LessThanOrEqual.d.ts +1 -1
- package/dist/types/numeric-literals/LessThanOrEqual.d.ts.map +1 -1
- package/dist/types/numeric-literals/Negative.d.ts +1 -1
- package/dist/types/numeric-literals/Negative.d.ts.map +1 -1
- package/dist/types/numeric-literals/NextDigit.d.ts +1 -1
- package/dist/types/numeric-literals/NextDigit.d.ts.map +1 -1
- package/dist/types/numeric-literals/PriorDigit.d.ts +1 -1
- package/dist/types/numeric-literals/PriorDigit.d.ts.map +1 -1
- package/dist/types/numeric-literals/Subtract.d.ts +1 -1
- package/dist/types/numeric-literals/Subtract.d.ts.map +1 -1
- package/dist/types/numeric-literals/ToInteger.d.ts +1 -1
- package/dist/types/numeric-literals/ToInteger.d.ts.map +1 -1
- package/dist/types/numeric-literals/ToNumericArray.d.ts +1 -1
- package/dist/types/numeric-literals/ToNumericArray.d.ts.map +1 -1
- package/dist/types/numeric-literals/index.js +24 -24
- package/dist/types/queues/FifoQueue.d.ts +1 -1
- package/dist/types/queues/FifoQueue.d.ts.map +1 -1
- package/dist/types/queues/LifoQueue.d.ts +1 -1
- package/dist/types/queues/LifoQueue.d.ts.map +1 -1
- package/dist/types/queues/index.js +2 -2
- package/dist/types/runtime-types/Dict.d.ts +2 -2
- package/dist/types/runtime-types/Dict.d.ts.map +1 -1
- package/dist/types/runtime-types/FromLiteralTokens.d.ts +1 -1
- package/dist/types/runtime-types/FromLiteralTokens.d.ts.map +1 -1
- package/dist/types/runtime-types/SimpleType.d.ts +2 -2
- package/dist/types/runtime-types/SimpleType.d.ts.map +1 -1
- package/dist/types/runtime-types/StringLiteralToken.d.ts +1 -1
- package/dist/types/runtime-types/StringLiteralToken.d.ts.map +1 -1
- package/dist/types/runtime-types/TokenizeStringLiteral.d.ts +1 -1
- package/dist/types/runtime-types/TokenizeStringLiteral.d.ts.map +1 -1
- package/dist/types/runtime-types/Type.d.ts +3 -3
- package/dist/types/runtime-types/Type.d.ts.map +1 -1
- package/dist/types/runtime-types/TypeOf.d.ts +2 -2
- package/dist/types/runtime-types/TypeOf.d.ts.map +1 -1
- package/dist/types/runtime-types/TypeToken.d.ts +2 -2
- package/dist/types/runtime-types/TypeToken.d.ts.map +1 -1
- package/dist/types/runtime-types/TypeTuple.d.ts +1 -1
- package/dist/types/runtime-types/TypeTuple.d.ts.map +1 -1
- package/dist/types/runtime-types/index.js +10 -10
- package/dist/types/sets/IntersectingKeys.d.ts +1 -1
- package/dist/types/sets/IntersectingKeys.d.ts.map +1 -1
- package/dist/types/sets/Intersection.d.ts +2 -2
- package/dist/types/sets/Intersection.d.ts.map +1 -1
- package/dist/types/sets/Relate.d.ts +1 -1
- package/dist/types/sets/Relate.d.ts.map +1 -1
- package/dist/types/sets/SetCandidate.d.ts +1 -1
- package/dist/types/sets/SetCandidate.d.ts.map +1 -1
- package/dist/types/sets/Unique.d.ts +1 -1
- package/dist/types/sets/Unique.d.ts.map +1 -1
- package/dist/types/sets/UniqueKeys.d.ts +1 -1
- package/dist/types/sets/UniqueKeys.d.ts.map +1 -1
- package/dist/types/sets/UniqueKeysUnion.d.ts +1 -1
- package/dist/types/sets/UniqueKeysUnion.d.ts.map +1 -1
- package/dist/types/sets/UniqueKv.d.ts +1 -1
- package/dist/types/sets/UniqueKv.d.ts.map +1 -1
- package/dist/types/sets/index.js +8 -8
- package/dist/types/string-literals/AfterFirstChar.d.ts +1 -1
- package/dist/types/string-literals/AfterFirstChar.d.ts.map +1 -1
- package/dist/types/string-literals/Cardinality.d.ts +1 -1
- package/dist/types/string-literals/Cardinality.d.ts.map +1 -1
- package/dist/types/string-literals/Chars.d.ts +1 -1
- package/dist/types/string-literals/Chars.d.ts.map +1 -1
- package/dist/types/string-literals/Concat.d.ts +1 -1
- package/dist/types/string-literals/Concat.d.ts.map +1 -1
- package/dist/types/string-literals/Date.d.ts +2 -2
- package/dist/types/string-literals/Date.d.ts.map +1 -1
- package/dist/types/string-literals/DateTime.d.ts +1 -1
- package/dist/types/string-literals/DateTime.d.ts.map +1 -1
- package/dist/types/string-literals/EmptyStringOr.d.ts +1 -1
- package/dist/types/string-literals/EmptyStringOr.d.ts.map +1 -1
- package/dist/types/string-literals/EnsureLeading.d.ts +1 -1
- package/dist/types/string-literals/EnsureLeading.d.ts.map +1 -1
- package/dist/types/string-literals/EnsureLeadingEvery.d.ts +1 -1
- package/dist/types/string-literals/EnsureLeadingEvery.d.ts.map +1 -1
- package/dist/types/string-literals/EnsureSurround.d.ts +1 -1
- package/dist/types/string-literals/EnsureSurround.d.ts.map +1 -1
- package/dist/types/string-literals/EnsureTrailing.d.ts +1 -1
- package/dist/types/string-literals/EnsureTrailing.d.ts.map +1 -1
- package/dist/types/string-literals/FirstChar.d.ts +1 -1
- package/dist/types/string-literals/FirstChar.d.ts.map +1 -1
- package/dist/types/string-literals/HasUppercase.d.ts +1 -1
- package/dist/types/string-literals/HasUppercase.d.ts.map +1 -1
- package/dist/types/string-literals/Join.d.ts +1 -1
- package/dist/types/string-literals/Join.d.ts.map +1 -1
- package/dist/types/string-literals/LastChar.d.ts +1 -1
- package/dist/types/string-literals/LastChar.d.ts.map +1 -1
- package/dist/types/string-literals/PathJoin.d.ts +1 -1
- package/dist/types/string-literals/PathJoin.d.ts.map +1 -1
- package/dist/types/string-literals/Pluralize.d.ts +2 -2
- package/dist/types/string-literals/Pluralize.d.ts.map +1 -1
- package/dist/types/string-literals/Prepend.d.ts +1 -1
- package/dist/types/string-literals/Prepend.d.ts.map +1 -1
- package/dist/types/string-literals/PrependAll.d.ts +1 -1
- package/dist/types/string-literals/PrependAll.d.ts.map +1 -1
- package/dist/types/string-literals/Proxmox.d.ts +1 -1
- package/dist/types/string-literals/Proxmox.d.ts.map +1 -1
- package/dist/types/string-literals/Repeat.d.ts +1 -1
- package/dist/types/string-literals/Repeat.d.ts.map +1 -1
- package/dist/types/string-literals/RetainAfter.d.ts +1 -1
- package/dist/types/string-literals/RetainAfter.d.ts.map +1 -1
- package/dist/types/string-literals/RetainUntil.d.ts +3 -2
- package/dist/types/string-literals/RetainUntil.d.ts.map +1 -1
- package/dist/types/string-literals/Split.d.ts +1 -1
- package/dist/types/string-literals/Split.d.ts.map +1 -1
- package/dist/types/string-literals/StrLen.d.ts +1 -1
- package/dist/types/string-literals/StrLen.d.ts.map +1 -1
- package/dist/types/string-literals/StripAfter.d.ts +1 -1
- package/dist/types/string-literals/StripAfter.d.ts.map +1 -1
- package/dist/types/string-literals/StripBefore.d.ts +1 -1
- package/dist/types/string-literals/StripBefore.d.ts.map +1 -1
- package/dist/types/string-literals/StripLeading.d.ts +1 -1
- package/dist/types/string-literals/StripLeading.d.ts.map +1 -1
- package/dist/types/string-literals/StripSurround.d.ts +1 -1
- package/dist/types/string-literals/StripSurround.d.ts.map +1 -1
- package/dist/types/string-literals/StripTrailing.d.ts +1 -1
- package/dist/types/string-literals/StripTrailing.d.ts.map +1 -1
- package/dist/types/string-literals/StripUntil.d.ts +1 -1
- package/dist/types/string-literals/StripUntil.d.ts.map +1 -1
- package/dist/types/string-literals/Suggest.d.ts +1 -1
- package/dist/types/string-literals/Suggest.d.ts.map +1 -1
- package/dist/types/string-literals/Surround.d.ts +1 -1
- package/dist/types/string-literals/Surround.d.ts.map +1 -1
- package/dist/types/string-literals/Time.d.ts +1 -1
- package/dist/types/string-literals/Time.d.ts.map +1 -1
- package/dist/types/string-literals/Truncate.d.ts +1 -1
- package/dist/types/string-literals/Truncate.d.ts.map +1 -1
- package/dist/types/string-literals/UnderlyingType.d.ts +1 -1
- package/dist/types/string-literals/UnderlyingType.d.ts.map +1 -1
- package/dist/types/string-literals/casing/AllCaps.d.ts +1 -1
- package/dist/types/string-literals/casing/AllCaps.d.ts.map +1 -1
- package/dist/types/string-literals/casing/CamelCase.d.ts +1 -1
- package/dist/types/string-literals/casing/CamelCase.d.ts.map +1 -1
- package/dist/types/string-literals/casing/CapFirstAlpha.d.ts +1 -1
- package/dist/types/string-literals/casing/CapFirstAlpha.d.ts.map +1 -1
- package/dist/types/string-literals/casing/DashUppercase.d.ts +1 -1
- package/dist/types/string-literals/casing/DashUppercase.d.ts.map +1 -1
- package/dist/types/string-literals/casing/KebabCase.d.ts +1 -1
- package/dist/types/string-literals/casing/KebabCase.d.ts.map +1 -1
- package/dist/types/string-literals/casing/LowerAllCaps.d.ts +1 -1
- package/dist/types/string-literals/casing/LowerAllCaps.d.ts.map +1 -1
- package/dist/types/string-literals/casing/PascalCase.d.ts +1 -1
- package/dist/types/string-literals/casing/PascalCase.d.ts.map +1 -1
- package/dist/types/string-literals/casing/RaiseAllLowercase.d.ts +1 -1
- package/dist/types/string-literals/casing/RaiseAllLowercase.d.ts.map +1 -1
- package/dist/types/string-literals/casing/SnakeCase.d.ts +1 -1
- package/dist/types/string-literals/casing/SnakeCase.d.ts.map +1 -1
- package/dist/types/string-literals/casing/index.js +11 -11
- package/dist/types/string-literals/character-sets/Alpha.d.ts +1 -1
- package/dist/types/string-literals/character-sets/Alpha.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/AlphaChar.d.ts +1 -1
- package/dist/types/string-literals/character-sets/AlphaChar.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/AlphaNumeric.d.ts +1 -1
- package/dist/types/string-literals/character-sets/AlphaNumeric.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/CSV.d.ts +1 -1
- package/dist/types/string-literals/character-sets/CSV.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Consonants.d.ts +1 -1
- package/dist/types/string-literals/character-sets/Consonants.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/DomainName.d.ts +2 -2
- package/dist/types/string-literals/character-sets/DomainName.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/DotPathFor.d.ts +1 -1
- package/dist/types/string-literals/character-sets/DotPathFor.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Hexadecimal.d.ts +1 -1
- package/dist/types/string-literals/character-sets/Hexadecimal.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/IpAddress.d.ts +2 -2
- package/dist/types/string-literals/character-sets/IpAddress.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/LowerAlpha.d.ts +1 -1
- package/dist/types/string-literals/character-sets/LowerAlpha.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts +1 -1
- package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/NonAlpha.d.ts +1 -1
- package/dist/types/string-literals/character-sets/NonAlpha.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/NumericChar.d.ts +1 -1
- package/dist/types/string-literals/character-sets/NumericChar.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Repos.d.ts +3 -3
- package/dist/types/string-literals/character-sets/Repos.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/SingularNoun.d.ts +2 -2
- package/dist/types/string-literals/character-sets/SingularNoun.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts +1 -1
- package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Url.d.ts +2 -2
- package/dist/types/string-literals/character-sets/Url.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts +1 -1
- package/dist/types/string-literals/character-sets/ValueAtDotPath.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Whitespace.d.ts +2 -2
- package/dist/types/string-literals/character-sets/Whitespace.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/YouTube.d.ts +1 -1
- package/dist/types/string-literals/character-sets/YouTube.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/brackets/index.js +3 -3
- package/dist/types/string-literals/character-sets/css/display-position.d.ts +1 -1
- package/dist/types/string-literals/character-sets/css/display-position.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/css/index.js +9 -9
- package/dist/types/string-literals/character-sets/images/Exif.d.ts +1 -1
- package/dist/types/string-literals/character-sets/images/Exif.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts +3 -3
- package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/images/index.js +2 -2
- package/dist/types/string-literals/character-sets/index.js +36 -36
- package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/DialCountryCode.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/DialCountryCode.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.d.ts +3 -3
- package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/PhoneNumber.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/PhoneNumber.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/PhoneShortCode.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/PhoneShortCode.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.d.ts +1 -1
- package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.d.ts +2 -2
- package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/phone/index.js +14 -14
- package/dist/types/string-literals/character-sets/quotation-marks/index.js +6 -6
- package/dist/types/string-literals/character-sets/tw/TwColor.d.ts +2 -2
- package/dist/types/string-literals/character-sets/tw/TwColor.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/tw/index.js +1 -1
- package/dist/types/string-literals/geo/index.js +2 -2
- package/dist/types/string-literals/geo/state.d.ts +2 -2
- package/dist/types/string-literals/geo/state.d.ts.map +1 -1
- package/dist/types/string-literals/geo/zip.d.ts +2 -2
- package/dist/types/string-literals/geo/zip.d.ts.map +1 -1
- package/dist/types/string-literals/index.js +42 -42
- package/dist/types/string-literals/options/DropChars.d.ts +1 -1
- package/dist/types/string-literals/options/DropChars.d.ts.map +1 -1
- package/dist/types/string-literals/options/index.js +3 -3
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/tuples/FirstKey.d.ts +1 -1
- package/dist/types/tuples/FirstKey.d.ts.map +1 -1
- package/dist/types/tuples/FirstKeyValue.d.ts +1 -1
- package/dist/types/tuples/FirstKeyValue.d.ts.map +1 -1
- package/dist/types/tuples/FromDictArray.d.ts +1 -1
- package/dist/types/tuples/FromDictArray.d.ts.map +1 -1
- package/dist/types/tuples/LastOfEach.d.ts +1 -1
- package/dist/types/tuples/LastOfEach.d.ts.map +1 -1
- package/dist/types/tuples/index.js +8 -8
- package/dist/types/type-conversion/AsObjectKeys.d.ts +1 -1
- package/dist/types/type-conversion/AsObjectKeys.d.ts.map +1 -1
- package/dist/types/type-conversion/AsStringUnion.d.ts +1 -1
- package/dist/types/type-conversion/AsStringUnion.d.ts.map +1 -1
- package/dist/types/type-conversion/IntersectWithAll.d.ts +1 -1
- package/dist/types/type-conversion/IntersectWithAll.d.ts.map +1 -1
- package/dist/types/type-conversion/Merge.d.ts +1 -1
- package/dist/types/type-conversion/Merge.d.ts.map +1 -1
- package/dist/types/type-conversion/MergeObjects.d.ts +1 -1
- package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -1
- package/dist/types/type-conversion/Mutable.d.ts +1 -1
- package/dist/types/type-conversion/Mutable.d.ts.map +1 -1
- package/dist/types/type-conversion/ObjectToKvDict.d.ts +1 -1
- package/dist/types/type-conversion/ObjectToKvDict.d.ts.map +1 -1
- package/dist/types/type-conversion/ReduceValues.d.ts +1 -1
- package/dist/types/type-conversion/ReduceValues.d.ts.map +1 -1
- package/dist/types/type-conversion/ReplaceAll.d.ts +1 -1
- package/dist/types/type-conversion/ReplaceAll.d.ts.map +1 -1
- package/dist/types/type-conversion/RetainChars.d.ts +2 -2
- package/dist/types/type-conversion/RetainChars.d.ts.map +1 -1
- package/dist/types/type-conversion/ReturnValues.d.ts +1 -1
- package/dist/types/type-conversion/ReturnValues.d.ts.map +1 -1
- package/dist/types/type-conversion/StringLiteralFromTuple.d.ts +1 -1
- package/dist/types/type-conversion/StringLiteralFromTuple.d.ts.map +1 -1
- package/dist/types/type-conversion/StripChars.d.ts +2 -2
- package/dist/types/type-conversion/StripChars.d.ts.map +1 -1
- package/dist/types/type-conversion/ToBoolean.d.ts +1 -1
- package/dist/types/type-conversion/ToBoolean.d.ts.map +1 -1
- package/dist/types/type-conversion/ToContainer.d.ts +1 -1
- package/dist/types/type-conversion/ToContainer.d.ts.map +1 -1
- package/dist/types/type-conversion/ToJsonValue.d.ts +1 -1
- package/dist/types/type-conversion/ToJsonValue.d.ts.map +1 -1
- package/dist/types/type-conversion/ToNumber.d.ts +1 -1
- package/dist/types/type-conversion/ToNumber.d.ts.map +1 -1
- package/dist/types/type-conversion/ToString.d.ts +1 -1
- package/dist/types/type-conversion/ToString.d.ts.map +1 -1
- package/dist/types/type-conversion/ToStringArray.d.ts +1 -1
- package/dist/types/type-conversion/ToStringArray.d.ts.map +1 -1
- package/dist/types/type-conversion/Trim.d.ts +1 -1
- package/dist/types/type-conversion/Trim.d.ts.map +1 -1
- package/dist/types/type-conversion/TrimLeft.d.ts +1 -1
- package/dist/types/type-conversion/TrimLeft.d.ts.map +1 -1
- package/dist/types/type-conversion/TrimRight.d.ts +1 -1
- package/dist/types/type-conversion/TrimRight.d.ts.map +1 -1
- package/dist/types/type-conversion/TupleToUnion.d.ts +1 -1
- package/dist/types/type-conversion/TupleToUnion.d.ts.map +1 -1
- package/dist/types/type-conversion/UnionFilter.d.ts +1 -1
- package/dist/types/type-conversion/UnionFilter.d.ts.map +1 -1
- package/dist/types/type-conversion/UnionShift.d.ts +1 -1
- package/dist/types/type-conversion/UnionShift.d.ts.map +1 -1
- package/dist/types/type-conversion/ValueOrReturnValue.d.ts +1 -1
- package/dist/types/type-conversion/ValueOrReturnValue.d.ts.map +1 -1
- package/dist/types/type-conversion/Widen.d.ts +1 -1
- package/dist/types/type-conversion/Widen.d.ts.map +1 -1
- package/dist/types/type-conversion/WidenValues.d.ts +1 -1
- package/dist/types/type-conversion/WidenValues.d.ts.map +1 -1
- package/dist/types/type-conversion/WithDefault.d.ts +1 -1
- package/dist/types/type-conversion/WithDefault.d.ts.map +1 -1
- package/dist/types/type-conversion/index.js +57 -57
- package/package.json +37 -24
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from "./FnAllowingProps
|
|
2
|
-
export * from "./RegularFn
|
|
3
|
-
export * from "./JustFunction
|
|
4
|
-
export * from "./IdentityFunction
|
|
5
|
-
export * from "./AnyFunction
|
|
6
|
-
export * from "./TypedFunction
|
|
7
|
-
export * from "./OptionalParamFn
|
|
8
|
-
export * from "./EscapeFunction
|
|
1
|
+
export * from "./FnAllowingProps";
|
|
2
|
+
export * from "./RegularFn";
|
|
3
|
+
export * from "./JustFunction";
|
|
4
|
+
export * from "./IdentityFunction";
|
|
5
|
+
export * from "./AnyFunction";
|
|
6
|
+
export * from "./TypedFunction";
|
|
7
|
+
export * from "./OptionalParamFn";
|
|
8
|
+
export * from "./EscapeFunction";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LeftRight.d.ts","sourceRoot":"","sources":["../../../../src/types/base-types/functional/LeftRight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"LeftRight.d.ts","sourceRoot":"","sources":["../../../../src/types/base-types/functional/LeftRight.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./LeftRight
|
|
1
|
+
export * from "./LeftRight";
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export * from "./Defined
|
|
2
|
-
export * from "./Something
|
|
3
|
-
export * from "./Nothing
|
|
4
|
-
export * from "./NotNull
|
|
5
|
-
export * from "./AnyObject
|
|
6
|
-
export * from "./IndexableObject
|
|
7
|
-
export * from "./EmptyObject
|
|
8
|
-
export * from "./AnyArray
|
|
9
|
-
export * from "./Scalar
|
|
10
|
-
export * from "./ScalarNotSymbol
|
|
11
|
-
export * from "./Container
|
|
12
|
-
export * from "./Tuple
|
|
13
|
-
export * from "./Thenable
|
|
14
|
-
export * from "./NumericSign
|
|
15
|
-
export * from "./Digital
|
|
16
|
-
export * from "./Indexable
|
|
17
|
-
export * from "./FalsyValue
|
|
18
|
-
export * from "./ObjectKey
|
|
19
|
-
export * from "./NarrowObject
|
|
20
|
-
export * from "./Dictionary
|
|
21
|
-
export * from "./NonArray
|
|
22
|
-
export * from "./List
|
|
23
|
-
export * from "./LikeRegExp
|
|
24
|
-
export * from "./fns/index
|
|
25
|
-
export * from "./functional/index
|
|
1
|
+
export * from "./Defined";
|
|
2
|
+
export * from "./Something";
|
|
3
|
+
export * from "./Nothing";
|
|
4
|
+
export * from "./NotNull";
|
|
5
|
+
export * from "./AnyObject";
|
|
6
|
+
export * from "./IndexableObject";
|
|
7
|
+
export * from "./EmptyObject";
|
|
8
|
+
export * from "./AnyArray";
|
|
9
|
+
export * from "./Scalar";
|
|
10
|
+
export * from "./ScalarNotSymbol";
|
|
11
|
+
export * from "./Container";
|
|
12
|
+
export * from "./Tuple";
|
|
13
|
+
export * from "./Thenable";
|
|
14
|
+
export * from "./NumericSign";
|
|
15
|
+
export * from "./Digital";
|
|
16
|
+
export * from "./Indexable";
|
|
17
|
+
export * from "./FalsyValue";
|
|
18
|
+
export * from "./ObjectKey";
|
|
19
|
+
export * from "./NarrowObject";
|
|
20
|
+
export * from "./Dictionary";
|
|
21
|
+
export * from "./NonArray";
|
|
22
|
+
export * from "./List";
|
|
23
|
+
export * from "./LikeRegExp";
|
|
24
|
+
export * from "./fns/index";
|
|
25
|
+
export * from "./functional/index";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IsEqual, Filter, If, IsUnion, TupleToUnion, UnionToTuple } from "
|
|
1
|
+
import { IsEqual, Filter, If, IsUnion, TupleToUnion, UnionToTuple } from "src/types/index";
|
|
2
2
|
type Narrow<TContent, THandle> = IsUnion<TContent> extends true ? UnionToTuple<TContent> extends readonly unknown[] ? Filter<UnionToTuple<TContent>, THandle> extends readonly unknown[] ? TupleToUnion<Filter<UnionToTuple<TContent>, THandle>> : never : never : TContent;
|
|
3
3
|
/**
|
|
4
4
|
* **Handle**`<TContent,THandle,TMapTo,[TSpecificity]>`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Handle.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/Handle.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,MAAM,EACN,EAAE,EACF,OAAO,EACP,YAAY,EACZ,YAAY,EACb,
|
|
1
|
+
{"version":3,"file":"Handle.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/Handle.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,MAAM,EACN,EAAE,EACF,OAAO,EACP,YAAY,EACZ,YAAY,EACb,MAAM,iBAAiB,CAAC;AAEzB,KAAK,MAAM,CACT,QAAQ,EACR,OAAO,IACL,OAAO,CAAC,QAAQ,CAAC,SAAS,IAAI,GAC9B,YAAY,CAAC,QAAQ,CAAC,SAAS,SAAS,OAAO,EAAE,GAC/C,MAAM,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,SAAS,SAAS,OAAO,EAAE,GAChE,YAAY,CAAC,MAAM,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC,GACrD,KAAK,GACT,KAAK,GACP,QAAQ,CAAC;AAGX;;;;;;;;;GASG;AACH,MAAM,MAAM,MAAM,CAChB,QAAQ,EACR,OAAO,EACP,MAAM,EACN,YAAY,SAAS,SAAS,GAAG,QAAQ,GAAG,SAAS,IAEvD;IAAC,OAAO;CAAC,SAAS,KAAK,EAAE,GACrB,CAAC,QAAQ,CAAC,SAAS,KAAK,EAAE,GACxB,MAAM,GACN,QAAQ,GACZ,YAAY,SAAS,SAAS,GAC5B,CAAC,QAAQ,CAAC,SAAS,CAAC,OAAO,CAAC,GAC1B,MAAM,GACN,MAAM,CAAC,QAAQ,EAAC,OAAO,CAAC,GAC1B,EAAE,CACF,OAAO,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAC9B,MAAM,EACN,QAAQ,CACT,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ErrorCondition, IsBoolean, IsBooleanLiteral, IsFalse, IsNever, IsTrue, LogicFunction } from "
|
|
1
|
+
import { ErrorCondition, IsBoolean, IsBooleanLiteral, IsFalse, IsNever, IsTrue, LogicFunction } from "src/types/index";
|
|
2
2
|
/**
|
|
3
3
|
* **If**`<TTest,[TIf],[TElse],[TMaybe]>`
|
|
4
4
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"If.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/If.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,SAAS,EACT,gBAAgB,EAChB,OAAO,EACP,OAAO,EACP,MAAM,EACN,aAAa,EACd,
|
|
1
|
+
{"version":3,"file":"If.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/If.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,SAAS,EACT,gBAAgB,EAChB,OAAO,EACP,OAAO,EACP,MAAM,EACN,aAAa,EACd,MAAM,iBAAiB,CAAC;AAMzB;;;;GAIG;AACH,MAAM,MAAM,EAAE,CACZ,KAAK,EACL,GAAG,GAAG,IAAI,EACV,KAAK,GAAG,KAAK,EACb,MAAM,GAAG,GAAG,GAAG,KAAK,EACpB,MAAM,GAAG,KAAK,EACd,MAAM,GAAG,KAAK,IACX,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAClC,MAAM,GACN,CAAC,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAC9B,MAAM,GACR,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,GACvB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC5B,GAAG,GACH,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACtC,KAAK,GACL,MAAM,GACV,CAAC,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC,GAC7B,CAAC,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACxC,GAAG,GACL,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACzC,KAAK,GACL,CAAC,SAAS,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC3C,MAAM,GACN,KAAK,GACT,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IfAllExtend.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfAllExtend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"IfAllExtend.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfAllExtend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C;;;;;;;;GAQG;AACH,MAAM,MAAM,WAAW,CACrB,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,OAAO,EACP,EAAE,EACF,IAAI,IACF,SAAS,CAAC,KAAK,EAAC,OAAO,CAAC,SAAS,IAAI,GAAG,EAAE,GAAG,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IfAllLiteral.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfAllLiteral.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAC,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"IfAllLiteral.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfAllLiteral.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAC,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAGnD;;;;;GAKG;AACH,MAAM,MAAM,YAAY,CAAC,MAAM,SAAS,KAAK,EAAE,EAAE,EAAE,IAAI,IACvD,UAAU,CAAC,MAAM,CAAC,SAAS,IAAI,GAC3B,EAAE,GACF,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IfEqual.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfEqual.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"IfEqual.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfEqual.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CACjB,CAAC,EACD,CAAC,EACD,EAAE,GAAG,CAAC,GAAG,CAAC,EACV,IAAI,GAAG,OAAO,CAAC,CAAC,EAAC,CAAC,CAAC,IACjB,OAAO,CAAC,CAAC,EAAC,CAAC,CAAC,SAAS,IAAI,GACzB,EAAE,GACF,IAAI,CAAC;AAET;;;;;;;GAOG;AACH,MAAM,MAAM,QAAQ,CACpB,CAAC,EACD,CAAC,EACD,EAAE,GAAG,CAAC,GAAG,CAAC,EACV,IAAI,GAAG,OAAO,CAAC,CAAC,EAAC,CAAC,CAAC,IACf,OAAO,CAAC,CAAC,EAAC,CAAC,EAAC,EAAE,EAAC,IAAI,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IfErrorCondition.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfErrorCondition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"IfErrorCondition.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfErrorCondition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGxE;;;;;;;GAOG;AACH,MAAM,MAAM,gBAAgB,CAC1B,CAAC,EACD,EAAE,EACF,IAAI,GAAG,CAAC,IACN,gBAAgB,CAAC,CAAC,CAAC,SAAS,IAAI,GAChC,CAAC,SAAS,mBAAmB,GAC3B,EAAE,GACF,KAAK,GACP,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IfLength.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfLength.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,eAAe,EAAG,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"IfLength.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfLength.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,eAAe,EAAG,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGjG;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,QAAQ,CAClB,SAAS,SAAS,KAAK,GAAG,MAAM,EAChC,OAAO,SAAS,MAAM,EACtB,EAAE,EACF,IAAI,GAAG,SAAS,EAChB,KAAK,GAAG,EAAE,GAAG,IAAI,IACf,SAAS,SAAS,SAAS,OAAO,EAAE,GACpC,gBAAgB,CAAC,OAAO,CAAC,SAAS,IAAI,GACpC,OAAO,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,IAAI,CAAC,GAC7C,KAAK,GACP,SAAS,SAAS,OAAO,EAAE,GACzB,KAAK,GACL,SAAS,SAAS,MAAM,GACtB,EAAE,CACA,eAAe,CAAC,SAAS,CAAC,EAC1B,OAAO,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,IAAI,CAAC,EAC7C,KAAK,CACN,GACD,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IfNever.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfNever.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"IfNever.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfNever.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C;;;;;GAKG;AACH,MAAM,MAAM,OAAO,CACjB,CAAC,EACD,EAAE,EACF,IAAI,GAAG,CAAC,IACN,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IfUnset.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfUnset.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,KAAK,EACN,
|
|
1
|
+
{"version":3,"file":"IfUnset.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/IfUnset.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,KAAK,EACN,MAAM,iBAAiB,CAAC;AAGzB;;;;;;;GAOG;AACH,MAAM,MAAM,OAAO,CACjB,KAAK,EACL,KAAK,EACL,GAAG,GAAG,KAAK,IACT,KAAK,SAAS,KAAK,GACrB,KAAK,GACL,OAAO,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;AAGtB,MAAM,MAAM,kBAAkB,CAC9B,KAAK,EACL,KAAK,EACL,GAAG,GAAG,KAAK,IACP,KAAK,SAAS,KAAK,GACrB,KAAK,GACL,WAAW,CAAC,KAAK,CAAC,SAAS,IAAI,GAC/B,KAAK,GACL,OAAO,CAAC,GAAG,EAAE,KAAK,GAAG,SAAS,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AfterFirst, As, ExpandDictionary, First, Keys, ObjectKey, IsErrorCondition, IsFalse, IsNever } from "
|
|
2
|
-
import { Constant } from "
|
|
1
|
+
import { AfterFirst, As, ExpandDictionary, First, Keys, ObjectKey, IsErrorCondition, IsFalse, IsNever } from "src/types/index";
|
|
2
|
+
import { Constant } from "src/constants/index";
|
|
3
3
|
export type OnPassRemap<TNever = unknown, TFalse = unknown, TError = unknown> = {
|
|
4
4
|
never: TNever;
|
|
5
5
|
false: TFalse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OnPass.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/OnPass.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,EAAE,EACF,gBAAgB,EAChB,KAAK,EACL,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,OAAO,EACP,OAAO,EACR,
|
|
1
|
+
{"version":3,"file":"OnPass.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/branching/OnPass.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export * from "./IfAllLiteral
|
|
2
|
-
export * from "./IfAllExtend
|
|
3
|
-
export * from "./If
|
|
4
|
-
export * from "./IfErrorCondition
|
|
5
|
-
export * from "./IfNever
|
|
6
|
-
export * from "./IfEqual
|
|
7
|
-
export * from "./IfLength
|
|
8
|
-
export * from "./Passthrough
|
|
9
|
-
export * from "./Handle
|
|
10
|
-
export * from "./Default
|
|
11
|
-
export * from "./Iff
|
|
12
|
-
export * from "./Fail
|
|
13
|
-
export * from "./OnPass
|
|
14
|
-
export * from "./IfUnset
|
|
15
|
-
export * from "./WhenNever
|
|
1
|
+
export * from "./IfAllLiteral";
|
|
2
|
+
export * from "./IfAllExtend";
|
|
3
|
+
export * from "./If";
|
|
4
|
+
export * from "./IfErrorCondition";
|
|
5
|
+
export * from "./IfNever";
|
|
6
|
+
export * from "./IfEqual";
|
|
7
|
+
export * from "./IfLength";
|
|
8
|
+
export * from "./Passthrough";
|
|
9
|
+
export * from "./Handle";
|
|
10
|
+
export * from "./Default";
|
|
11
|
+
export * from "./Iff";
|
|
12
|
+
export * from "./Fail";
|
|
13
|
+
export * from "./OnPass";
|
|
14
|
+
export * from "./IfUnset";
|
|
15
|
+
export * from "./WhenNever";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterFirst, First, IfEqual, IsEqual, LogicFunction, LogicalReturns, NarrowlyContains } from "
|
|
1
|
+
import { AfterFirst, First, IfEqual, IsEqual, LogicFunction, LogicalReturns, NarrowlyContains } from "src/types/index";
|
|
2
2
|
type Process<TConditions extends readonly boolean[], TBooleanSeen extends boolean> = [] extends TConditions ? IfEqual<TBooleanSeen, true, boolean, true> : [First<TConditions>] extends [false] ? false : Process<AfterFirst<TConditions>, TBooleanSeen>;
|
|
3
3
|
/**
|
|
4
4
|
* **And**`<TConditions, [TEmpty]>`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"And.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/And.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,KAAK,EACL,OAAO,EACP,OAAO,EACP,aAAa,EACb,cAAc,EACd,gBAAgB,EACjB,
|
|
1
|
+
{"version":3,"file":"And.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/And.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,KAAK,EACL,OAAO,EACP,OAAO,EACP,aAAa,EACb,cAAc,EACd,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AAEzB,KAAK,OAAO,CACV,WAAW,SAAS,SAAS,OAAO,EAAE,EACtC,YAAY,SAAS,OAAO,IAC1B,EAAE,SAAS,WAAW,GACxB,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,CAAC,GAC1C,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,GAClC,KAAK,GACL,OAAO,CACL,UAAU,CAAC,WAAW,CAAC,EACvB,YAAY,CACb,CAAC;AAGN;;;;;GAKG;AACH,MAAM,MAAM,GAAG,CACb,WAAW,EACX,MAAM,SAAS,OAAO,GAAG,KAAK,IAC5B,WAAW,SAAS,SAAS,CAAC,OAAO,GAAG,aAAa,CAAC,EAAE,GAE1D,OAAO,CAAC,WAAW,EAAC,EAAE,CAAC,SAAS,IAAI,GACpC,MAAM,GACN,cAAc,CAAC,WAAW,CAAC,SAAS,SAAS,OAAO,EAAE,GACpD,OAAO,CACL,cAAc,CAAC,WAAW,CAAC,EAC3B,gBAAgB,CAAC,cAAc,CAAC,WAAW,CAAC,EAAC,OAAO,CAAC,CACtD,GACD,KAAK,GACP,KAAK,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Contains, DoesExtend, IsEqual, StartsWith, TupleToUnion, EndsWith, Tuple, ErrorCondition, Extends, NumberLike, TypedFunction, IsGreaterThan, As, IsLessThan, WhenNever, And, IsGreaterThanOrEqual, IsLessThanOrEqual } from "
|
|
1
|
+
import { Contains, DoesExtend, IsEqual, StartsWith, TupleToUnion, EndsWith, Tuple, ErrorCondition, Extends, NumberLike, TypedFunction, IsGreaterThan, As, IsLessThan, WhenNever, And, IsGreaterThanOrEqual, IsLessThanOrEqual } from "src/types/index";
|
|
2
2
|
/**
|
|
3
3
|
* comparison operators which require the base type to be a string
|
|
4
4
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Compare.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/Compare.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,OAAO,EACP,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,KAAK,EACL,cAAc,EACd,OAAO,EACP,UAAU,EACV,aAAa,EACb,aAAa,EACb,EAAE,EACF,UAAU,EACV,SAAS,EACT,GAAG,EACH,oBAAoB,EACpB,iBAAiB,EAClB,
|
|
1
|
+
{"version":3,"file":"Compare.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/Compare.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LogicFunction, IsFalse, IsTrue, AfterFirst, First, IsEqual, IsNever, As } from "
|
|
1
|
+
import { LogicFunction, IsFalse, IsTrue, AfterFirst, First, IsEqual, IsNever, As } from "src/types/index";
|
|
2
2
|
type Negate<TVal> = IsNever<TVal> extends true ? never : [TVal] extends [boolean] ? IsTrue<TVal> extends true ? false : IsFalse<TVal> extends true ? true : boolean : [TVal] extends [LogicFunction] ? Negate<ReturnType<LogicFunction>> : never;
|
|
3
3
|
type NegateTuple<TTuple extends readonly (boolean | LogicFunction)[], TResults extends readonly (boolean | LogicFunction)[] = []> = [] extends TTuple ? IsEqual<TResults, [], false, TResults> : NegateTuple<AfterFirst<TTuple>, [
|
|
4
4
|
...TResults,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Not.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/Not.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EACb,OAAO,EACP,MAAM,EACN,UAAU,EACV,KAAK,EACL,OAAO,EACP,OAAO,EACP,EAAE,EACH,
|
|
1
|
+
{"version":3,"file":"Not.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/Not.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EACb,OAAO,EACP,MAAM,EACN,UAAU,EACV,KAAK,EACL,OAAO,EACP,OAAO,EACP,EAAE,EACH,MAAM,iBAAiB,CAAC;AAIzB,KAAK,MAAM,CACT,IAAI,IACF,OAAO,CAAC,IAAI,CAAC,SAAS,IAAI,GAC5B,KAAK,GACL,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,GACtB,MAAM,CAAC,IAAI,CAAC,SAAS,IAAI,GACvB,KAAK,GACL,OAAO,CAAC,IAAI,CAAC,SAAS,IAAI,GAAI,IAAI,GAAG,OAAO,GAC9C,CAAC,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,GAC5B,MAAM,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,GACjC,KAAK,CAAC;AAEZ,KAAK,WAAW,CACd,MAAM,SAAS,SAAS,CAAC,OAAO,GAAG,aAAa,CAAC,EAAE,EACnD,QAAQ,SAAS,SAAS,CAAC,OAAO,GAAG,aAAa,CAAC,EAAE,GAAG,EAAE,IACxD,EAAE,SAAS,MAAM,GACnB,OAAO,CAAC,QAAQ,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,CAAC,GACtC,WAAW,CACT,UAAU,CAAC,MAAM,CAAC,EAClB;IACE,GAAG,QAAQ;IACT,KAAK,CAAC,MAAM,CAAC,SAAS,aAAa,GAClC,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,GACjC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACzB,CACF,CAAC;AAIJ;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,GAAG,CACb,IAAI,EACJ,WAAW,SAAS,OAAO,GAAG,KAAK,IACjC,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,GAC1B,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,GACzC,CAAC,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,GAC9B,EAAE,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC,GACrC,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,aAAa,GAAG,OAAO,CAAC,EAAE,CAAC,GACrD,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,SAAS,OAAO,EAAE,CAAC,GACzC,WAAW,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LogicFunction, NarrowlyContains, LogicalReturns, IsNever, IsEqual, Throw, ProxyError, ErrorCondition, IsErrorCondition } from "
|
|
1
|
+
import { LogicFunction, NarrowlyContains, LogicalReturns, IsNever, IsEqual, Throw, ProxyError, ErrorCondition, IsErrorCondition } from "src/types/index";
|
|
2
2
|
type Process<TConditions extends readonly boolean[], TBooleanSean extends boolean> = NarrowlyContains<TConditions, true> extends true ? true : [IsEqual<TBooleanSean, true>] extends [true] ? boolean : false;
|
|
3
3
|
type ConditionError<TErr> = TErr extends ErrorCondition ? ProxyError<TErr, "Or", "TConditions"> : never;
|
|
4
4
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Or.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/Or.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EACb,gBAAgB,EAChB,cAAc,EACd,OAAO,EACP,OAAO,EACP,KAAK,EACL,UAAU,EACV,cAAc,EACd,gBAAgB,EACjB,
|
|
1
|
+
{"version":3,"file":"Or.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/Or.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EACb,gBAAgB,EAChB,cAAc,EACd,OAAO,EACP,OAAO,EACP,KAAK,EACL,UAAU,EACV,cAAc,EACd,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AAEzB,KAAK,OAAO,CACV,WAAW,SAAS,SAAS,OAAO,EAAE,EACtC,YAAY,SAAS,OAAO,IAC1B,gBAAgB,CAAC,WAAW,EAAE,IAAI,CAAC,SAAS,IAAI,GAClD,IAAI,GACJ,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC1C,OAAO,GACP,KAAK,CAAC;AAEV,KAAK,cAAc,CAAC,IAAI,IAAI,IAAI,SAAS,cAAc,GACrD,UAAU,CACV,IAAI,EACJ,IAAI,EACJ,aAAa,CACd,GACC,KAAK,CAAC;AAGR;;;;;;;;;;GAUG;AACH,MAAM,MAAM,EAAE,CACZ,WAAW,EACX,MAAM,SAAS,OAAO,GAAG,KAAK,IAC5B,OAAO,CAAC,WAAW,CAAC,SAAS,IAAI,GACnC,KAAK,CACL,eAAe,EACf,uDAAuD,EACvD,IAAI,CACH,GACD,OAAO,CAAC,WAAW,EAAC,EAAE,CAAC,SAAS,IAAI,GAClC,MAAM,GACN,WAAW,SAAS,SAAS,CAAC,OAAO,GAAG,aAAa,CAAC,EAAE,GACtD,cAAc,CAAC,WAAW,CAAC,SAAS,SAAS,OAAO,EAAE,GACpD,OAAO,CACL,cAAc,CAAC,WAAW,CAAC,EAC3B,gBAAgB,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC,CACvD,GACD,KAAK,GACP,gBAAgB,CAAC,WAAW,CAAC,SAAS,IAAI,GACxC,cAAc,CAAC,WAAW,CAAC,GAC3B,KAAK,CACH,oBAAoB,EACpB,wDAAwD,EACxD,IAAI,EACJ;IAAE,OAAO,EAAE,gBAAgB,CAAC;IAAC,KAAK,EAAE,WAAW,CAAA;CAAE,CAClD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterFirst, ComparatorOperation, Compare, Container, Dictionary, First, IsEqual, NumberLike, Or, Values, WhenNever } from "
|
|
1
|
+
import { AfterFirst, ComparatorOperation, Compare, Container, Dictionary, First, IsEqual, NumberLike, Or, Values, WhenNever } from "src/types/index";
|
|
2
2
|
type Process<TElements extends readonly unknown[], TOp extends ComparatorOperation, TComparator> = [] extends TElements ? false : [WhenNever<Compare<First<TElements>, TOp, TComparator>>] extends [true] ? true : Process<AfterFirst<TElements>, TOp, TComparator>;
|
|
3
3
|
export type Some<TContainer extends Container, TOp extends "extends" | "equals" | "startsWith" | "endsWith" | "lessThan" | "greaterThan", TComparator extends Or<[
|
|
4
4
|
IsEqual<TOp, "startsWith">,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Some.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/Some.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,mBAAmB,EACnB,OAAO,EACP,SAAS,EACT,UAAU,EACV,KAAK,EACL,OAAO,EACP,UAAU,EACV,EAAE,EACF,MAAM,EACN,SAAS,EACV,
|
|
1
|
+
{"version":3,"file":"Some.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/combinators/Some.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,mBAAmB,EACnB,OAAO,EACP,SAAS,EACT,UAAU,EACV,KAAK,EACL,OAAO,EACP,UAAU,EACV,EAAE,EACF,MAAM,EACN,SAAS,EACV,MAAM,iBAAiB,CAAC;AAEzB,KAAK,OAAO,CACZ,SAAS,SAAS,SAAS,OAAO,EAAE,EACpC,GAAG,SAAS,mBAAmB,EAC/B,WAAW,IACP,EAAE,SAAS,SAAS,GACtB,KAAK,GACL,CAAC,SAAS,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACrE,IAAI,GACJ,OAAO,CACL,UAAU,CAAC,SAAS,CAAC,EACrB,GAAG,EACH,WAAW,CACZ,CAAC;AAGN,MAAM,MAAM,IAAI,CACd,UAAU,SAAS,SAAS,EAC5B,GAAG,SAAS,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,aAAa,EACzF,WAAW,SAAS,EAAE,CAAC;IACrB,OAAO,CAAC,GAAG,EAAC,YAAY,CAAC;IAAE,OAAO,CAAC,GAAG,EAAC,UAAU,CAAC;CACnD,CAAC,SAAS,IAAI,GACb,MAAM,GACN,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,EAAC,UAAU,CAAC,EAAE,OAAO,CAAC,GAAG,EAAC,aAAa,CAAC,CAAC,CAAC,SAAS,IAAI,GACtE,UAAU,GACV,OAAO,IACP,UAAU,SAAS,SAAS,OAAO,EAAE,GACvC,OAAO,CAAC,UAAU,EAAC,GAAG,EAAC,WAAW,CAAC,GACnC,UAAU,SAAS,UAAU,GAC7B,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,WAAW,CAAC,GAC7C,KAAK,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./And
|
|
2
|
-
export * from "./Or
|
|
3
|
-
export * from "./Not
|
|
4
|
-
export * from "./Compare
|
|
5
|
-
export * from "./Some
|
|
1
|
+
export * from "./And";
|
|
2
|
+
export * from "./Or";
|
|
3
|
+
export * from "./Not";
|
|
4
|
+
export * from "./Compare";
|
|
5
|
+
export * from "./Some";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./LogicalCombinator
|
|
2
|
-
export * from "./operators/index
|
|
3
|
-
export * from "./combinators/index
|
|
4
|
-
export * from "./branching/index
|
|
5
|
-
export * from "./narrowing/index
|
|
1
|
+
export * from "./LogicalCombinator";
|
|
2
|
+
export * from "./operators/index";
|
|
3
|
+
export * from "./combinators/index";
|
|
4
|
+
export * from "./branching/index";
|
|
5
|
+
export * from "./narrowing/index";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AsDoneFn.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/narrowing/AsDoneFn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"AsDoneFn.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/narrowing/AsDoneFn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAIpD;;;;GAIG;AACH,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS;IAAE,IAAI,EAAE,iBAAiB,CAAA;CAAE,GAC3D,CAAC,GAAG;IAAE,IAAI,EAAE,MAAM,OAAO,CAAA;CAAE,GAC3B,KAAK,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Constant } from "
|
|
2
|
-
import { IfEqual, Dictionary, Throw, Tuple, AsString } from "
|
|
1
|
+
import { Constant } from "src/constants/index";
|
|
2
|
+
import { IfEqual, Dictionary, Throw, Tuple, AsString } from "src/types/index";
|
|
3
3
|
/**
|
|
4
4
|
* **AsIndexOf**`<T,K,[ERR]>`
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AsIndexOf.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/narrowing/AsIndexOf.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"AsIndexOf.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/narrowing/AsIndexOf.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE9E;;;;GAIG;AACH,MAAM,MAAM,SAAS,CACnB,CAAC,SAAS,UAAU,GAAG,MAAM,GAAG,KAAK,EACrC,CAAC,SAAS,WAAW,EACrB,GAAG,GAAG,QAAQ,CAAC,OAAO,CAAC,IACrB,CAAC,SAAS,MAAM,CAAC,GACnB,CAAC,CAAC,CAAC,CAAC,GACJ,OAAO,CACL,GAAG,EAAE,QAAQ,CAAC,OAAO,CAAC,EACtB,KAAK,CACH,aAAa,EACb,YAAY,QAAQ,CAAC,CAAC,CAAC,8CAA8C,EACrE,WAAW,CACZ,EACD,GAAG,CACJ,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IsUnion, Nothing, RemoveMarked, TupleToUnion, UnionToTuple } from "
|
|
2
|
-
import { Constant } from "
|
|
1
|
+
import { IsUnion, Nothing, RemoveMarked, TupleToUnion, UnionToTuple } from "src/types/index";
|
|
2
|
+
import { Constant } from "src/constants/index";
|
|
3
3
|
type Process<T extends readonly unknown[]> = TupleToUnion<RemoveMarked<{
|
|
4
4
|
[K in keyof T]: T[K] extends Nothing ? Constant<"Marked"> : T[K];
|
|
5
5
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AsSomething.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/narrowing/AsSomething.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,YAAY,EACb,
|
|
1
|
+
{"version":3,"file":"AsSomething.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/narrowing/AsSomething.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,YAAY,EACb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/C,KAAK,OAAO,CACV,CAAC,SAAS,SAAS,OAAO,EAAE,IAC1B,YAAY,CAChB,YAAY,CAAC;KACV,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,OAAO,GAChC,QAAQ,CAAC,QAAQ,CAAC,GAClB,CAAC,CAAC,CAAC,CAAC;CACT,CAAC,CAAC,CAAC;AAEJ;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,WAAW,CACrB,CAAC,EACD,SAAS,GAAG,KAAK,IACf,OAAO,CAAC,CAAC,CAAC,SAAS,IAAI,GACzB,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,GACxB,CAAC,SAAS,OAAO,GACf,SAAS,GACT,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "./AsIndexOf
|
|
2
|
-
export * from "./AsDoneFn
|
|
3
|
-
export * from "./AsSomething
|
|
4
|
-
export * from "./As
|
|
1
|
+
export * from "./AsIndexOf";
|
|
2
|
+
export * from "./AsDoneFn";
|
|
3
|
+
export * from "./AsSomething";
|
|
4
|
+
export * from "./As";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterFirst, First, If, Extends } from "
|
|
1
|
+
import { AfterFirst, First, If, Extends } from "src/types/index";
|
|
2
2
|
type AllAcc<TList extends readonly unknown[], TExtend> = [] extends TList ? true : If<Extends<First<TList>, TExtend>, AllAcc<AfterFirst<TList>, TExtend>, false>;
|
|
3
3
|
/**
|
|
4
4
|
* **AllExtend**`<TList, TExtend>`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllExtend.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/AllExtend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,EAAG,EAAE,EAAE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"AllExtend.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/AllExtend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,EAAG,EAAE,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAElE,KAAK,MAAM,CACT,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,OAAO,IACL,EAAE,SAAS,KAAK,GAChB,IAAI,GACJ,EAAE,CACA,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,EAC9B,MAAM,CACJ,UAAU,CAAC,KAAK,CAAC,EACjB,OAAO,CACR,EACD,KAAK,CACN,CAAC;AAGN;;;;;;;IAOI;AACJ,MAAM,MAAM,SAAS,CACnB,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,OAAO,IACL,MAAM,CAAC,KAAK,EAAC,OAAO,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { And, IsStringLiteral, IsNumericLiteral, IsTuple, IsBooleanLiteral, IsObjectLiteral } from "
|
|
1
|
+
import { And, IsStringLiteral, IsNumericLiteral, IsTuple, IsBooleanLiteral, IsObjectLiteral } from "src/types/index";
|
|
2
2
|
/**
|
|
3
3
|
* **AllLiteral**`<TTuple>`
|
|
4
4
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllLiteral.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/AllLiteral.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,eAAe,EACf,gBAAgB,EAChB,OAAO,EACP,gBAAgB,EAChB,eAAe,EAChB,
|
|
1
|
+
{"version":3,"file":"AllLiteral.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/AllLiteral.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,eAAe,EACf,gBAAgB,EAChB,OAAO,EACP,gBAAgB,EAChB,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB;;;;;GAKG;AACH,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,SAAS,OAAO,EAAE,IAAI,GAAG,CAAC;KACxD,CAAC,IAAI,MAAM,CAAC,GAAG,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,IAAI,GAChD,IAAI,GACJ,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,IAAI,GACnC,IAAI,GACJ,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,IAAI,GAC1B,IAAI,GACJ,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,IAAI,GACnC,IAAI,GACJ,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,IAAI,GAClC,IAAI,GACJ,KAAK;CACR,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Api, Dictionary, ErrorCondition, EscapeFunction, FnProps, GetEscapeFunction, TypedFunction } from "
|
|
1
|
+
import { Api, Dictionary, ErrorCondition, EscapeFunction, FnProps, GetEscapeFunction, TypedFunction } from "src/types/index";
|
|
2
2
|
/**
|
|
3
3
|
* **HasEscapeFunction**`<T>`
|
|
4
4
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiOperators.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ApiOperators.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,UAAU,EACV,cAAc,EACd,cAAc,EACd,OAAO,EACP,iBAAiB,EACjB,aAAa,EACd,
|
|
1
|
+
{"version":3,"file":"ApiOperators.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ApiOperators.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,UAAU,EACV,cAAc,EACd,cAAc,EACd,OAAO,EACP,iBAAiB,EACjB,aAAa,EACd,MAAM,iBAAiB,CAAC;AAEzB;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,CAC3B,CAAC,SAAS,UAAU,GAAG,aAAa,GAAG,GAAG,IACxC,iBAAiB,CAAC,CAAC,CAAC,SAAS,cAAc,GAC7C,KAAK,GACL,IAAI,CAAC;AAIP,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI,CAAC,SAAS,aAAa,GACvD,CAAC,SAAS,cAAc,GACtB,OAAO,CAAC,CAAC,CAAC,SAAS;IAAE,MAAM,EAAE,IAAI,CAAA;CAAE,GACjC,IAAI,GACJ,KAAK,GACP,KAAK,GACP,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AreSameLength.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/AreSameLength.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,KAAK,EACL,OAAO,EACP,eAAe,EACf,OAAO,EACR,
|
|
1
|
+
{"version":3,"file":"AreSameLength.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/AreSameLength.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,KAAK,EACL,OAAO,EACP,eAAe,EACf,OAAO,EACR,MAAM,iBAAiB,CAAC;AAIzB;;;;;GAKG;AACH,MAAM,MAAM,aAAa,CACvB,CAAC,SAAS,MAAM,GAAG,SAAS,OAAO,EAAE,EACrC,CAAC,SAAS,MAAM,GAAG,SAAS,OAAO,EAAE,IACnC,eAAe,CAAC,CAAC,CAAC,SAAS,IAAI,GACjC,eAAe,CAAC,CAAC,CAAC,SAAS,IAAI,GAC7B,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,GACrE,OAAO,GACP,OAAO,CAAC,CAAC,CAAC,SAAS,IAAI,GACnB,OAAO,CAAC,CAAC,CAAC,SAAS,IAAI,GACnB,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,GACjC,eAAe,CAAC,CAAC,CAAC,SAAS,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,GACnE,OAAO,GACf,OAAO,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IsWideType, Or, TupleToUnion } from "
|
|
1
|
+
import { IsWideType, Or, TupleToUnion } from "src/types/index";
|
|
2
2
|
export type ToStringLiteral = string | number | boolean;
|
|
3
3
|
type ProcessStr<TContent extends string, TComparator> = IsWideType<TComparator> extends true ? boolean : TComparator extends readonly ToStringLiteral[] ? ProcessStr<TContent, TupleToUnion<TComparator>> : TComparator extends ToStringLiteral ? TContent extends `${string}${TComparator}${string}` ? true : false : false;
|
|
4
4
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contains.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/Contains.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,EAAE,EACF,YAAY,EACb,
|
|
1
|
+
{"version":3,"file":"Contains.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/Contains.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,EAAE,EACF,YAAY,EACb,MAAM,iBAAiB,CAAC;AAGzB,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;AAKxD,KAAK,UAAU,CACb,QAAQ,SAAS,MAAM,EACvB,WAAW,IACT,UAAU,CAAC,WAAW,CAAC,SAAS,IAAI,GACpC,OAAO,GACP,WAAW,SAAS,SAAS,eAAe,EAAE,GAC5C,UAAU,CAAC,QAAQ,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC,GACjD,WAAW,SAAS,eAAe,GACjC,QAAQ,SAAS,GAAG,MAAM,GAAG,WAAW,GAAG,MAAM,EAAE,GACjD,IAAI,GACJ,KAAK,GACP,KAAK,CAAC;AAGZ;;;;GAIG;AACH,KAAK,YAAY,CACf,QAAQ,SAAS,SAAS,OAAO,EAAE,EACnC,WAAW,IACT,EAAE,CAAC;KACJ,CAAC,IAAI,MAAM,QAAQ,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,WAAW,CAAC,GACtD,IAAI,GACJ,KAAK;CACV,CAAC,CAAC;AAKH,KAAK,UAAU,CACb,QAAQ,EACR,WAAW,IAEb,QAAQ,SAAS,SAAS,OAAO,EAAE,GACjC,WAAW,SAAS,SAAS,OAAO,EAAE,GACpC,YAAY,CAAC,QAAQ,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC,GACjD,YAAY,CAAC,QAAQ,EAAE,WAAW,CAAC,GACrC,QAAQ,SAAS,eAAe,GAC9B,WAAW,SAAS,SAAS,OAAO,EAAE,GACpC,UAAU,CAAC,GAAG,QAAQ,EAAE,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC,GACpD,UAAU,CAAC,GAAG,QAAQ,EAAE,EAAE,WAAW,CAAC,GAC1C,KAAK,CAAC;AAGR;;;;;;;;;;GAUG;AACH,MAAM,MAAM,QAAQ,CAClB,QAAQ,SAAS,MAAM,GAAG,MAAM,GAAG,SAAS,OAAO,EAAE,EACrD,WAAW,IACT,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GACnC,OAAO,GACP,UAAU,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { And, Contains, Narrowable, AfterFirst, First } from "
|
|
1
|
+
import { And, Contains, Narrowable, AfterFirst, First } from "src/types/index";
|
|
2
2
|
type _Contains<TList extends readonly unknown[], THasAll extends Narrowable[], TResults extends readonly boolean[] = []> = [] extends THasAll ? TResults : Contains<TList, First<THasAll>> extends true ? _Contains<TList, AfterFirst<THasAll>, [
|
|
3
3
|
...TResults,
|
|
4
4
|
true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContainsAll.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ContainsAll.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAG,UAAU,EAAG,UAAU,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"ContainsAll.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/ContainsAll.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAG,UAAU,EAAG,UAAU,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAGjF,KAAK,SAAS,CACd,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,OAAO,SAAS,UAAU,EAAE,EAC5B,QAAQ,SAAS,SAAS,OAAO,EAAE,GAAG,EAAE,IACpC,EAAE,SAAS,OAAO,GAClB,QAAQ,GACR,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,SAAS,IAAI,GAC1C,SAAS,CACT,KAAK,EACL,UAAU,CAAC,OAAO,CAAC,EACnB;IAAC,GAAG,QAAQ;IAAE,IAAI;CAAC,CACpB,GACC,CAAC,KAAK,CAAC,CAAC;AAEd;;;;;;;;IAQI;AACJ,MAAM,MAAM,WAAW,CACrB,KAAK,SAAS,SAAS,OAAO,EAAE,EAChC,OAAO,SAAS,UAAU,EAAE,IAC1B,GAAG,CAAC,SAAS,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DoesExtend.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/DoesExtend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"DoesExtend.d.ts","sourceRoot":"","sources":["../../../../src/types/boolean-logic/operators/DoesExtend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C;;;;GAIG;AACH,MAAM,MAAM,UAAU,CACpB,MAAM,EACN,QAAQ,IACN,OAAO,CAAC,MAAM,CAAC,SAAS,IAAI,GAC5B,KAAK,GACL,CAAC,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,GACzB,IAAI,GACJ,KAAK,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AsString, IsStringLiteral, Or } from "
|
|
1
|
+
import { AsString, IsStringLiteral, Or } from "src/types/index";
|
|
2
2
|
type Test<TValue extends string, TComparator extends string> = TValue extends `${string}${TComparator}` ? true : false;
|
|
3
3
|
type Process<TValue extends string, TComparator extends string> = IsStringLiteral<TComparator> extends true ? IsStringLiteral<TValue> extends true ? Test<TValue, TComparator> : boolean : boolean;
|
|
4
4
|
type ProcessEach<TValue extends string, TComparator extends readonly string[]> = Or<{
|