inferred-types 0.50.0 → 0.50.1
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 +22 -0
- package/dist/inferred-types/index.d.ts +3 -3
- 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 +18 -17
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NonStringKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/NonStringKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"NonStringKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/NonStringKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C;;;;;;;;;GASG;AACH,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,SAAS,IAAI;KAC9C,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,SAAS,MAAM,GAAG,KAAK,GAAG,QAAQ,CAAC,CAAC,CAAC;CACvD,CAAC,MAAM,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OptionalKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/OptionalKeys.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,WAAW,EACX,EAAE,EACF,OAAO,EACP,KAAK,EACL,
|
|
1
|
+
{"version":3,"file":"OptionalKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/OptionalKeys.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,WAAW,EACX,EAAE,EACF,OAAO,EACP,KAAK,EACL,MAAM,iBAAiB,CAAC;AAE1B;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,YAAY,CACtB,CAAC,SAAS,SAAS,EACnB,CAAC,GAAG,KAAK,IACP;KACD,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,WAAW,SAAS;SAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;KAAE,GACpD,EAAE,CAAC,OAAO,CAAC,CAAC,EAAC,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,GAChD,KAAK;CACV,CAAC,MAAM,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OptionalProps.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/OptionalProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"OptionalProps.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/OptionalProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAE7E;;;;GAIG;AACH,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,MAAM,IAC1C,WAAW,SAAS,eAAe,CAAC,IAAI,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,GAC3D,eAAe,CAAC,IAAI,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,GACzC,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadonlyProps.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/ReadonlyProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"ReadonlyProps.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/ReadonlyProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C;;;;;GAKG;AACH,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,MAAM,IAAI,IAAI,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequireProps.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/RequireProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"RequireProps.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/RequireProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEjE;;;;;;;;;GASG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,SAAS,WAAW,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,iBAAiB,CACpF,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CACzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequiredKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/RequiredKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,EAAE,EAAE,UAAU,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"RequiredKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/RequiredKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,EAAE,EAAE,UAAU,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAE1F;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,YAAY,CACtB,CAAC,SAAS,UAAU,EACpB,CAAC,GAAG,KAAK,IAAI,EAAE,CAAC;KACf,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,WAAW,SAAS;SAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;KAAE,GACpD,KAAK,GACL,OAAO,CACL,CAAC,EACD,CAAC,EACD,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,GACV,CAAC,GACD,KAAK,CACV;CACN,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequiredProps.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/RequiredProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"RequiredProps.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/RequiredProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,SAAS,IAAI,IAAI,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SharedKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/SharedKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,gBAAgB,EAAE,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"SharedKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/SharedKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,gBAAgB,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG/D;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,UAAU,CACpB,CAAC,SAAS,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,GAAG,MAAM,EAC7C,CAAC,SAAS,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,GAAG,MAAM,IAC3C,gBAAgB,CAAC,CAAC,EAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExpandRecursively, UnionToIntersection } from "
|
|
1
|
+
import { ExpandRecursively, UnionToIntersection } from "src/types/index";
|
|
2
2
|
/**
|
|
3
3
|
* Often when mutating the shape of an object you will end up with the union of a number of
|
|
4
4
|
* `Record<string, x>` and `Record<string, y>` which is messy to look at and take away meaning.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimplifyObject.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/SimplifyObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAG,mBAAmB,EAAE,
|
|
1
|
+
{"version":3,"file":"SimplifyObject.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/SimplifyObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAG,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAE1E;;;;;GAKG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,MAAM,IAAI,iBAAiB,CAC9D,mBAAmB,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAC1C,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject, ExpandRecursively, ObjectKey } from "
|
|
1
|
+
import { AnyObject, ExpandRecursively, ObjectKey } from "src/types/index";
|
|
2
2
|
type Process<TObj extends AnyObject, K extends ObjectKey, V> = K extends keyof TObj ? Omit<TObj, K> & Record<K, V> : TObj & Record<K, V>;
|
|
3
3
|
/**
|
|
4
4
|
* **UpsertKeyValue**`<TObj,TKey,TVal>`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpsertKeyValue.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/UpsertKeyValue.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,iBAAiB,EACjB,SAAS,EACV,
|
|
1
|
+
{"version":3,"file":"UpsertKeyValue.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/UpsertKeyValue.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,iBAAiB,EACjB,SAAS,EACV,MAAM,iBAAiB,CAAC;AAGzB,KAAK,OAAO,CACZ,IAAI,SAAS,SAAS,EACtB,CAAC,SAAS,SAAS,EACnB,CAAC,IACG,CAAC,SAAS,MAAM,IAAI,GACtB,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAC,CAAC,CAAC,GAC3B,IAAI,GAAG,MAAM,CAAC,CAAC,EAAC,CAAC,CAAC,CAAC;AAErB;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,CACxB,IAAI,SAAS,SAAS,EACtB,CAAC,SAAS,SAAS,EACnB,CAAC,IACC,iBAAiB,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ValidKey.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/ValidKey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"ValidKey.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/ValidKey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAGzE;;;;;;;GAOG;AACH,MAAM,MAAM,QAAQ,CAClB,UAAU,SAAS,SAAS,IAC1B,YAAY,CACd,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAC1B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject, ExpandRecursively, Tuple, TupleToUnion, UnionToIntersection } from "
|
|
1
|
+
import { AnyObject, ExpandRecursively, Tuple, TupleToUnion, UnionToIntersection } from "src/types/index";
|
|
2
2
|
type MakeIntoUnion<K extends PropertyKey | readonly PropertyKey[]> = K extends readonly PropertyKey[] ? TupleToUnion<K> : K;
|
|
3
3
|
type MakeNumericIndex<T> = T;
|
|
4
4
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WithKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,SAAS,EAAG,iBAAiB,EAAI,KAAK,EAAE,YAAY,EAAE,mBAAmB,EAAE,
|
|
1
|
+
{"version":3,"file":"WithKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,SAAS,EAAG,iBAAiB,EAAI,KAAK,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAE7G,KAAK,aAAa,CAAC,CAAC,SAAS,WAAW,GAAG,SAAS,WAAW,EAAE,IAC/D,CAAC,SAAS,SAAS,WAAW,EAAE,GAAG,YAAY,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;AAGzD,KAAK,gBAAgB,CACnB,CAAC,IACC,CAAC,CAAC;AAEN;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,MAAM,QAAQ,CAClB,CAAC,SAAS,SAAS,GAAG,KAAK,EAC3B,CAAC,SAAS,WAAW,GAAG,SAAS,WAAW,EAAE,IAEhD,iBAAiB,CACf,mBAAmB,CACjB,aAAa,CAAC,CAAC,CAAC,SAAS,MAAM,CAAC,GAC9B,CAAC,SAAS,KAAK,GAEb,gBAAgB,CAAC,IAAI,CAAC,CAAC,EAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,GAE1C,IAAI,CAAC,CAAC,EAAC,aAAa,CAAC,CAAC,CAAC,CAAC,GAC1B,KAAK,CACR,CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WithNumericKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithNumericKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"WithNumericKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithNumericKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,MAAM,IAAI,IAAI,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WithStringKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithStringKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"WithStringKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithStringKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D;;;;;GAKG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,SAAS,IAAI,IAAI,CAAC,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { MARKED } from "
|
|
2
|
-
import { Compare, ExpandRecursively, If, Dictionary, RemoveMarked } from "
|
|
1
|
+
import type { MARKED } from "src/constants/index";
|
|
2
|
+
import { Compare, ExpandRecursively, If, Dictionary, RemoveMarked } from "src/types/index";
|
|
3
3
|
type Marked = typeof MARKED;
|
|
4
4
|
type Process<TObj extends Dictionary, TValue, TOp extends "equals" | "extends"> = RemoveMarked<{
|
|
5
5
|
[K in keyof TObj]: If<Compare<TObj[K], TOp, TValue>, TObj[K], Marked>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WithValue.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithValue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"WithValue.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithValue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EACL,OAAO,EACP,iBAAiB,EACjB,EAAE,EACF,UAAU,EACV,YAAY,EACb,MAAM,iBAAiB,CAAC;AAGzB,KAAK,MAAM,GAAG,OAAO,MAAM,CAAC;AAE5B,KAAK,OAAO,CACV,IAAI,SAAS,UAAU,EACvB,MAAM,EACN,GAAG,SAAS,QAAQ,GAAG,SAAS,IAC9B,YAAY,CAAC;KACZ,CAAC,IAAI,MAAM,IAAI,GAAG,EAAE,CACnB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,EAC7B,IAAI,CAAC,CAAC,CAAC,EACP,MAAM,CACP;CACJ,CAAC,CAAC;AAEH;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,SAAS,CACnB,IAAI,SAAS,UAAU,EACvB,MAAM,EACN,GAAG,SAAS,QAAQ,GAAG,SAAS,GAAG,SAAS,IAC1C,iBAAiB,CAAC,OAAO,CAAC,IAAI,EAAC,MAAM,EAAC,GAAG,CAAC,CAAC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TupleToUnion, ObjectKey, Dictionary, ExpandDictionary } from "
|
|
1
|
+
import { TupleToUnion, ObjectKey, Dictionary, ExpandDictionary } from "src/types/index";
|
|
2
2
|
type Process<TObj extends Dictionary, TKeys extends ObjectKey> = [] extends TKeys ? TObj : Omit<TObj, TKeys>;
|
|
3
3
|
/**
|
|
4
4
|
* **WithoutKeys**`<TObj, TKeys>`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WithoutKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithoutKeys.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EACZ,SAAS,EACT,UAAU,EACV,gBAAgB,EACjB,
|
|
1
|
+
{"version":3,"file":"WithoutKeys.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithoutKeys.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EACZ,SAAS,EACT,UAAU,EACV,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AAEzB,KAAK,OAAO,CACV,IAAI,SAAS,UAAU,EACvB,KAAK,SAAS,SAAS,IACrB,EAAE,SAAS,KAAK,GAClB,IAAI,GACJ,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAA;AAInB;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,CACrB,IAAI,SAAS,UAAU,EACvB,KAAK,SAAS,SAAS,GAAG,SAAS,SAAS,EAAE,IAC5C,KAAK,SAAS,SAAS,SAAS,EAAE,GACpC,OAAO,CACL,IAAI,EACJ,YAAY,CAAC,KAAK,CAAC,CACpB,GACD,gBAAgB,CAAC,OAAO,CACxB,IAAI,EACJ,KAAK,SAAS,SAAS,SAAS,EAAE,GAC9B,YAAY,CAAC,KAAK,CAAC,GACnB,KAAK,CACV,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WithoutValue.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithoutValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAG,UAAU,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"WithoutValue.d.ts","sourceRoot":"","sources":["../../../src/types/dictionary/WithoutValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAG,UAAU,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAE9F;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,YAAY,CACtB,IAAI,SAAS,SAAS,EACtB,MAAM,SAAS,UAAU,IACvB,iBAAiB,CAAC,IAAI,CAAC,IAAI,EAAE,gBAAgB,CAAC,IAAI,EAAC,MAAM,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -3,54 +3,54 @@
|
|
|
3
3
|
// index last changed at: 8th Aug, 2022, 09:51 AM ( GMT-7 )
|
|
4
4
|
// hash-code: 55881f7d
|
|
5
5
|
// file exports
|
|
6
|
-
export * from "./AddKeyValue
|
|
7
|
-
export * from "./CombinedKeys
|
|
8
|
-
export * from "./CreateKV
|
|
9
|
-
export * from "./DictChangeValue
|
|
10
|
-
export * from "./Get
|
|
11
|
-
export * from "./SimplifyObject
|
|
12
|
-
export * from "./Keys
|
|
13
|
-
export * from "./Values
|
|
14
|
-
export * from "./MaybeRef
|
|
15
|
-
export * from "./FromMaybeRef
|
|
16
|
-
export * from "./RequiredProps
|
|
17
|
-
export * from "./OptionalProps
|
|
18
|
-
export * from "./StringKeys
|
|
19
|
-
export * from "./NonStringKeys
|
|
20
|
-
export * from "./KeysWithValue
|
|
21
|
-
export * from "./KeysWithoutValue
|
|
22
|
-
export * from "./KeysEqualValue
|
|
23
|
-
export * from "./KeysNotEqualValue
|
|
24
|
-
export * from "./OptionalKeys
|
|
25
|
-
export * from "./RequiredKeys
|
|
26
|
-
export * from "./MapTo
|
|
27
|
-
export * from "./MakePropsMutable
|
|
28
|
-
export * from "./MutableProps
|
|
29
|
-
export * from "./NonNumericKeys
|
|
30
|
-
export * from "./NonStringKeys
|
|
31
|
-
export * from "./RequireProps
|
|
32
|
-
export * from "./ReadonlyKeys
|
|
33
|
-
export * from "./ReadonlyProps
|
|
34
|
-
export * from "./AddKeyValue
|
|
35
|
-
export * from "./WithKeys
|
|
36
|
-
export * from "./WithValue
|
|
37
|
-
export * from "./SharedKeys
|
|
38
|
-
export * from "./WithoutKeys
|
|
39
|
-
export * from "./WithoutValue
|
|
40
|
-
export * from "./WithNumericKeys
|
|
41
|
-
export * from "./RemoveIndexKeys
|
|
42
|
-
export * from "./WithStringKeys
|
|
43
|
-
export * from "./ValidKey
|
|
44
|
-
export * from "./UpsertKeyValue
|
|
45
|
-
export * from "./EnsureKeys
|
|
46
|
-
export * from "./KvFn
|
|
47
|
-
export * from "./CreateLookup
|
|
48
|
-
export * from "./MergeKVs
|
|
49
|
-
export * from "./TakeProp
|
|
50
|
-
export * from "./MakeKeysOptional
|
|
51
|
-
export * from "./MakeKeysRequired
|
|
52
|
-
export * from "./FilterProps
|
|
53
|
-
export * from "./RetainProps
|
|
6
|
+
export * from "./AddKeyValue";
|
|
7
|
+
export * from "./CombinedKeys";
|
|
8
|
+
export * from "./CreateKV";
|
|
9
|
+
export * from "./DictChangeValue";
|
|
10
|
+
export * from "./Get";
|
|
11
|
+
export * from "./SimplifyObject";
|
|
12
|
+
export * from "./Keys";
|
|
13
|
+
export * from "./Values";
|
|
14
|
+
export * from "./MaybeRef";
|
|
15
|
+
export * from "./FromMaybeRef";
|
|
16
|
+
export * from "./RequiredProps";
|
|
17
|
+
export * from "./OptionalProps";
|
|
18
|
+
export * from "./StringKeys";
|
|
19
|
+
export * from "./NonStringKeys";
|
|
20
|
+
export * from "./KeysWithValue";
|
|
21
|
+
export * from "./KeysWithoutValue";
|
|
22
|
+
export * from "./KeysEqualValue";
|
|
23
|
+
export * from "./KeysNotEqualValue";
|
|
24
|
+
export * from "./OptionalKeys";
|
|
25
|
+
export * from "./RequiredKeys";
|
|
26
|
+
export * from "./MapTo";
|
|
27
|
+
export * from "./MakePropsMutable";
|
|
28
|
+
export * from "./MutableProps";
|
|
29
|
+
export * from "./NonNumericKeys";
|
|
30
|
+
export * from "./NonStringKeys";
|
|
31
|
+
export * from "./RequireProps";
|
|
32
|
+
export * from "./ReadonlyKeys";
|
|
33
|
+
export * from "./ReadonlyProps";
|
|
34
|
+
export * from "./AddKeyValue";
|
|
35
|
+
export * from "./WithKeys";
|
|
36
|
+
export * from "./WithValue";
|
|
37
|
+
export * from "./SharedKeys";
|
|
38
|
+
export * from "./WithoutKeys";
|
|
39
|
+
export * from "./WithoutValue";
|
|
40
|
+
export * from "./WithNumericKeys";
|
|
41
|
+
export * from "./RemoveIndexKeys";
|
|
42
|
+
export * from "./WithStringKeys";
|
|
43
|
+
export * from "./ValidKey";
|
|
44
|
+
export * from "./UpsertKeyValue";
|
|
45
|
+
export * from "./EnsureKeys";
|
|
46
|
+
export * from "./KvFn";
|
|
47
|
+
export * from "./CreateLookup";
|
|
48
|
+
export * from "./MergeKVs";
|
|
49
|
+
export * from "./TakeProp";
|
|
50
|
+
export * from "./MakeKeysOptional";
|
|
51
|
+
export * from "./MakeKeysRequired";
|
|
52
|
+
export * from "./FilterProps";
|
|
53
|
+
export * from "./RetainProps";
|
|
54
54
|
// #endregion auto-indexed files
|
|
55
55
|
// see https://github.com/inocan-group/do-devops/docs/autoindex.md
|
|
56
56
|
// for more info
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject, AsIndexOf, Concat, IfNever, IsEqual, ToString, ErrorCondition, EmptyObject, TypeErrorInfo, Throw } from "
|
|
1
|
+
import { AnyObject, AsIndexOf, Concat, IfNever, IsEqual, ToString, ErrorCondition, EmptyObject, TypeErrorInfo, Throw } from "src/types/index";
|
|
2
2
|
interface Error<TName extends string = string, TMsg extends string = string> {
|
|
3
3
|
name: TName;
|
|
4
4
|
message: TMsg;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AsError.d.ts","sourceRoot":"","sources":["../../../src/types/errors/AsError.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,SAAS,EACT,MAAM,EACN,OAAO,EACP,OAAO,EACP,QAAQ,EACR,cAAc,EACd,WAAW,EACX,aAAa,EACb,KAAK,EACN,
|
|
1
|
+
{"version":3,"file":"AsError.d.ts","sourceRoot":"","sources":["../../../src/types/errors/AsError.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,SAAS,EACT,MAAM,EACN,OAAO,EACP,OAAO,EACP,QAAQ,EACR,cAAc,EACd,WAAW,EACX,aAAa,EACb,KAAK,EACN,MAAM,iBAAiB,CAAC;AAEzB,UAAU,KAAK,CACb,KAAK,SAAS,MAAM,GAAG,MAAM,EAC7B,IAAI,SAAS,MAAM,GAAG,MAAM;IAE5B,IAAI,EAAE,KAAK,CAAC;IACZ,OAAO,EAAE,IAAI,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAGD,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,MAAM;IACX,OAAO,EAAE,aAAa;CACvB,GAAG;IACF,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,MAAM;CACZ,CAAC;AAEF,KAAK,KAAK,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,IAAI,CAAC,SAAS,SAAS,GAC/D,CAAC,GACD,WAAW,CAAC;AAEd,KAAK,MAAM,CAAC,CAAC,SAAS,SAAS,IAAI,SAAS,CAAC,CAAC,EAAC,IAAI,EAAC,KAAK,CAAC,CAAC;AAC3D,KAAK,WAAW,CAAC,CAAC,SAAS,SAAS,IAAI,SAAS,CAAC,CAAC,EAAC,SAAS,EAAC,KAAK,CAAC,CAAC;AAErE,KAAK,OAAO,CACV,CAAC,SAAS,aAAa,IACrB,OAAO,CAAC,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,SAAS,IAAI,GAC3C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAE,GAClC,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,CAAC,GACvC,KAAK,CACL,CAAC,CAAC,CAAC,CAAC,EACJ,CAAC,CAAC,CAAC,CAAC,EACJ,SAAS,EACT;IACE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACxB,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACnC,CACF,GACC,cAAc,CACZ,CAAC,CAAC,CAAC,CAAC,EACJ,CAAC,CAAC,CAAC,CAAC,EACJ,KAAK,CACN,CAAC;AAEN;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,MAAM,OAAO,CACjB,KAAK,IACH,KAAK,SAAS,cAAc,GAAG,KAAK,GAAG,OAAO,CAChD,KAAK,EACL,cAAc,CACZ,aAAa,EACb,sEAAsE,CACvE,EACD,KAAK,SAAS,KAAK,CAAC,MAAM,CAAC,GACzB,KAAK,CACH,eAAe,EACf,6DAA6D,KAAK,CAAC,SAAS,CAAC,GAAG,EAChF,SAAS,EACT;IAAE,OAAO,EAAE,gBAAgB,CAAA;CAAE,CAC9B,GACD,KAAK,SAAS,aAAa,GACvB,OAAO,CAAC,KAAK,CAAC,GACd,KAAK,CACH,gBAAgB,EAChB,MAAM,CAAC;IACL,yBAAyB;IACzB,QAAQ,CAAC,KAAK,CAAC;IACf,kDAAkD;CACnD,CAAC,EACF,SAAS,EACT;IAAE,OAAO,EAAE,gBAAgB,CAAA;CAAE,CAC9B,CACR,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Throw, PartialError, ErrorCondition, TypeErrorInfo, ExpandRecursively, EmptyObject, RemoveNever, AsString } from "
|
|
1
|
+
import { Throw, PartialError, ErrorCondition, TypeErrorInfo, ExpandRecursively, EmptyObject, RemoveNever, AsString } from "src/types/index";
|
|
2
2
|
type Req<T extends PartialError> = RemoveNever<{
|
|
3
3
|
kind: T["kind"] extends string ? never : string;
|
|
4
4
|
message: T["message"] extends string ? never : string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompleteError.d.ts","sourceRoot":"","sources":["../../../src/types/errors/CompleteError.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,YAAY,EACZ,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,WAAW,EACX,WAAW,EACX,QAAQ,EACT,
|
|
1
|
+
{"version":3,"file":"CompleteError.d.ts","sourceRoot":"","sources":["../../../src/types/errors/CompleteError.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,YAAY,EACZ,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,WAAW,EACX,WAAW,EACX,QAAQ,EACT,MAAM,iBAAiB,CAAA;AAGxB,KAAK,GAAG,CACN,CAAC,SAAS,YAAY,IACpB,WAAW,CAAC;IACd,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,SAAS,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC;IAChD,OAAO,EAAE,CAAC,CAAC,SAAS,CAAC,SAAS,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC;CACvD,CAAC,CAAC;AAEH,KAAK,QAAQ,CACX,CAAC,SAAS,YAAY,IACpB,OAAO,CAAC,iBAAiB,CAC3B,WAAW,CAAC;IACV,OAAO,EAAE,CAAC,CAAC,SAAS,CAAC,SAAS,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC;IACtD,OAAO,EAAE,CAAC,CAAC,SAAS,CAAC,SAAS,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC;IACtD,UAAU,EAAE,CAAC,CAAC,SAAS,CAAC,SAAS,cAAc,GAAG,KAAK,GAAG,cAAc,CAAC;CAC1E,CAAC,GACF,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,YAAY,CAAC,CAC/E,CAAC,CAAA;AAIF;;;;;GAKG;AACH,MAAM,MAAM,aAAa,CACvB,QAAQ,SAAS,YAAY,EAC7B,SAAS,SAAS,GAAG,CAAC,QAAQ,CAAC,EAC/B,IAAI,SAAS,QAAQ,CAAC,QAAQ,CAAC,GAAG,WAAW,IAC3C,KAAK,CACP,QAAQ,CAAC,MAAM,CAAC,SAAS,MAAM,GAC3B,QAAQ,CAAC,MAAM,CAAC,GAChB,MAAM,SAAS,MAAM,SAAS,GAC5B,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,GAC3B,KAAK,EAEX,QAAQ,CAAC,SAAS,CAAC,SAAS,MAAM,GAChC,QAAQ,CAAC,SAAS,CAAC,GACnB,SAAS,SAAS,MAAM,SAAS,GAC/B,QAAQ,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,GAC9B,KAAK,EAET,QAAQ,CAAC,SAAS,CAAC,SAAS,MAAM,GAC9B,QAAQ,CAAC,SAAS,CAAC,GACnB,SAAS,SAAS,MAAM,SAAS,GAC/B,QAAQ,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,GAC9B,KAAK,EAEX,WAAW,CAAC;IACV,UAAU,EAAE,QAAQ,CAAC,YAAY,CAAC,SAAS,cAAc,GACrD,QAAQ,CAAC,YAAY,CAAC,GACtB,YAAY,SAAS,MAAM,IAAI,GAC7B,IAAI,CAAC,YAAY,CAAC,SAAS,cAAc,GACvC,IAAI,CAAC,YAAY,CAAC,GAClB,KAAK,GACP,KAAK,CAAC;IACZ,OAAO,EAAE,QAAQ,CAAC,SAAS,CAAC,SAAS,MAAM,GACvC,QAAQ,CAAC,SAAS,CAAC,GACnB,SAAS,SAAS,MAAM,IAAI,GAC1B,IAAI,CAAC,SAAS,CAAC,SAAS,MAAM,GAC5B,IAAI,CAAC,SAAS,CAAC,GACf,KAAK,GACP,KAAK,CAAC;CACb,CAAC,GAAG,IAAI,CAAC,IAAI,EAAE,SAAS,GAAG,YAAY,CAAC,CAC1C,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EmptyObject, ExpandRecursively, RemoveNever } from "
|
|
1
|
+
import { EmptyObject, ExpandRecursively, RemoveNever } from "src/types/index";
|
|
2
2
|
export interface TypeErrorInfo<TContext extends Record<string, unknown> = EmptyObject> {
|
|
3
3
|
/**
|
|
4
4
|
* if there is a particular "id" value which is useful to separate from the error message
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorCondition.d.ts","sourceRoot":"","sources":["../../../src/types/errors/ErrorCondition.ts"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,WAAW,EACZ,
|
|
1
|
+
{"version":3,"file":"ErrorCondition.d.ts","sourceRoot":"","sources":["../../../src/types/errors/ErrorCondition.ts"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,aAAa,CAC5B,QAAQ,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,WAAW;IAEtD;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAErB;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IAEd,IAAI,CAAC,EAAE,SAAS,OAAO,EAAE,CAAC;IAC1B;;OAEG;IACH,KAAK,CAAC,EAAE,GAAG,GAAG,SAAS,GAAG,EAAE,CAAC;IAE7B,OAAO,CAAC,EAAE,GAAG,GAAG,SAAS,GAAG,EAAE,CAAC;IAE/B,aAAa,CAAC,EAAE,GAAG,GAAG,SAAS,GAAG,EAAE,CAAC;IAErC,MAAM,CAAC,EAAE,SAAS,OAAO,EAAE,CAAC;IAE5B,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,EAAE,CAAC,EAAE,OAAO,CAAC;IACb;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IAEH,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B;;;OAGG;IAEH,WAAW,CAAC,EAAE,GAAG,CAAC;IAElB,SAAS,CAAC,EAAE,GAAG,GAAG,SAAS,GAAG,EAAE,CAAC;IAEjC;;;OAGG;IACH,GAAG,CAAC,EAAE,QAAQ,CAAC;IAEf,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAGD;;;;GAIG;AACH,MAAM,WAAW,mBAAoB,SAAQ,aAAa;IACxD,MAAM,EAAE,gBAAgB,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;;;;;GAMG;AACH,MAAM,MAAM,cAAc,CAExB,KAAK,SAAS,MAAM,GAAG,MAAM,EAE7B,IAAI,SAAS,MAAM,GAAG,KAAK,EAC3B,QAAQ,SAAS,MAAM,GAAG,KAAK,EAC/B,MAAM,SAAS,SAAS,MAAM,EAAE,GAAG,KAAK,EACxC,KAAK,SAAS,aAAa,GAAG,WAAW,IACvC,iBAAiB,CACrB,WAAW,CAAC;IACV,yCAAyC;IACzC,IAAI,EAAE,KAAK,CAAC;IACZ,iCAAiC;IACjC,GAAG,EAAE,IAAI,CAAC;IACV,yDAAyD;IACzD,OAAO,EAAE,QAAQ,CAAC;IAClB,sEAAsE;IACtE,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,gBAAgB,CAAC;CAC1B,CAAC,GAAG,KAAK,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorConditionHandler.d.ts","sourceRoot":"","sources":["../../../src/types/errors/ErrorConditionHandler.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,cAAc,EAAC,
|
|
1
|
+
{"version":3,"file":"ErrorConditionHandler.d.ts","sourceRoot":"","sources":["../../../src/types/errors/ErrorConditionHandler.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAE/C;;;;;GAKG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,SAAS,cAAc,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,GAAG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KindError.d.ts","sourceRoot":"","sources":["../../../src/types/errors/KindError.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,SAAS,EAAC,
|
|
1
|
+
{"version":3,"file":"KindError.d.ts","sourceRoot":"","sources":["../../../src/types/errors/KindError.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,SAAS,EAAC,MAAM,iBAAiB,CAAC;AAEtD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,WAAW,SAAS,CACxB,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CACnF,SAAQ,KAAK;IACb,MAAM,EAAE,WAAW,CAAC;IACpB,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC;IACpB,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC;IACnB,OAAO,EAAE,CAAC,CAAC;CACZ;AAED;;;;;GAKG;AACH,MAAM,MAAM,aAAa,CACvB,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,WAAW,CAAC,OAAO,CAAC,IACtD,CACF,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,CAAC,KACR,SAAS,CAAC,CAAC,EAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ErrorCondition, TypeErrorInfo, IfNever, EmptyObject } from "
|
|
1
|
+
import { ErrorCondition, TypeErrorInfo, IfNever, EmptyObject } from "src/types/index";
|
|
2
2
|
type Stack<TRest extends TypeErrorInfo> = "underlying" extends keyof TRest ? TRest["underlying"] extends ErrorCondition ? "stack" extends keyof TRest["underlying"] ? TRest["underlying"]["stack"] extends readonly string[] ? TRest["underlying"]["stack"] : never : never : never : never;
|
|
3
3
|
type HandleStack<TUtility extends string, TRest extends TypeErrorInfo> = IfNever<TUtility, IfNever<Stack<TRest>, never, ["unspecified", ...Stack<TRest>]>, IfNever<Stack<TRest>, [TUtility], [TUtility, ...Stack<TRest>]>>;
|
|
4
4
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Throw.d.ts","sourceRoot":"","sources":["../../../src/types/errors/Throw.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,aAAa,EACb,OAAO,EACP,WAAW,EACZ,
|
|
1
|
+
{"version":3,"file":"Throw.d.ts","sourceRoot":"","sources":["../../../src/types/errors/Throw.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,aAAa,EACb,OAAO,EACP,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAEzB,KAAK,KAAK,CACR,KAAK,SAAS,aAAa,IACzB,YAAY,SAAS,MAAM,KAAK,GAClC,KAAK,CAAC,YAAY,CAAC,SAAS,cAAc,GACxC,OAAO,SAAS,MAAM,KAAK,CAAC,YAAY,CAAC,GACvC,KAAK,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,SAAS,SAAS,MAAM,EAAE,GACpD,KAAK,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,GAC5B,KAAK,GACP,KAAK,GACP,KAAK,GACP,KAAK,CAAC;AAGR,KAAK,WAAW,CACd,QAAQ,SAAS,MAAM,EACvB,KAAK,SAAS,aAAa,IACzB,OAAO,CACT,QAAQ,EACR,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC,aAAa,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,EAC9D,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAC/D,CAAA;AAGD;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,KAAK,CACf,KAAK,SAAS,MAAM,EACpB,QAAQ,SAAS,MAAM,GAAG,KAAK,EAC/B,QAAQ,SAAS,MAAM,GAAG,KAAK,EAC/B,KAAK,SAAS,aAAa,GAAG,WAAW,EACzC,MAAM,SAAS,SAAS,MAAM,EAAE,GAAG,WAAW,CAAC,QAAQ,EAAC,KAAK,CAAC,IAC5D,cAAc,CAChB,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,MAAM,EACN,KAAK,CACN,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from "./AsError
|
|
2
|
-
export * from "./ErrorCondition
|
|
3
|
-
export * from "./ErrorConditionHandler
|
|
4
|
-
export * from "./StackTrace
|
|
5
|
-
export * from "./KindError
|
|
6
|
-
export * from "./ProxyError
|
|
7
|
-
export * from "./MapError
|
|
8
|
-
export * from "./Throw
|
|
9
|
-
export * from "./PartialError
|
|
10
|
-
export * from "./CompleteError
|
|
1
|
+
export * from "./AsError";
|
|
2
|
+
export * from "./ErrorCondition";
|
|
3
|
+
export * from "./ErrorConditionHandler";
|
|
4
|
+
export * from "./StackTrace";
|
|
5
|
+
export * from "./KindError";
|
|
6
|
+
export * from "./ProxyError";
|
|
7
|
+
export * from "./MapError";
|
|
8
|
+
export * from "./Throw";
|
|
9
|
+
export * from "./PartialError";
|
|
10
|
+
export * from "./CompleteError";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Left.d.ts","sourceRoot":"","sources":["../../../src/types/functional/Left.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"Left.d.ts","sourceRoot":"","sources":["../../../src/types/functional/Left.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C;;;;GAIG;AACH,MAAM,MAAM,IAAI,CAAC,CAAC,SAAS,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AsString, TupleToUnion, Widen, KebabCase, RuntimeUnion, Narrowable, TypeGuard, StackTrace, TakeProp, DoesExtend, If, IsFunction, Something, IsEqual, And } from "
|
|
2
|
-
import type { RESULT } from "
|
|
1
|
+
import { AsString, TupleToUnion, Widen, KebabCase, RuntimeUnion, Narrowable, TypeGuard, StackTrace, TakeProp, DoesExtend, If, IsFunction, Something, IsEqual, And } from "src/types/index";
|
|
2
|
+
import type { RESULT } from "src/constants/index";
|
|
3
3
|
type OK = typeof RESULT.Ok;
|
|
4
4
|
type ERR = typeof RESULT.Err;
|
|
5
5
|
/**`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Result.d.ts","sourceRoot":"","sources":["../../../src/types/functional/Result.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,YAAY,EACZ,KAAK,EACL,SAAS,EACT,YAAY,EACZ,UAAU,EACV,SAAS,EACT,UAAU,EACV,QAAQ,EACR,UAAU,EACV,EAAE,EACF,UAAU,EACV,SAAS,EACT,OAAO,EACP,GAAG,EACJ,
|
|
1
|
+
{"version":3,"file":"Result.d.ts","sourceRoot":"","sources":["../../../src/types/functional/Result.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Right.d.ts","sourceRoot":"","sources":["../../../src/types/functional/Right.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"Right.d.ts","sourceRoot":"","sources":["../../../src/types/functional/Right.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C;;;;GAIG;AACH,MAAM,MAAM,KAAK,CAAC,CAAC,SAAS,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./Left
|
|
2
|
-
export * from "./Right
|
|
3
|
-
export * from "./Result
|
|
1
|
+
export * from "./Left";
|
|
2
|
+
export * from "./Right";
|
|
3
|
+
export * from "./Result";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AnyFunction, FnMeta, FnProps, EmptyObject, ExpandDictionary, TypedFunction, IsNonEmptyObject } from "
|
|
1
|
+
import type { AnyFunction, FnMeta, FnProps, EmptyObject, ExpandDictionary, TypedFunction, IsNonEmptyObject } from "src/types/index";
|
|
2
2
|
/**
|
|
3
3
|
* **AsFnMeta**`<TFn>`
|
|
4
4
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AsFnMeta.d.ts","sourceRoot":"","sources":["../../../src/types/functions/AsFnMeta.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,WAAW,EACX,MAAM,EACN,OAAO,EACP,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,gBAAgB,EACjB,
|
|
1
|
+
{"version":3,"file":"AsFnMeta.d.ts","sourceRoot":"","sources":["../../../src/types/functions/AsFnMeta.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,WAAW,EACX,MAAM,EACN,OAAO,EACP,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AAEzB;;;;GAIG;AACH,MAAM,MAAM,QAAQ,CAClB,GAAG,SAAS,WAAW,IACrB,GAAG,SAAS,aAAa,GAC3B,CAAC,gBAAgB,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAC7C,MAAM,CACN,GAAG,EACH,UAAU,CAAC,GAAG,CAAC,EACf,UAAU,CAAC,GAAG,CAAC,EACf,gBAAgB,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAC/B,GACC,MAAM,CAAC,GAAG,EAAC,UAAU,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,EAAE,WAAW,CAAC,GAE3D,MAAM,CAAC,aAAa,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,WAAW,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FnFrom.d.ts","sourceRoot":"","sources":["../../../src/types/functions/FnFrom.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"FnFrom.d.ts","sourceRoot":"","sources":["../../../src/types/functions/FnFrom.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAEjE;;;;GAIG;AACH,MAAM,MAAM,MAAM,CAChB,OAAO,SAAS,KAAK,EACrB,OAAO,GAAG,OAAO,EACjB,MAAM,SAAS,UAAU,GAAG,WAAW,IACrC,MAAM,SAAS,WAAW,GAC5B,CAAC,CAAC,SAAS,OAAO,EAAE,GAAG,IAAI,EAAE,CAAC,KAAK,OAAO,GAC1C,CAAC,CAAC,CAAC,SAAS,OAAO,EAAE,GAAG,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC,GAAG,MAAM,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FnMeta.d.ts","sourceRoot":"","sources":["../../../src/types/functions/FnMeta.ts"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EACX,UAAU,EACV,aAAa,EACb,gBAAgB,EACjB,
|
|
1
|
+
{"version":3,"file":"FnMeta.d.ts","sourceRoot":"","sources":["../../../src/types/functions/FnMeta.ts"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EACX,UAAU,EACV,aAAa,EACb,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AAKzB;;;;;;;;;;GAUG;AACH,MAAM,MAAM,MAAM,CAChB,GAAG,SAAS,WAAW,GAAG,WAAW,EACrC,KAAK,SAAS,SAAS,GAAG,EAAE,GAAG,SAAS,GAAG,EAAE,EAC7C,OAAO,GAAG,OAAO,EACjB,MAAM,SAAS,UAAU,GAAG,UAAU,IACpC;IACF,EAAE,EAAE,GAAG,CAAC;IACR,IAAI,EAAE,KAAK,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,KAAK,CAAC;IACnE,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,SAAS,CAAC,GAAG,KAAK,GAAG,IAAI,CAAC;IAClD,aAAa,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;CACnC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyFunction, EmptyObject, IsEqual, ObjectKey } from "
|
|
1
|
+
import { AnyFunction, EmptyObject, IsEqual, ObjectKey } from "src/types/index";
|
|
2
2
|
type Process<T extends AnyFunction> = IsEqual<T, Function> extends true ? EmptyObject : keyof T extends ObjectKey ? Pick<T, keyof T> : never;
|
|
3
3
|
/**
|
|
4
4
|
* **FnProps**`<T>`
|