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
|
@@ -3,63 +3,63 @@
|
|
|
3
3
|
// index last changed at: 8th Aug, 2022, 09:51 AM ( GMT-7 )
|
|
4
4
|
// hash-code: 200001fa
|
|
5
5
|
// file exports
|
|
6
|
-
export * from "./Awaited
|
|
7
|
-
export * from "./AsString
|
|
8
|
-
export * from "./AsDictionary
|
|
9
|
-
export * from "./AsRef
|
|
10
|
-
export * from "./AsNumber
|
|
11
|
-
export * from "./AsBoolean
|
|
12
|
-
export * from "./AsNonNull
|
|
13
|
-
export * from "./AsObject
|
|
14
|
-
export * from "./AsDefined
|
|
15
|
-
export * from "./AsFunction
|
|
16
|
-
export * from "./AsRecord
|
|
17
|
-
export * from "./AsObjectKeys
|
|
18
|
-
export * from "./AsPropertyKey
|
|
19
|
-
export * from "./AsStringUnion
|
|
20
|
-
export * from "./TupleToUnion
|
|
21
|
-
export * from "./UnionToIntersection
|
|
22
|
-
export * from "./ToString
|
|
23
|
-
export * from "./ToUnion
|
|
24
|
-
export * from "./ToNumber
|
|
25
|
-
export * from "./ToBoolean
|
|
26
|
-
export * from "./UnionArrayToTuple
|
|
27
|
-
export * from "./UnionToTuple
|
|
28
|
-
export * from "./UnionShift
|
|
29
|
-
export * from "./UnionFilter
|
|
30
|
-
export * from "./Widen
|
|
31
|
-
export * from "./WidenValues
|
|
32
|
-
export * from "./Mutable
|
|
33
|
-
export * from "./MergeObjects
|
|
34
|
-
export * from "./Merge
|
|
35
|
-
export * from "./Break
|
|
36
|
-
export * from "./LeftWhitespace
|
|
37
|
-
export * from "./Replace
|
|
38
|
-
export * from "./ReplaceAll
|
|
39
|
-
export * from "./RightWhitespace
|
|
40
|
-
export * from "./ObjectToKvDict
|
|
41
|
-
export * from "./StringLength
|
|
42
|
-
export * from "./Trim
|
|
43
|
-
export * from "./TrimLeft
|
|
44
|
-
export * from "./TrimRight
|
|
45
|
-
export * from "./form-fields
|
|
46
|
-
export * from "./RemoveFromStart
|
|
47
|
-
export * from "./RemoveFromEnd
|
|
48
|
-
export * from "./RemoveIndex
|
|
49
|
-
export * from "./IntersectWithAll
|
|
50
|
-
export * from "./UnionWithAll
|
|
51
|
-
export * from "./ToContainer
|
|
52
|
-
export * from "./ToJsonValue
|
|
53
|
-
export * from "./ToStringArray
|
|
54
|
-
export * from "./ValueOrReturnValue
|
|
55
|
-
export * from "./ReturnValues
|
|
56
|
-
export * from "./WithDefault
|
|
57
|
-
export * from "./AsContainer
|
|
58
|
-
export * from "./StripChars
|
|
59
|
-
export * from "./RetainChars
|
|
60
|
-
export * from "./ReduceValues
|
|
61
|
-
export * from "./JSON
|
|
62
|
-
export * from "./StringLiteralFromTuple
|
|
6
|
+
export * from "./Awaited";
|
|
7
|
+
export * from "./AsString";
|
|
8
|
+
export * from "./AsDictionary";
|
|
9
|
+
export * from "./AsRef";
|
|
10
|
+
export * from "./AsNumber";
|
|
11
|
+
export * from "./AsBoolean";
|
|
12
|
+
export * from "./AsNonNull";
|
|
13
|
+
export * from "./AsObject";
|
|
14
|
+
export * from "./AsDefined";
|
|
15
|
+
export * from "./AsFunction";
|
|
16
|
+
export * from "./AsRecord";
|
|
17
|
+
export * from "./AsObjectKeys";
|
|
18
|
+
export * from "./AsPropertyKey";
|
|
19
|
+
export * from "./AsStringUnion";
|
|
20
|
+
export * from "./TupleToUnion";
|
|
21
|
+
export * from "./UnionToIntersection";
|
|
22
|
+
export * from "./ToString";
|
|
23
|
+
export * from "./ToUnion";
|
|
24
|
+
export * from "./ToNumber";
|
|
25
|
+
export * from "./ToBoolean";
|
|
26
|
+
export * from "./UnionArrayToTuple";
|
|
27
|
+
export * from "./UnionToTuple";
|
|
28
|
+
export * from "./UnionShift";
|
|
29
|
+
export * from "./UnionFilter";
|
|
30
|
+
export * from "./Widen";
|
|
31
|
+
export * from "./WidenValues";
|
|
32
|
+
export * from "./Mutable";
|
|
33
|
+
export * from "./MergeObjects";
|
|
34
|
+
export * from "./Merge";
|
|
35
|
+
export * from "./Break";
|
|
36
|
+
export * from "./LeftWhitespace";
|
|
37
|
+
export * from "./Replace";
|
|
38
|
+
export * from "./ReplaceAll";
|
|
39
|
+
export * from "./RightWhitespace";
|
|
40
|
+
export * from "./ObjectToKvDict";
|
|
41
|
+
export * from "./StringLength";
|
|
42
|
+
export * from "./Trim";
|
|
43
|
+
export * from "./TrimLeft";
|
|
44
|
+
export * from "./TrimRight";
|
|
45
|
+
export * from "./form-fields";
|
|
46
|
+
export * from "./RemoveFromStart";
|
|
47
|
+
export * from "./RemoveFromEnd";
|
|
48
|
+
export * from "./RemoveIndex";
|
|
49
|
+
export * from "./IntersectWithAll";
|
|
50
|
+
export * from "./UnionWithAll";
|
|
51
|
+
export * from "./ToContainer";
|
|
52
|
+
export * from "./ToJsonValue";
|
|
53
|
+
export * from "./ToStringArray";
|
|
54
|
+
export * from "./ValueOrReturnValue";
|
|
55
|
+
export * from "./ReturnValues";
|
|
56
|
+
export * from "./WithDefault";
|
|
57
|
+
export * from "./AsContainer";
|
|
58
|
+
export * from "./StripChars";
|
|
59
|
+
export * from "./RetainChars";
|
|
60
|
+
export * from "./ReduceValues";
|
|
61
|
+
export * from "./JSON";
|
|
62
|
+
export * from "./StringLiteralFromTuple";
|
|
63
63
|
// #endregion auto-indexed files
|
|
64
64
|
// see https://github.com/inocan-group/do-devops/docs/autoindex.md
|
|
65
65
|
// for more info
|
package/package.json
CHANGED
|
@@ -1,18 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inferred-types",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.2",
|
|
4
4
|
"description": "Functions which provide useful type inference on TS projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Ken Snyder<ken@ken.net>",
|
|
7
7
|
"type": "module",
|
|
8
|
-
"module": "./dist/
|
|
9
|
-
"main": "./dist/
|
|
8
|
+
"module": "./dist/index.js",
|
|
9
|
+
"main": "./dist/index.cjs",
|
|
10
10
|
"typings": "./dist/inferred-types/index.d.ts",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
13
|
"types": "./dist/inferred-types/index.d.ts",
|
|
14
|
-
"import": "./dist/
|
|
15
|
-
"require": "./dist/
|
|
14
|
+
"import": "./dist/index.js",
|
|
15
|
+
"require": "./dist/index.cjs"
|
|
16
|
+
},
|
|
17
|
+
"./types": {
|
|
18
|
+
"import": "./dist/types/index.js",
|
|
19
|
+
"types": "./dist/types/index.d.ts"
|
|
20
|
+
},
|
|
21
|
+
"./runtime": {
|
|
22
|
+
"import": "./dist/runtime/index.js",
|
|
23
|
+
"types": "./dist/runtime/index.d.ts"
|
|
24
|
+
},
|
|
25
|
+
"./constants": {
|
|
26
|
+
"import": "./dist/constants/index.js"
|
|
16
27
|
}
|
|
17
28
|
},
|
|
18
29
|
"files": [
|
|
@@ -24,10 +35,11 @@
|
|
|
24
35
|
"sideEffects": false,
|
|
25
36
|
"scripts": {
|
|
26
37
|
"prepare": "ts-patch install -s",
|
|
27
|
-
"build": "run-s build:
|
|
28
|
-
"build:
|
|
38
|
+
"build": "run-s build:tsc build:cjs build:esm",
|
|
39
|
+
"build:tsc": "tsc -b --verbose src/inferred-types ",
|
|
29
40
|
"bun:runtime": "bun build src/runtime/index.ts --format=esm --outfile=dist/runtime/index.mjs",
|
|
30
|
-
"build:cjs": "tsup src/inferred-types/index.ts --format=cjs -d dist
|
|
41
|
+
"build:cjs": "tsup src/inferred-types/index.ts --format=cjs -d dist",
|
|
42
|
+
"build:esm": "tsup src/inferred-types/index.ts --format=esm -d dist",
|
|
31
43
|
"diag": "tsc -b -f --extendedDiagnostics src/inferred-types",
|
|
32
44
|
"diag:constants": "tsc -b -f --extendedDiagnostics src/constants",
|
|
33
45
|
"diag:types": "tsc -b -f --extendedDiagnostics src/types",
|
|
@@ -54,17 +66,17 @@
|
|
|
54
66
|
"watch:bundle": "tsup src/index.ts --format=esm --dts"
|
|
55
67
|
},
|
|
56
68
|
"devDependencies": {
|
|
57
|
-
"@eslint/js": "^9.
|
|
69
|
+
"@eslint/js": "^9.10.0",
|
|
58
70
|
"@type-challenges/utils": "~0.1.1",
|
|
59
|
-
"@types/node": "^20.16.
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
61
|
-
"@typescript-eslint/parser": "^8.
|
|
71
|
+
"@types/node": "^20.16.5",
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
|
73
|
+
"@typescript-eslint/parser": "^8.6.0",
|
|
62
74
|
"@typescript/analyze-trace": "^0.10.1",
|
|
63
|
-
"@vitest/ui": "^2.
|
|
75
|
+
"@vitest/ui": "^2.1.1",
|
|
64
76
|
"bumpp": "^9.5.2",
|
|
65
77
|
"chalk": "^5.3.0",
|
|
66
78
|
"cross-env": "^7.0.3",
|
|
67
|
-
"eslint": "^9.
|
|
79
|
+
"eslint": "^9.10.0",
|
|
68
80
|
"eslint-config-prettier": "^9.1.0",
|
|
69
81
|
"eslint-plugin-prettier": "^5.2.1",
|
|
70
82
|
"eslint-plugin-promise": "^7.1.0",
|
|
@@ -74,24 +86,25 @@
|
|
|
74
86
|
"prettier": "^3.3.3",
|
|
75
87
|
"rimraf": "^6.0.1",
|
|
76
88
|
"ts-patch": "^3.2.1",
|
|
77
|
-
"tsup": "^8.
|
|
78
|
-
"tsx": "^4.
|
|
89
|
+
"tsup": "^8.3.0",
|
|
90
|
+
"tsx": "^4.19.1",
|
|
79
91
|
"typecheck": "^0.1.2",
|
|
80
92
|
"typed-tester": "^0.6.2",
|
|
81
|
-
"typescript": "5.
|
|
82
|
-
"typescript-eslint": "^8.
|
|
83
|
-
"typescript-transform-paths": "^3.5.
|
|
93
|
+
"typescript": "^5.6.2",
|
|
94
|
+
"typescript-eslint": "^8.6.0",
|
|
95
|
+
"typescript-transform-paths": "^3.5.1",
|
|
84
96
|
"typescript-transformer-esm": "^1.1.0",
|
|
85
|
-
"vite": "^5.4.
|
|
86
|
-
"vite-node": "^2.
|
|
87
|
-
"vitest": "^2.
|
|
88
|
-
"vue": "^3.
|
|
97
|
+
"vite": "^5.4.6",
|
|
98
|
+
"vite-node": "^2.1.1",
|
|
99
|
+
"vitest": "^2.1.1",
|
|
100
|
+
"vue": "^3.5.6"
|
|
89
101
|
},
|
|
90
102
|
"pnpm": {
|
|
91
103
|
"overrides": {
|
|
92
104
|
"tar@<6.2.1": ">=6.2.1",
|
|
93
105
|
"braces@<3.0.3": ">=3.0.3",
|
|
94
|
-
"micromatch@<4.0.8": ">=4.0.8"
|
|
106
|
+
"micromatch@<4.0.8": ">=4.0.8",
|
|
107
|
+
"vite@>=5.4.0 <=5.4.5": ">=5.4.6"
|
|
95
108
|
}
|
|
96
109
|
}
|
|
97
110
|
}
|