inferred-types 0.50.29 → 0.51.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/NotDefined.d.ts +1 -1
- package/dist/constants/NotDefined.d.ts.map +1 -1
- package/dist/constants/NotDefined.js +1 -1
- package/dist/constants/createConstant.d.ts +1 -1
- package/dist/constants/createConstant.d.ts.map +1 -1
- package/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- 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/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/ifBoolean.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +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/ifFalse.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifFalse.d.ts.map +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/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/ifNull.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifNull.d.ts.map +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/ifObject.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifObject.d.ts.map +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/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/ifUndefined.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -1
- package/dist/runtime/combinators/and.d.ts +1 -1
- package/dist/runtime/combinators/and.d.ts.map +1 -1
- 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/entries.d.ts +1 -1
- package/dist/runtime/dictionary/entries.d.ts.map +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/keysOf.d.ts +1 -1
- package/dist/runtime/dictionary/keysOf.d.ts.map +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/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/withoutKeys.d.ts +2 -2
- package/dist/runtime/dictionary/withoutKeys.d.ts.map +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/TypedError.d.ts +1 -1
- package/dist/runtime/errors/TypedError.d.ts.map +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/kindedError.d.ts +1 -1
- package/dist/runtime/errors/kindedError.d.ts.map +1 -1
- package/dist/runtime/functional/result.js +3 -3
- package/dist/runtime/functions/fnMeta.d.ts +1 -1
- package/dist/runtime/functions/fnMeta.d.ts.map +1 -1
- package/dist/runtime/functions/wrapFn.js +1 -1
- 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/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/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 +1 -1
- package/dist/runtime/lists/filter.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/getEach.d.ts +1 -1
- package/dist/runtime/lists/getEach.d.ts.map +1 -1
- package/dist/runtime/lists/getEach.js +1 -1
- package/dist/runtime/lists/indexOf.d.ts +1 -1
- package/dist/runtime/lists/indexOf.d.ts.map +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/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 +1 -1
- 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/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/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/ensureSurround.d.ts +1 -1
- package/dist/runtime/literals/ensureSurround.d.ts.map +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/identity.d.ts +1 -1
- package/dist/runtime/literals/identity.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/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/phone/getPhoneCountryCode.d.ts +1 -1
- package/dist/runtime/literals/phone/getPhoneCountryCode.d.ts.map +1 -1
- package/dist/runtime/literals/phone/getPhoneCountryCode.js +1 -1
- 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/pluralize.d.ts +1 -1
- package/dist/runtime/literals/pluralize.d.ts.map +1 -1
- package/dist/runtime/literals/pluralize.js +1 -1
- 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/retainUntil.d.ts +1 -1
- package/dist/runtime/literals/retainUntil.d.ts.map +1 -1
- package/dist/runtime/literals/retainWhile.d.ts +1 -1
- package/dist/runtime/literals/retainWhile.d.ts.map +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 +1 -1
- 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/stripLeading.d.ts +1 -1
- package/dist/runtime/literals/stripLeading.d.ts.map +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/stripTrailing.d.ts +1 -1
- package/dist/runtime/literals/stripTrailing.d.ts.map +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/stripWhile.d.ts +1 -1
- package/dist/runtime/literals/stripWhile.d.ts.map +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 +1 -1
- package/dist/runtime/literals/toCamelCase.d.ts +1 -1
- package/dist/runtime/literals/toCamelCase.d.ts.map +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/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/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/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/unset.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/urlMeta.d.ts +2 -2
- package/dist/runtime/meta/urlMeta.d.ts.map +1 -1
- package/dist/runtime/meta/urlMeta.js +2 -2
- 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 +1 -1
- package/dist/runtime/queues/fifo.d.ts +1 -1
- package/dist/runtime/queues/fifo.d.ts.map +1 -1
- package/dist/runtime/queues/lifo.d.ts +1 -1
- package/dist/runtime/queues/lifo.d.ts.map +1 -1
- package/dist/runtime/runtime-types/asDefineObject.d.ts +2 -2
- package/dist/runtime/runtime-types/asDefineObject.d.ts.map +1 -1
- package/dist/runtime/runtime-types/asDefineObject.js +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 +1 -1
- package/dist/runtime/runtime-types/asType.d.ts +3 -3
- package/dist/runtime/runtime-types/asType.d.ts.map +1 -1
- package/dist/runtime/runtime-types/choices.js +2 -2
- 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/list.d.ts +1 -1
- package/dist/runtime/runtime-types/list.d.ts.map +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/rec.js +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/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/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/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/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/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 +1 -1
- 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/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 +1 -1
- package/dist/runtime/sets/uniqueKeys.d.ts +1 -1
- package/dist/runtime/sets/uniqueKeys.d.ts.map +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/csv.d.ts +1 -1
- package/dist/runtime/type-conversion/csv.d.ts.map +1 -1
- package/dist/runtime/type-conversion/csv.js +1 -1
- 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/json.d.ts +1 -1
- package/dist/runtime/type-conversion/json.d.ts.map +1 -1
- package/dist/runtime/type-conversion/lookupCountry.d.ts +2 -2
- package/dist/runtime/type-conversion/lookupCountry.d.ts.map +1 -1
- package/dist/runtime/type-conversion/lookupCountry.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/mergeScalars.d.ts +1 -1
- package/dist/runtime/type-conversion/mergeScalars.d.ts.map +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/geo/isIso3166Alpha2.d.ts +1 -1
- package/dist/runtime/type-guards/geo/isIso3166Alpha2.d.ts.map +1 -1
- package/dist/runtime/type-guards/geo/isIso3166Alpha2.js +1 -1
- package/dist/runtime/type-guards/geo/isUsState.d.ts +1 -1
- package/dist/runtime/type-guards/geo/isUsState.d.ts.map +1 -1
- package/dist/runtime/type-guards/geo/isUsState.js +1 -1
- package/dist/runtime/type-guards/geo/isZipCode.d.ts +1 -1
- package/dist/runtime/type-guards/geo/isZipCode.d.ts.map +1 -1
- package/dist/runtime/type-guards/geo/isZipCode.js +1 -1
- 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/hasErrorConditions.d.ts +1 -1
- package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +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/hasKeys.d.ts +1 -1
- package/dist/runtime/type-guards/hasKeys.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasWhitespace.js +1 -1
- 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/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/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/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/isAlpha.d.ts +1 -1
- package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -1
- package/dist/runtime/type-guards/isAlpha.js +1 -1
- 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/isConstant.d.ts +1 -1
- package/dist/runtime/type-guards/isConstant.d.ts.map +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/isCssAspectRatio.d.ts +1 -1
- package/dist/runtime/type-guards/isCssAspectRatio.d.ts.map +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/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/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/isIndexable.d.ts +1 -1
- package/dist/runtime/type-guards/isIndexable.d.ts.map +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/isLeftRight.d.ts +1 -1
- package/dist/runtime/type-guards/isLeftRight.d.ts.map +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.d.ts +1 -1
- package/dist/runtime/type-guards/isNumericString.d.ts.map +1 -1
- package/dist/runtime/type-guards/isNumericString.js +1 -1
- package/dist/runtime/type-guards/isPhoneNumber.js +1 -1
- 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/isRegExp.d.ts +1 -1
- package/dist/runtime/type-guards/isRegExp.d.ts.map +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/isSpecificConstant.d.ts +1 -1
- package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +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/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/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/isUrl.d.ts +1 -1
- package/dist/runtime/type-guards/isUrl.d.ts.map +1 -1
- package/dist/runtime/type-guards/isUrl.js +1 -1
- package/dist/runtime/type-guards/metrics/isMetric.d.ts +1 -1
- package/dist/runtime/type-guards/metrics/isMetric.d.ts.map +1 -1
- package/dist/runtime/type-guards/metrics/isMetric.js +2 -2
- package/dist/runtime/type-guards/metrics/isUom.d.ts +1 -1
- package/dist/runtime/type-guards/metrics/isUom.d.ts.map +1 -1
- package/dist/runtime/type-guards/metrics/isUom.js +1 -1
- 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/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 +1 -1
- 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/isDefineObject.d.ts +1 -1
- package/dist/runtime/type-guards/tokens/isDefineObject.d.ts.map +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/isShapeCallback.d.ts +1 -1
- package/dist/runtime/type-guards/tokens/isShapeCallback.d.ts.map +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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/urls/Social.d.ts +1 -1
- package/dist/runtime/type-guards/urls/Social.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/Social.js +1 -1
- package/dist/runtime/type-guards/urls/news/australian.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/australian.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/australian.js +2 -2
- package/dist/runtime/type-guards/urls/news/belgium.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/belgium.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/belgium.js +2 -2
- package/dist/runtime/type-guards/urls/news/canadian.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/canadian.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/canadian.js +2 -2
- package/dist/runtime/type-guards/urls/news/chinese.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/chinese.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/chinese.js +2 -2
- package/dist/runtime/type-guards/urls/news/danish.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/danish.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/danish.js +2 -2
- package/dist/runtime/type-guards/urls/news/dutch.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/dutch.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/dutch.js +2 -2
- package/dist/runtime/type-guards/urls/news/french.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/french.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/french.js +2 -2
- package/dist/runtime/type-guards/urls/news/german.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/german.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/german.js +2 -2
- package/dist/runtime/type-guards/urls/news/index.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/index.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/indian.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/indian.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/indian.js +2 -2
- package/dist/runtime/type-guards/urls/news/italian.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/italian.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/italian.js +2 -2
- package/dist/runtime/type-guards/urls/news/japanese.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/japanese.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/japanese.js +2 -2
- package/dist/runtime/type-guards/urls/news/mexican.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/mexican.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/mexican.js +2 -2
- package/dist/runtime/type-guards/urls/news/norwegian.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/norwegian.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/norwegian.js +2 -2
- package/dist/runtime/type-guards/urls/news/south-korean.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/south-korean.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/south-korean.js +2 -2
- package/dist/runtime/type-guards/urls/news/spanish.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/spanish.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/spanish.js +2 -2
- package/dist/runtime/type-guards/urls/news/swiss.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/swiss.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/swiss.js +2 -2
- package/dist/runtime/type-guards/urls/news/turkish.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/turkish.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/turkish.js +2 -2
- package/dist/runtime/type-guards/urls/news/uk.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/uk.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/uk.js +2 -2
- package/dist/runtime/type-guards/urls/news/us.d.ts +1 -1
- package/dist/runtime/type-guards/urls/news/us.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/news/us.js +2 -2
- package/dist/runtime/type-guards/urls/repos/bitbucket.d.ts +2 -2
- package/dist/runtime/type-guards/urls/repos/bitbucket.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/repos/bitbucket.js +2 -2
- package/dist/runtime/type-guards/urls/repos/codeCommit.d.ts +2 -2
- package/dist/runtime/type-guards/urls/repos/codeCommit.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/repos/codeCommit.js +2 -2
- package/dist/runtime/type-guards/urls/repos/github.d.ts +1 -1
- package/dist/runtime/type-guards/urls/repos/github.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/repos/github.js +1 -1
- package/dist/runtime/type-guards/urls/repos/index.d.ts +1 -1
- package/dist/runtime/type-guards/urls/repos/index.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/repos/isSemanticVersion.d.ts +1 -1
- package/dist/runtime/type-guards/urls/repos/isSemanticVersion.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/repos/isSemanticVersion.js +1 -1
- package/dist/runtime/type-guards/urls/retail.d.ts +1 -1
- package/dist/runtime/type-guards/urls/retail.d.ts.map +1 -1
- package/dist/runtime/type-guards/urls/retail.js +1 -1
- package/dist/runtime/type-guards/urls/youtube.d.ts +1 -1
- package/dist/runtime/type-guards/urls/youtube.d.ts.map +1 -1
- package/dist/runtime/vuejs/asVueRef.d.ts +1 -1
- package/dist/runtime/vuejs/asVueRef.d.ts.map +1 -1
- package/dist/types/api/api.d.ts +1 -1
- package/dist/types/api/api.d.ts.map +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/EscapeFunction.d.ts +1 -1
- package/dist/types/base-types/fns/EscapeFunction.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/functional/LeftRight.d.ts +1 -1
- package/dist/types/base-types/functional/LeftRight.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/Default.d.ts +1 -1
- package/dist/types/boolean-logic/branching/Default.d.ts.map +1 -1
- package/dist/types/boolean-logic/branching/Fail.d.ts +1 -1
- package/dist/types/boolean-logic/branching/Fail.d.ts.map +1 -1
- 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/Iff.d.ts +1 -1
- package/dist/types/boolean-logic/branching/Iff.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/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/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/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/AreSameType.d.ts +1 -1
- package/dist/types/boolean-logic/operators/AreSameType.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/IsLiteralFn.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsLiteralFn.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsLiteralUnion.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsLiteralUnion.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/IsNothing.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsNothing.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/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/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/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/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/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 +1 -1
- package/dist/types/kv/KeyValue.d.ts +1 -1
- package/dist/types/kv/KeyValue.d.ts.map +1 -1
- 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/FilterWideTypes.d.ts +1 -1
- package/dist/types/lists/FilterWideTypes.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/RetainLiterals.d.ts +1 -1
- package/dist/types/lists/RetainLiterals.d.ts.map +1 -1
- package/dist/types/lists/RetainWideTypes.d.ts +1 -1
- package/dist/types/lists/RetainWideTypes.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/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/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/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/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/Shape.d.ts +1 -1
- package/dist/types/runtime-types/Shape.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/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/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/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/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/Country.d.ts +2 -2
- package/dist/types/string-literals/character-sets/Country.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/Optional.d.ts +1 -1
- package/dist/types/string-literals/character-sets/Optional.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Repos.d.ts +2 -2
- 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/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 +1 -1
- 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/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/images/ImgFormat.d.ts +1 -1
- package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts.map +1 -1
- 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 +2 -2
- 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/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/urls/Github.d.ts +4 -4
- package/dist/types/string-literals/character-sets/urls/Github.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/Social.d.ts +2 -2
- package/dist/types/string-literals/character-sets/urls/Social.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/Url.d.ts +2 -2
- package/dist/types/string-literals/character-sets/urls/Url.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/bitbucket.d.ts +2 -2
- package/dist/types/string-literals/character-sets/urls/bitbucket.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/book-urls.d.ts +2 -2
- package/dist/types/string-literals/character-sets/urls/book-urls.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/australian.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/australian.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/danish.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/danish.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/french.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/french.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/german.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/german.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/indian.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/indian.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/italian.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/italian.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/uk.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/uk.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/news/us.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/news/us.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/urls/retail.d.ts +1 -1
- package/dist/types/string-literals/character-sets/urls/retail.d.ts.map +1 -1
- 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/metrics/acceleration.d.ts +1 -1
- package/dist/types/string-literals/metrics/acceleration.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/area.d.ts +1 -1
- package/dist/types/string-literals/metrics/area.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/current.d.ts +1 -1
- package/dist/types/string-literals/metrics/current.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/distance.d.ts +1 -1
- package/dist/types/string-literals/metrics/distance.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/energy.d.ts +1 -1
- package/dist/types/string-literals/metrics/energy.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/frequency.d.ts +1 -1
- package/dist/types/string-literals/metrics/frequency.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/luminosity.d.ts +1 -1
- package/dist/types/string-literals/metrics/luminosity.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/mass.d.ts +1 -1
- package/dist/types/string-literals/metrics/mass.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/power.d.ts +1 -1
- package/dist/types/string-literals/metrics/power.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/pressure.d.ts +1 -1
- package/dist/types/string-literals/metrics/pressure.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/resistance.d.ts +1 -1
- package/dist/types/string-literals/metrics/resistance.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/speed.d.ts +1 -1
- package/dist/types/string-literals/metrics/speed.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/temperature.d.ts +1 -1
- package/dist/types/string-literals/metrics/temperature.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/time.d.ts +1 -1
- package/dist/types/string-literals/metrics/time.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/voltage.d.ts +1 -1
- package/dist/types/string-literals/metrics/voltage.d.ts.map +1 -1
- package/dist/types/string-literals/metrics/volume.d.ts +1 -1
- package/dist/types/string-literals/metrics/volume.d.ts.map +1 -1
- 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/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/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/package.json +6 -5
- package/src/constants/Alpha.ts +21 -0
- package/src/constants/Books.ts +9 -0
- package/src/constants/Characters.ts +6 -0
- package/src/constants/Comma.ts +18 -0
- package/src/constants/CommonObjProps.ts +7 -0
- package/src/constants/Consonants.ts +25 -0
- package/src/constants/Constant.ts +11 -0
- package/src/constants/DateTime.ts +40 -0
- package/src/constants/FalsyValues.ts +9 -0
- package/src/constants/Functional.ts +20 -0
- package/src/constants/Geo.ts +99 -0
- package/src/constants/HashTable.ts +131 -0
- package/src/constants/ISO3166.ts +147 -0
- package/src/constants/Images.ts +22 -0
- package/src/constants/Marked.ts +11 -0
- package/src/constants/Markers.ts +23 -0
- package/src/constants/Metrics.ts +171 -0
- package/src/constants/NetworkConstants.ts +91 -0
- package/src/constants/Never.ts +11 -0
- package/src/constants/News.ts +441 -0
- package/src/constants/NoDefaultValue.ts +13 -0
- package/src/constants/NotApplicable.ts +11 -0
- package/src/constants/NotDefined.ts +10 -0
- package/src/constants/NumericChar.ts +14 -0
- package/src/constants/NumericDigit.ts +11 -0
- package/src/constants/Phone.ts +263 -0
- package/src/constants/PluralExceptions.ts +113 -0
- package/src/constants/ProxmoxConstants.ts +6 -0
- package/src/constants/RepoConstants.ts +56 -0
- package/src/constants/Retail.ts +113 -0
- package/src/constants/Shape.ts +16 -0
- package/src/constants/SingularNounEnding.ts +15 -0
- package/src/constants/Social.ts +131 -0
- package/src/constants/Tailwind.ts +92 -0
- package/src/constants/TypeComparisons.ts +63 -0
- package/src/constants/TypeOf.ts +6 -0
- package/src/constants/TypeTokens.ts +291 -0
- package/src/constants/TypeTransforms.ts +47 -0
- package/src/constants/Types.ts +32 -0
- package/src/constants/Wide.ts +36 -0
- package/src/constants/createConstant.ts +13 -0
- package/src/constants/index.ts +41 -0
- package/src/constants/tsconfig.json +21 -0
- package/src/inferred-types/README.md +3 -0
- package/src/inferred-types/index.ts +3 -0
- package/src/inferred-types/tsconfig.json +49 -0
- package/src/runtime/README.md +3 -0
- package/src/runtime/api/defineApi.ts +153 -0
- package/src/runtime/api/handleDoneFn.ts +31 -0
- package/src/runtime/api/index.ts +3 -0
- package/src/runtime/boolean-logic/ifArray.ts +22 -0
- package/src/runtime/boolean-logic/ifArrayPartial.ts +13 -0
- package/src/runtime/boolean-logic/ifBoolean.ts +30 -0
- package/src/runtime/boolean-logic/ifChar.ts +23 -0
- package/src/runtime/boolean-logic/ifContainer.ts +20 -0
- package/src/runtime/boolean-logic/ifFalse.ts +26 -0
- package/src/runtime/boolean-logic/ifFunction.ts +31 -0
- package/src/runtime/boolean-logic/ifHasKey.ts +27 -0
- package/src/runtime/boolean-logic/ifLength.ts +39 -0
- package/src/runtime/boolean-logic/ifNotNull.ts +30 -0
- package/src/runtime/boolean-logic/ifNull.ts +31 -0
- package/src/runtime/boolean-logic/ifNumber.ts +30 -0
- package/src/runtime/boolean-logic/ifObject.ts +15 -0
- package/src/runtime/boolean-logic/ifSameType.ts +29 -0
- package/src/runtime/boolean-logic/ifScalar.ts +42 -0
- package/src/runtime/boolean-logic/ifString.ts +37 -0
- package/src/runtime/boolean-logic/ifTrue.ts +33 -0
- package/src/runtime/boolean-logic/ifUndefined.ts +39 -0
- package/src/runtime/boolean-logic/index.ts +19 -0
- package/src/runtime/combinators/and.ts +11 -0
- package/src/runtime/combinators/f2.ts.HOLD +241 -0
- package/src/runtime/combinators/index.ts +2 -0
- package/src/runtime/combinators/or.ts +13 -0
- package/src/runtime/dictionary/defineOptions.ts +82 -0
- package/src/runtime/dictionary/entries.ts +34 -0
- package/src/runtime/dictionary/get.ts +168 -0
- package/src/runtime/dictionary/index.ts +23 -0
- package/src/runtime/dictionary/keysOf.ts +28 -0
- package/src/runtime/dictionary/omit.ts +40 -0
- package/src/runtime/dictionary/retain.ts +35 -0
- package/src/runtime/dictionary/sharedKeys.ts +16 -0
- package/src/runtime/dictionary/takeProp.ts +28 -0
- package/src/runtime/dictionary/valuesOf.ts +21 -0
- package/src/runtime/dictionary/withDefaults.ts +27 -0
- package/src/runtime/dictionary/withKeys.ts +22 -0
- package/src/runtime/dictionary/withoutKeys.ts +23 -0
- package/src/runtime/dictionary/withoutValue.ts +26 -0
- package/src/runtime/errors/KindError.ts +59 -0
- package/src/runtime/errors/TypedError.ts +69 -0
- package/src/runtime/errors/createErrorCondition.ts +35 -0
- package/src/runtime/errors/index.ts +2 -0
- package/src/runtime/errors/kindedError.ts +59 -0
- package/src/runtime/functional/index.ts +1 -0
- package/src/runtime/functional/result.ts +309 -0
- package/src/runtime/functions/fnMeta.ts +27 -0
- package/src/runtime/functions/index.ts +3 -0
- package/src/runtime/functions/wrapFn.ts +32 -0
- package/src/runtime/index.ts +18 -0
- package/src/runtime/initializers/addFnToProps.ts +35 -0
- package/src/runtime/initializers/addPropsToFn.ts +42 -0
- package/src/runtime/initializers/createCssSelector.ts +78 -0
- package/src/runtime/initializers/createFnWithProps.ts +40 -0
- package/src/runtime/initializers/defineObj.ts +55 -0
- package/src/runtime/initializers/defineTuple.ts +28 -0
- package/src/runtime/initializers/index.ts +6 -0
- package/src/runtime/lists/asArray.ts +29 -0
- package/src/runtime/lists/createComparison.ts +15 -0
- package/src/runtime/lists/createConverter.ts +104 -0
- package/src/runtime/lists/filter.ts +62 -0
- package/src/runtime/lists/find.ts +51 -0
- package/src/runtime/lists/getEach.ts +48 -0
- package/src/runtime/lists/index.ts +26 -0
- package/src/runtime/lists/indexOf.ts +58 -0
- package/src/runtime/lists/intersection.ts +69 -0
- package/src/runtime/lists/join.ts +34 -0
- package/src/runtime/lists/last.ts +5 -0
- package/src/runtime/lists/logicalReturns.ts +18 -0
- package/src/runtime/lists/reverse.ts +10 -0
- package/src/runtime/lists/shift.ts +66 -0
- package/src/runtime/lists/slice.ts +16 -0
- package/src/runtime/lists/unique.ts +26 -0
- package/src/runtime/literals/box.ts +75 -0
- package/src/runtime/literals/capitalize.ts +9 -0
- package/src/runtime/literals/color/cssColor.ts +31 -0
- package/src/runtime/literals/color/index.ts +2 -0
- package/src/runtime/literals/color/twColor.ts +40 -0
- package/src/runtime/literals/ensureLeading.ts +27 -0
- package/src/runtime/literals/ensureSurround.ts +32 -0
- package/src/runtime/literals/ensureTrailing.ts +20 -0
- package/src/runtime/literals/identity.ts +22 -0
- package/src/runtime/literals/ifLowercase.ts +57 -0
- package/src/runtime/literals/ifUppercase.ts +34 -0
- package/src/runtime/literals/index.ts +58 -0
- package/src/runtime/literals/literal.ts +48 -0
- package/src/runtime/literals/lowercase.ts +11 -0
- package/src/runtime/literals/narrow.ts +44 -0
- package/src/runtime/literals/pathJoin.ts +25 -0
- package/src/runtime/literals/phone/asPhoneNumber.ts +72 -0
- package/src/runtime/literals/phone/getPhoneCountryCode.ts +16 -0
- package/src/runtime/literals/phone/index.ts +3 -0
- package/src/runtime/literals/phone/removePhoneCountryCode.ts +16 -0
- package/src/runtime/literals/pluralize.ts +74 -0
- package/src/runtime/literals/retainAfter.ts +71 -0
- package/src/runtime/literals/retainChars.ts +30 -0
- package/src/runtime/literals/retainUntil.ts +67 -0
- package/src/runtime/literals/retainWhile.ts +23 -0
- package/src/runtime/literals/rightWhitespace.ts +17 -0
- package/src/runtime/literals/split.ts +19 -0
- package/src/runtime/literals/stripAfter.ts +20 -0
- package/src/runtime/literals/stripBefore.ts +23 -0
- package/src/runtime/literals/stripChars.ts +25 -0
- package/src/runtime/literals/stripLeading.ts +28 -0
- package/src/runtime/literals/stripSurround.ts +54 -0
- package/src/runtime/literals/stripTrailing.ts +29 -0
- package/src/runtime/literals/stripUntil.ts +18 -0
- package/src/runtime/literals/stripWhile.ts +19 -0
- package/src/runtime/literals/surround.ts +23 -0
- package/src/runtime/literals/takeNumericCharacters.ts +16 -0
- package/src/runtime/literals/toCamelCase.ts +28 -0
- package/src/runtime/literals/toKebabCase.ts +31 -0
- package/src/runtime/literals/toLowercase.ts +13 -0
- package/src/runtime/literals/toNumericArray.ts +5 -0
- package/src/runtime/literals/toPascalCase.ts +38 -0
- package/src/runtime/literals/toSnakeCase.ts +33 -0
- package/src/runtime/literals/toString.ts +11 -0
- package/src/runtime/literals/toUppercase.ts +13 -0
- package/src/runtime/literals/trim.ts +55 -0
- package/src/runtime/literals/truncate.ts +20 -0
- package/src/runtime/literals/tuple.ts +41 -0
- package/src/runtime/literals/uncapitalize.ts +9 -0
- package/src/runtime/literals/unset.ts +18 -0
- package/src/runtime/literals/uppercase.ts +9 -0
- package/src/runtime/literals/widen.ts +13 -0
- package/src/runtime/meta/index.ts +2 -0
- package/src/runtime/meta/urlMeta.ts +187 -0
- package/src/runtime/meta/youtube-meta.ts +146 -0
- package/src/runtime/queues/fifo.ts +51 -0
- package/src/runtime/queues/index.ts +2 -0
- package/src/runtime/queues/lifo.ts +45 -0
- package/src/runtime/runtime-types/README.md +3 -0
- package/src/runtime/runtime-types/asDefineObject.ts +29 -0
- package/src/runtime/runtime-types/asToken.ts +155 -0
- package/src/runtime/runtime-types/asType.ts +57 -0
- package/src/runtime/runtime-types/choices.ts +86 -0
- package/src/runtime/runtime-types/dict.hold +65 -0
- package/src/runtime/runtime-types/index.ts +9 -0
- package/src/runtime/runtime-types/ip6Prefix.ts +20 -0
- package/src/runtime/runtime-types/list.ts +141 -0
- package/src/runtime/runtime-types/rec.ts +11 -0
- package/src/runtime/runtime-types/shape-helpers/addToken.ts +11 -0
- package/src/runtime/runtime-types/shape-helpers/atomics.ts +21 -0
- package/src/runtime/runtime-types/shape-helpers/functions.ts +36 -0
- package/src/runtime/runtime-types/shape-helpers/getTokenData.ts +14 -0
- package/src/runtime/runtime-types/shape-helpers/getTokenName.ts +13 -0
- package/src/runtime/runtime-types/shape-helpers/literal-containers.ts +18 -0
- package/src/runtime/runtime-types/shape-helpers/regexToken.ts +44 -0
- package/src/runtime/runtime-types/shape-helpers/singletons.ts +108 -0
- package/src/runtime/runtime-types/shape-helpers/union.ts +15 -0
- package/src/runtime/runtime-types/shape-helpers/wide-containers.ts +60 -0
- package/src/runtime/runtime-types/shape.ts +87 -0
- package/src/runtime/runtime-types/tokens/createTypeToken.ts +114 -0
- package/src/runtime/runtime-types/tokens/index.ts +2 -0
- package/src/runtime/runtime-types/tokens/simpleToken.ts +85 -0
- package/src/runtime/sets/index.ts +1 -0
- package/src/runtime/sets/uniqueKeys.ts +48 -0
- package/src/runtime/tsconfig.json +47 -0
- package/src/runtime/type-conversion/asChars.ts +10 -0
- package/src/runtime/type-conversion/asRecord.ts +14 -0
- package/src/runtime/type-conversion/asString.ts +35 -0
- package/src/runtime/type-conversion/csv.ts +56 -0
- package/src/runtime/type-conversion/index.ts +18 -0
- package/src/runtime/type-conversion/intersect.ts +12 -0
- package/src/runtime/type-conversion/ip6GroupExpansion.ts +17 -0
- package/src/runtime/type-conversion/json.ts +32 -0
- package/src/runtime/type-conversion/lookupCountry.ts +242 -0
- package/src/runtime/type-conversion/mergeObjects.ts +31 -0
- package/src/runtime/type-conversion/mergeScalars.ts +16 -0
- package/src/runtime/type-conversion/mergeTuples.ts +16 -0
- package/src/runtime/type-conversion/mutable.ts +5 -0
- package/src/runtime/type-conversion/never.ts +13 -0
- package/src/runtime/type-conversion/optional.ts +37 -0
- package/src/runtime/type-conversion/toNumber.ts +35 -0
- package/src/runtime/type-conversion/union.ts +15 -0
- package/src/runtime/type-conversion/unionize.ts +12 -0
- package/src/runtime/type-guards/api-tg.ts +45 -0
- package/src/runtime/type-guards/geo/index.ts +3 -0
- package/src/runtime/type-guards/geo/isIso3166Alpha2.ts +79 -0
- package/src/runtime/type-guards/geo/isUsState.ts +15 -0
- package/src/runtime/type-guards/geo/isZipCode.ts +45 -0
- package/src/runtime/type-guards/hasDefaultValue.ts +16 -0
- package/src/runtime/type-guards/hasErrorConditions.ts +8 -0
- package/src/runtime/type-guards/hasIndexOf.ts +36 -0
- package/src/runtime/type-guards/hasKeys.ts +38 -0
- package/src/runtime/type-guards/hasWhitespace.ts +13 -0
- package/src/runtime/type-guards/higher-order/endsWith.ts +23 -0
- package/src/runtime/type-guards/higher-order/index.ts +7 -0
- package/src/runtime/type-guards/higher-order/isEqual.ts +23 -0
- package/src/runtime/type-guards/higher-order/isLength.ts +36 -0
- package/src/runtime/type-guards/higher-order/isSameTypeOf.ts +15 -0
- package/src/runtime/type-guards/higher-order/isTuple.ts +31 -0
- package/src/runtime/type-guards/higher-order/isTypeOf.ts +16 -0
- package/src/runtime/type-guards/higher-order/startsWith.ts +42 -0
- package/src/runtime/type-guards/html/index.ts +1 -0
- package/src/runtime/type-guards/html/isHtmlElement.ts +11 -0
- package/src/runtime/type-guards/index.ts +57 -0
- package/src/runtime/type-guards/isAlpha.ts +13 -0
- package/src/runtime/type-guards/isArray.ts +9 -0
- package/src/runtime/type-guards/isBoolean.ts +10 -0
- package/src/runtime/type-guards/isBooleanLike.ts +17 -0
- package/src/runtime/type-guards/isConstant.ts +20 -0
- package/src/runtime/type-guards/isContainer.ts +20 -0
- package/src/runtime/type-guards/isCssAspectRatio.ts +16 -0
- package/src/runtime/type-guards/isDefined.ts +9 -0
- package/src/runtime/type-guards/isDoneFn.ts +14 -0
- package/src/runtime/type-guards/isEmail.ts +31 -0
- package/src/runtime/type-guards/isErrorCondition.ts +19 -0
- package/src/runtime/type-guards/isFalse.ts +3 -0
- package/src/runtime/type-guards/isFalsy.ts +14 -0
- package/src/runtime/type-guards/isFnWithParams.ts +11 -0
- package/src/runtime/type-guards/isFunction.ts +15 -0
- package/src/runtime/type-guards/isHexadecimal.ts +15 -0
- package/src/runtime/type-guards/isIndexable.ts +14 -0
- package/src/runtime/type-guards/isInlineSvg.ts +12 -0
- package/src/runtime/type-guards/isLeftRight.ts +16 -0
- package/src/runtime/type-guards/isNever.ts +12 -0
- package/src/runtime/type-guards/isNotNull.ts +10 -0
- package/src/runtime/type-guards/isNothing.ts +5 -0
- package/src/runtime/type-guards/isNull.ts +11 -0
- package/src/runtime/type-guards/isNumber.ts +9 -0
- package/src/runtime/type-guards/isNumericString.ts +41 -0
- package/src/runtime/type-guards/isObject.ts +13 -0
- package/src/runtime/type-guards/isPhoneNumber.ts +35 -0
- package/src/runtime/type-guards/isReadonlyArray.ts +17 -0
- package/src/runtime/type-guards/isRef.ts +15 -0
- package/src/runtime/type-guards/isRegExp.ts +37 -0
- package/src/runtime/type-guards/isRuntimeUnion.ts +12 -0
- package/src/runtime/type-guards/isScalar.ts +17 -0
- package/src/runtime/type-guards/isSpecificConstant.ts +17 -0
- package/src/runtime/type-guards/isString.ts +13 -0
- package/src/runtime/type-guards/isSymbol.ts +12 -0
- package/src/runtime/type-guards/isThenable.ts +8 -0
- package/src/runtime/type-guards/isTrimmable.ts +10 -0
- package/src/runtime/type-guards/isTrue.ts +8 -0
- package/src/runtime/type-guards/isTruthy.ts +15 -0
- package/src/runtime/type-guards/isTypeToken.ts +20 -0
- package/src/runtime/type-guards/isTypeTuple.ts +10 -0
- package/src/runtime/type-guards/isUndefined.ts +10 -0
- package/src/runtime/type-guards/isUnset.ts +26 -0
- package/src/runtime/type-guards/isUrl.ts +55 -0
- package/src/runtime/type-guards/metrics/index.ts +2 -0
- package/src/runtime/type-guards/metrics/isMetric.ts +133 -0
- package/src/runtime/type-guards/metrics/isUom.ts +125 -0
- package/src/runtime/type-guards/network-tg.ts +123 -0
- package/src/runtime/type-guards/tokens/index.ts +8 -0
- package/src/runtime/type-guards/tokens/isAtomicToken.ts +16 -0
- package/src/runtime/type-guards/tokens/isContainerToken.ts +64 -0
- package/src/runtime/type-guards/tokens/isDefineObject.ts +16 -0
- package/src/runtime/type-guards/tokens/isFunctionToken.ts +11 -0
- package/src/runtime/type-guards/tokens/isShapeCallback.ts +9 -0
- package/src/runtime/type-guards/tokens/isShapeToken.ts +33 -0
- package/src/runtime/type-guards/tokens/isSimpleToken.ts +100 -0
- package/src/runtime/type-guards/tokens/isSingletonToken.ts +17 -0
- package/src/runtime/type-guards/tokens/isTupleToken.ts +0 -0
- package/src/runtime/type-guards/tokens/isUnionSetToken.ts +0 -0
- package/src/runtime/type-guards/tokens/isUnionToken.ts +16 -0
- package/src/runtime/type-guards/urls/Social.ts +25 -0
- package/src/runtime/type-guards/urls/books.ts +2 -0
- package/src/runtime/type-guards/urls/index.ts +9 -0
- package/src/runtime/type-guards/urls/news/australian.ts +14 -0
- package/src/runtime/type-guards/urls/news/belgium.ts +14 -0
- package/src/runtime/type-guards/urls/news/canadian.ts +14 -0
- package/src/runtime/type-guards/urls/news/chinese.ts +14 -0
- package/src/runtime/type-guards/urls/news/danish.ts +14 -0
- package/src/runtime/type-guards/urls/news/dutch.ts +15 -0
- package/src/runtime/type-guards/urls/news/french.ts +14 -0
- package/src/runtime/type-guards/urls/news/german.ts +14 -0
- package/src/runtime/type-guards/urls/news/index.ts +51 -0
- package/src/runtime/type-guards/urls/news/indian.ts +14 -0
- package/src/runtime/type-guards/urls/news/italian.ts +14 -0
- package/src/runtime/type-guards/urls/news/japanese.ts +14 -0
- package/src/runtime/type-guards/urls/news/mexican.ts +14 -0
- package/src/runtime/type-guards/urls/news/norwegian.ts +14 -0
- package/src/runtime/type-guards/urls/news/south-korean.ts +14 -0
- package/src/runtime/type-guards/urls/news/spanish.ts +14 -0
- package/src/runtime/type-guards/urls/news/swiss.ts +14 -0
- package/src/runtime/type-guards/urls/news/turkish.ts +14 -0
- package/src/runtime/type-guards/urls/news/uk.ts +14 -0
- package/src/runtime/type-guards/urls/news/us.ts +14 -0
- package/src/runtime/type-guards/urls/repos/bitbucket.ts +18 -0
- package/src/runtime/type-guards/urls/repos/codeCommit.ts +19 -0
- package/src/runtime/type-guards/urls/repos/github.ts +198 -0
- package/src/runtime/type-guards/urls/repos/index.ts +19 -0
- package/src/runtime/type-guards/urls/repos/isSemanticVersion.ts +46 -0
- package/src/runtime/type-guards/urls/retail.ts +221 -0
- package/src/runtime/type-guards/urls/youtube.ts +172 -0
- package/src/runtime/vuejs/asVueRef.ts +18 -0
- package/src/runtime/vuejs/index.ts +1 -0
- package/src/types/README.md +3 -0
- package/src/types/api/api.ts +368 -0
- package/src/types/api/index.ts +1 -0
- package/src/types/base-types/AnyArray.ts +6 -0
- package/src/types/base-types/AnyObject.ts +12 -0
- package/src/types/base-types/Container.ts +19 -0
- package/src/types/base-types/Defined.ts +8 -0
- package/src/types/base-types/Dictionary.ts +14 -0
- package/src/types/base-types/Digital.ts +27 -0
- package/src/types/base-types/EmptyObject.ts +14 -0
- package/src/types/base-types/FalsyValue.ts +8 -0
- package/src/types/base-types/Indexable.ts +10 -0
- package/src/types/base-types/IndexableObject.ts +36 -0
- package/src/types/base-types/LikeRegExp.ts +10 -0
- package/src/types/base-types/List.ts +386 -0
- package/src/types/base-types/NarrowObject.ts +11 -0
- package/src/types/base-types/NonArray.ts +10 -0
- package/src/types/base-types/NotNull.ts +8 -0
- package/src/types/base-types/Nothing.ts +7 -0
- package/src/types/base-types/NumericSign.ts +6 -0
- package/src/types/base-types/ObjectKey.ts +8 -0
- package/src/types/base-types/Scalar.ts +7 -0
- package/src/types/base-types/ScalarNotSymbol.ts +7 -0
- package/src/types/base-types/Something.ts +10 -0
- package/src/types/base-types/Thenable.ts +12 -0
- package/src/types/base-types/Tuple.ts +42 -0
- package/src/types/base-types/fns/AnyFunction.ts +10 -0
- package/src/types/base-types/fns/EscapeFunction.ts +25 -0
- package/src/types/base-types/fns/FnAllowingProps.ts +14 -0
- package/src/types/base-types/fns/IdentityFunction.ts +5 -0
- package/src/types/base-types/fns/JustFunction.ts +11 -0
- package/src/types/base-types/fns/OptionalParamFn.ts +42 -0
- package/src/types/base-types/fns/RegularFn.ts +11 -0
- package/src/types/base-types/fns/TypedFunction.ts +10 -0
- package/src/types/base-types/fns/index.ts +9 -0
- package/src/types/base-types/functional/LeftRight.ts +251 -0
- package/src/types/base-types/functional/index.ts +1 -0
- package/src/types/base-types/index.ts +27 -0
- package/src/types/boolean-logic/LogicalCombinator.ts +4 -0
- package/src/types/boolean-logic/branching/Default.ts +18 -0
- package/src/types/boolean-logic/branching/Fail.ts +38 -0
- package/src/types/boolean-logic/branching/Handle.ts +52 -0
- package/src/types/boolean-logic/branching/If.ts +45 -0
- package/src/types/boolean-logic/branching/IfAllExtend.ts +17 -0
- package/src/types/boolean-logic/branching/IfAllLiteral.ts +13 -0
- package/src/types/boolean-logic/branching/IfEqual.ts +31 -0
- package/src/types/boolean-logic/branching/IfErrorCondition.ts +20 -0
- package/src/types/boolean-logic/branching/IfLength.ts +34 -0
- package/src/types/boolean-logic/branching/IfNever.ts +13 -0
- package/src/types/boolean-logic/branching/IfUnset.ts +32 -0
- package/src/types/boolean-logic/branching/Iff.ts +55 -0
- package/src/types/boolean-logic/branching/OnPass.ts +113 -0
- package/src/types/boolean-logic/branching/Passthrough.ts +26 -0
- package/src/types/boolean-logic/branching/README.md +3 -0
- package/src/types/boolean-logic/branching/WhenNever.ts +17 -0
- package/src/types/boolean-logic/branching/index.ts +15 -0
- package/src/types/boolean-logic/combinators/And.ts +44 -0
- package/src/types/boolean-logic/combinators/Compare.ts +188 -0
- package/src/types/boolean-logic/combinators/Not.ts +68 -0
- package/src/types/boolean-logic/combinators/Or.ts +69 -0
- package/src/types/boolean-logic/combinators/README.md +3 -0
- package/src/types/boolean-logic/combinators/Some.ts +44 -0
- package/src/types/boolean-logic/combinators/index.ts +5 -0
- package/src/types/boolean-logic/index.ts +7 -0
- package/src/types/boolean-logic/narrowing/As.ts +10 -0
- package/src/types/boolean-logic/narrowing/AsDoneFn.ts +12 -0
- package/src/types/boolean-logic/narrowing/AsIndexOf.ts +24 -0
- package/src/types/boolean-logic/narrowing/AsSomething.ts +38 -0
- package/src/types/boolean-logic/narrowing/index.ts +5 -0
- package/src/types/boolean-logic/operators/AllExtend.ts +29 -0
- package/src/types/boolean-logic/operators/AllLiteral.ts +29 -0
- package/src/types/boolean-logic/operators/AllNumericLiterals.ts +14 -0
- package/src/types/boolean-logic/operators/AllStringLiterals.ts +14 -0
- package/src/types/boolean-logic/operators/ApiOperators.ts +30 -0
- package/src/types/boolean-logic/operators/AreSameLength.ts +29 -0
- package/src/types/boolean-logic/operators/AreSameType.ts +22 -0
- package/src/types/boolean-logic/operators/Contains.ts +76 -0
- package/src/types/boolean-logic/operators/ContainsAll.ts +31 -0
- package/src/types/boolean-logic/operators/DoesExtend.ts +16 -0
- package/src/types/boolean-logic/operators/DoesNotExtend.ts +14 -0
- package/src/types/boolean-logic/operators/EndsWith.ts +56 -0
- package/src/types/boolean-logic/operators/Extends.ts +14 -0
- package/src/types/boolean-logic/operators/ExtendsAll.ts +26 -0
- package/src/types/boolean-logic/operators/ExtendsNone.ts +16 -0
- package/src/types/boolean-logic/operators/ExtendsSome.ts +18 -0
- package/src/types/boolean-logic/operators/HasArray.ts +17 -0
- package/src/types/boolean-logic/operators/HasCharacters.ts +73 -0
- package/src/types/boolean-logic/operators/HasIndex.ts +18 -0
- package/src/types/boolean-logic/operators/HasOtherCharacters.ts +39 -0
- package/src/types/boolean-logic/operators/HasParameters.ts +18 -0
- package/src/types/boolean-logic/operators/HasProp.ts +20 -0
- package/src/types/boolean-logic/operators/HasRequiredProps.ts +17 -0
- package/src/types/boolean-logic/operators/HasSameKeys.ts +41 -0
- package/src/types/boolean-logic/operators/HasSameValues.ts +53 -0
- package/src/types/boolean-logic/operators/HasUnionType.ts +16 -0
- package/src/types/boolean-logic/operators/HasWideValues.ts +14 -0
- package/src/types/boolean-logic/operators/HaveSameNumericSign.ts +24 -0
- package/src/types/boolean-logic/operators/IsAllCaps.ts +23 -0
- package/src/types/boolean-logic/operators/IsAllLowercase.ts +22 -0
- package/src/types/boolean-logic/operators/IsAny.ts +10 -0
- package/src/types/boolean-logic/operators/IsAnyEqual.ts +14 -0
- package/src/types/boolean-logic/operators/IsArray.ts +12 -0
- package/src/types/boolean-logic/operators/IsBoolean.ts +13 -0
- package/src/types/boolean-logic/operators/IsBooleanLiteral.ts +20 -0
- package/src/types/boolean-logic/operators/IsContainer.ts +16 -0
- package/src/types/boolean-logic/operators/IsCssHexadecimal.ts +15 -0
- package/src/types/boolean-logic/operators/IsDefined.ts +6 -0
- package/src/types/boolean-logic/operators/IsDotPath.ts +55 -0
- package/src/types/boolean-logic/operators/IsEmptyObject.ts +19 -0
- package/src/types/boolean-logic/operators/IsEmptyString.ts +18 -0
- package/src/types/boolean-logic/operators/IsEqual.ts +23 -0
- package/src/types/boolean-logic/operators/IsErrorCondition.ts +19 -0
- package/src/types/boolean-logic/operators/IsFalse.ts +22 -0
- package/src/types/boolean-logic/operators/IsFalsy.ts +13 -0
- package/src/types/boolean-logic/operators/IsFloat.ts +24 -0
- package/src/types/boolean-logic/operators/IsFnWithParams.ts +37 -0
- package/src/types/boolean-logic/operators/IsFunction.ts +10 -0
- package/src/types/boolean-logic/operators/IsGreaterThan.ts +43 -0
- package/src/types/boolean-logic/operators/IsInteger.ts +18 -0
- package/src/types/boolean-logic/operators/IsIterable.ts +35 -0
- package/src/types/boolean-logic/operators/IsLength.ts +14 -0
- package/src/types/boolean-logic/operators/IsLessThan.ts +39 -0
- package/src/types/boolean-logic/operators/IsLiteral.ts +48 -0
- package/src/types/boolean-logic/operators/IsLiteralFn.ts +24 -0
- package/src/types/boolean-logic/operators/IsLiteralUnion.ts +21 -0
- package/src/types/boolean-logic/operators/IsNarrowingFn.ts +19 -0
- package/src/types/boolean-logic/operators/IsNegativeNumber.ts +23 -0
- package/src/types/boolean-logic/operators/IsNever.ts +10 -0
- package/src/types/boolean-logic/operators/IsNonLiteralUnion.ts +23 -0
- package/src/types/boolean-logic/operators/IsNotEqual.ts +7 -0
- package/src/types/boolean-logic/operators/IsNothing.ts +11 -0
- package/src/types/boolean-logic/operators/IsNull.ts +17 -0
- package/src/types/boolean-logic/operators/IsNumber.ts +14 -0
- package/src/types/boolean-logic/operators/IsNumberLike.ts +17 -0
- package/src/types/boolean-logic/operators/IsNumericLiteral.ts +14 -0
- package/src/types/boolean-logic/operators/IsObject.ts +23 -0
- package/src/types/boolean-logic/operators/IsObjectLiteral.ts +37 -0
- package/src/types/boolean-logic/operators/IsOptionalScalar.ts +28 -0
- package/src/types/boolean-logic/operators/IsPositiveNumber.ts +13 -0
- package/src/types/boolean-logic/operators/IsReadonlyArray.ts +14 -0
- package/src/types/boolean-logic/operators/IsReadonlyObject.ts +15 -0
- package/src/types/boolean-logic/operators/IsScalar.ts +25 -0
- package/src/types/boolean-logic/operators/IsSingleChar.ts +20 -0
- package/src/types/boolean-logic/operators/IsSingularNoun.ts +20 -0
- package/src/types/boolean-logic/operators/IsString.ts +16 -0
- package/src/types/boolean-logic/operators/IsStringLiteral.ts +16 -0
- package/src/types/boolean-logic/operators/IsSymbol.ts +8 -0
- package/src/types/boolean-logic/operators/IsTrue.ts +27 -0
- package/src/types/boolean-logic/operators/IsTruthy.ts +40 -0
- package/src/types/boolean-logic/operators/IsTuple.ts +27 -0
- package/src/types/boolean-logic/operators/IsUndefined.ts +9 -0
- package/src/types/boolean-logic/operators/IsUnion.ts +18 -0
- package/src/types/boolean-logic/operators/IsUnionArray.ts +17 -0
- package/src/types/boolean-logic/operators/IsUnset.ts +10 -0
- package/src/types/boolean-logic/operators/IsUrl.ts +65 -0
- package/src/types/boolean-logic/operators/IsValidDotPath.ts +42 -0
- package/src/types/boolean-logic/operators/IsValidIndex.ts +59 -0
- package/src/types/boolean-logic/operators/IsVueRef.ts +34 -0
- package/src/types/boolean-logic/operators/IsWideType.ts +116 -0
- package/src/types/boolean-logic/operators/IsWideUnion.ts +25 -0
- package/src/types/boolean-logic/operators/MaybeError.ts +32 -0
- package/src/types/boolean-logic/operators/NarrowlyContains.ts +23 -0
- package/src/types/boolean-logic/operators/Network-operators.ts +192 -0
- package/src/types/boolean-logic/operators/NotEqual.ts +11 -0
- package/src/types/boolean-logic/operators/NotLength.ts +12 -0
- package/src/types/boolean-logic/operators/PhoneOperators.ts +62 -0
- package/src/types/boolean-logic/operators/README.md +3 -0
- package/src/types/boolean-logic/operators/Returns.ts +16 -0
- package/src/types/boolean-logic/operators/ReturnsBoolean.ts +13 -0
- package/src/types/boolean-logic/operators/ReturnsFalse.ts +15 -0
- package/src/types/boolean-logic/operators/ReturnsTrue.ts +17 -0
- package/src/types/boolean-logic/operators/SomeEqual.ts +17 -0
- package/src/types/boolean-logic/operators/SomeExtend.ts +26 -0
- package/src/types/boolean-logic/operators/StartsWith.ts +54 -0
- package/src/types/boolean-logic/operators/UnionHasArray.ts +22 -0
- package/src/types/boolean-logic/operators/Validate.ts +54 -0
- package/src/types/boolean-logic/operators/YouTube-operators.ts +68 -0
- package/src/types/boolean-logic/operators/index.ts +103 -0
- package/src/types/classes/Constructor.ts +10 -0
- package/src/types/classes/KlassMeta.ts +28 -0
- package/src/types/classes/index.ts +2 -0
- package/src/types/containers/IsEmptyContainer.ts +21 -0
- package/src/types/containers/IsNonEmptyContainer.ts +15 -0
- package/src/types/containers/RemoveEmpty.ts +78 -0
- package/src/types/containers/RemoveMarked.ts +53 -0
- package/src/types/containers/RemoveNever.ts +69 -0
- package/src/types/containers/RemoveUndefined.ts +55 -0
- package/src/types/containers/index.ts +6 -0
- package/src/types/dictionary/AddKeyValue.ts +34 -0
- package/src/types/dictionary/CamelKeys.ts +42 -0
- package/src/types/dictionary/CombinedKeys.ts +21 -0
- package/src/types/dictionary/CreateKV.ts +30 -0
- package/src/types/dictionary/CreateLookup.ts +59 -0
- package/src/types/dictionary/DefineObject.ts +45 -0
- package/src/types/dictionary/DictChangeValue.ts +34 -0
- package/src/types/dictionary/EnsureKeys.ts +34 -0
- package/src/types/dictionary/FilterProps.ts +45 -0
- package/src/types/dictionary/FromMaybeRef.ts +13 -0
- package/src/types/dictionary/Get.ts +20 -0
- package/src/types/dictionary/KebabKeys.ts +42 -0
- package/src/types/dictionary/Keys.ts +171 -0
- package/src/types/dictionary/KeysEqualValue.ts +19 -0
- package/src/types/dictionary/KeysNotEqualValue.ts +20 -0
- package/src/types/dictionary/KeysWithValue.ts +51 -0
- package/src/types/dictionary/KeysWithoutValue.ts +18 -0
- package/src/types/dictionary/KvFn.ts +20 -0
- package/src/types/dictionary/MakeKeysOptional.ts +49 -0
- package/src/types/dictionary/MakeKeysRequired.ts +23 -0
- package/src/types/dictionary/MakePropsMutable.ts +51 -0
- package/src/types/dictionary/MapTo.ts +475 -0
- package/src/types/dictionary/MaybeRef.ts +17 -0
- package/src/types/dictionary/MergeKVs.ts +30 -0
- package/src/types/dictionary/MutableProps.ts +9 -0
- package/src/types/dictionary/NonNumericKeys.ts +8 -0
- package/src/types/dictionary/NonStringKeys.ts +15 -0
- package/src/types/dictionary/OptionalKeys.ts +36 -0
- package/src/types/dictionary/OptionalProps.ts +11 -0
- package/src/types/dictionary/PascalKeys.ts +42 -0
- package/src/types/dictionary/ReadonlyKeys.ts +19 -0
- package/src/types/dictionary/ReadonlyProps.ts +9 -0
- package/src/types/dictionary/RemoveIndexKeys.ts +22 -0
- package/src/types/dictionary/RequireProps.ts +15 -0
- package/src/types/dictionary/RequiredKeys.ts +27 -0
- package/src/types/dictionary/RequiredProps.ts +8 -0
- package/src/types/dictionary/RetainProps.ts +45 -0
- package/src/types/dictionary/SharedKeys.ts +21 -0
- package/src/types/dictionary/SimplifyObject.ts +11 -0
- package/src/types/dictionary/SnakeKeys.ts +42 -0
- package/src/types/dictionary/StringKeys.ts +8 -0
- package/src/types/dictionary/TakeProp.ts +16 -0
- package/src/types/dictionary/UpsertKeyValue.ts +29 -0
- package/src/types/dictionary/ValidKey.ts +16 -0
- package/src/types/dictionary/Values.ts +47 -0
- package/src/types/dictionary/WithKeys.ts +42 -0
- package/src/types/dictionary/WithNumericKeys.ts +8 -0
- package/src/types/dictionary/WithStringKeys.ts +9 -0
- package/src/types/dictionary/WithValue.ts +42 -0
- package/src/types/dictionary/WithoutKeys.ts +40 -0
- package/src/types/dictionary/WithoutValue.ts +20 -0
- package/src/types/dictionary/index.ts +64 -0
- package/src/types/errors/AsError.ts +110 -0
- package/src/types/errors/CompleteError.ts +80 -0
- package/src/types/errors/ErrorCondition.ts +126 -0
- package/src/types/errors/ErrorConditionHandler.ts +10 -0
- package/src/types/errors/KindError.ts +49 -0
- package/src/types/errors/MapError.ts +29 -0
- package/src/types/errors/PartialError.ts +25 -0
- package/src/types/errors/ProxyError.ts +45 -0
- package/src/types/errors/StackTrace.ts +14 -0
- package/src/types/errors/Throw.ts +58 -0
- package/src/types/errors/index.ts +10 -0
- package/src/types/functional/Left.ts +8 -0
- package/src/types/functional/Option.ts +0 -0
- package/src/types/functional/Result.ts +327 -0
- package/src/types/functional/Right.ts +8 -0
- package/src/types/functional/index.ts +3 -0
- package/src/types/functions/AsFnMeta.ts +32 -0
- package/src/types/functions/FnFrom.ts +14 -0
- package/src/types/functions/FnMeta.ts +36 -0
- package/src/types/functions/FnProps.ts +26 -0
- package/src/types/functions/FnWithDescription.ts +19 -0
- package/src/types/functions/FnWithProps.ts +26 -0
- package/src/types/functions/HandleDoneFn.ts +12 -0
- package/src/types/functions/IdentityFn.ts +20 -0
- package/src/types/functions/LiteralFn.ts +53 -0
- package/src/types/functions/LogicFunction.ts +11 -0
- package/src/types/functions/NarrowingFn.ts +73 -0
- package/src/types/functions/OnlyFnProps.ts +11 -0
- package/src/types/functions/PromiseAll.ts +13 -0
- package/src/types/functions/RemoveFnProps.ts +11 -0
- package/src/types/functions/ToFn.ts +22 -0
- package/src/types/functions/TypeGuard.ts +9 -0
- package/src/types/functions/WrapperFn.ts +40 -0
- package/src/types/functions/index.ts +28 -0
- package/src/types/index.ts +26 -0
- package/src/types/kv/DictFromKv.ts +3 -0
- package/src/types/kv/KeyValue.ts +12 -0
- package/src/types/kv/KvFrom.ts +8 -0
- package/src/types/kv/KvTuple.ts +14 -0
- package/src/types/kv/index.ts +15 -0
- package/src/types/lists/AfterFirst.ts +15 -0
- package/src/types/lists/AllowNonTupleWhenSingular.ts +18 -0
- package/src/types/lists/ArrayElementType.ts +17 -0
- package/src/types/lists/AsArray.ts +24 -0
- package/src/types/lists/AsNumericArray.ts +21 -0
- package/src/types/lists/AsReadonlyArray.ts +3 -0
- package/src/types/lists/AsTuple.ts +16 -0
- package/src/types/lists/BeforeLast.ts +34 -0
- package/src/types/lists/ConvertAndMap.ts +138 -0
- package/src/types/lists/ConvertSet.ts +44 -0
- package/src/types/lists/ElementOf.ts +7 -0
- package/src/types/lists/Filter.ts +86 -0
- package/src/types/lists/FilterByProp.ts +87 -0
- package/src/types/lists/FilterLiterals.ts +29 -0
- package/src/types/lists/FilterWideTypes.ts +24 -0
- package/src/types/lists/Find.ts +52 -0
- package/src/types/lists/First.ts +21 -0
- package/src/types/lists/FirstOrElse.ts +15 -0
- package/src/types/lists/FirstString.ts +7 -0
- package/src/types/lists/Flatten.ts +149 -0
- package/src/types/lists/GetEach.ts +62 -0
- package/src/types/lists/IndexOf.ts +151 -0
- package/src/types/lists/Intersect.ts +19 -0
- package/src/types/lists/IntersectAll.ts +26 -0
- package/src/types/lists/Last.ts +29 -0
- package/src/types/lists/Length.ts +65 -0
- package/src/types/lists/LogicalReturns.ts +30 -0
- package/src/types/lists/MaxLength.ts +44 -0
- package/src/types/lists/NumericKeys.ts +55 -0
- package/src/types/lists/NumericSort.ts +183 -0
- package/src/types/lists/Pop.ts +39 -0
- package/src/types/lists/Push.ts +25 -0
- package/src/types/lists/ReplaceLast.ts +14 -0
- package/src/types/lists/Retain.ts +81 -0
- package/src/types/lists/RetainByProp.ts +105 -0
- package/src/types/lists/RetainLiterals.ts +30 -0
- package/src/types/lists/RetainWideTypes.ts +31 -0
- package/src/types/lists/ReturnTypes.ts +20 -0
- package/src/types/lists/Reverse.ts +14 -0
- package/src/types/lists/Second.ts +22 -0
- package/src/types/lists/Shift.ts +50 -0
- package/src/types/lists/Slice.ts +133 -0
- package/src/types/lists/TakeFirst.ts +67 -0
- package/src/types/lists/TakeLast.ts +31 -0
- package/src/types/lists/ToCSV.ts +29 -0
- package/src/types/lists/TruthyReturns.ts +23 -0
- package/src/types/lists/UnionFromProp.ts +26 -0
- package/src/types/lists/index.ts +61 -0
- package/src/types/literals/BooleanLike.ts +9 -0
- package/src/types/literals/Box.ts +20 -0
- package/src/types/literals/Choices.ts +251 -0
- package/src/types/literals/Color.ts +54 -0
- package/src/types/literals/ContainerBlockKey.ts +22 -0
- package/src/types/literals/ContainerKeyGuarantee.ts +26 -0
- package/src/types/literals/DoneFnTuple.ts +31 -0
- package/src/types/literals/ExpandRecursively.ts +68 -0
- package/src/types/literals/FromDefn.ts +151 -0
- package/src/types/literals/FromTokenNames.ts +81 -0
- package/src/types/literals/Narrow.ts +10 -0
- package/src/types/literals/Narrowable.ts +9 -0
- package/src/types/literals/NarrowableDefined.ts +11 -0
- package/src/types/literals/NarrowableScalar.ts +14 -0
- package/src/types/literals/OptRequired.ts +4 -0
- package/src/types/literals/RuntimeUnion.ts +16 -0
- package/src/types/literals/Unset.ts +14 -0
- package/src/types/literals/VueComputedRef.ts +41 -0
- package/src/types/literals/VueRef.ts +23 -0
- package/src/types/literals/index.ts +19 -0
- package/src/types/numeric-literals/Abs.ts +31 -0
- package/src/types/numeric-literals/AbsMaybe.ts +21 -0
- package/src/types/numeric-literals/Add.ts +179 -0
- package/src/types/numeric-literals/AsNegativeNumber.ts +32 -0
- package/src/types/numeric-literals/AsNumberWhenPossible.ts +41 -0
- package/src/types/numeric-literals/CSV.ts +164 -0
- package/src/types/numeric-literals/Decrement.ts +21 -0
- package/src/types/numeric-literals/Delta.ts +70 -0
- package/src/types/numeric-literals/Digit.ts +10 -0
- package/src/types/numeric-literals/DigitNonZero.ts +8 -0
- package/src/types/numeric-literals/Digitize.ts +42 -0
- package/src/types/numeric-literals/Increment.ts +26 -0
- package/src/types/numeric-literals/InvertNumericSign.ts +18 -0
- package/src/types/numeric-literals/LessThan.ts +23 -0
- package/src/types/numeric-literals/LessThanOrEqual.ts +24 -0
- package/src/types/numeric-literals/Negative.ts +12 -0
- package/src/types/numeric-literals/NextDigit.ts +35 -0
- package/src/types/numeric-literals/NumberLike.ts +7 -0
- package/src/types/numeric-literals/NumericRange.ts +17 -0
- package/src/types/numeric-literals/PriorDigit.ts +35 -0
- package/src/types/numeric-literals/Subtract.ts +84 -0
- package/src/types/numeric-literals/ToInteger.ts +45 -0
- package/src/types/numeric-literals/ToNumericArray.ts +27 -0
- package/src/types/numeric-literals/Zero.ts +8 -0
- package/src/types/numeric-literals/index.ts +24 -0
- package/src/types/queues/FifoQueue.ts +39 -0
- package/src/types/queues/LifoQueue.ts +39 -0
- package/src/types/queues/index.ts +3 -0
- package/src/types/runtime-types/AsType.ts +65 -0
- package/src/types/runtime-types/Dict.ts +79 -0
- package/src/types/runtime-types/FromLiteralTokens.ts +56 -0
- package/src/types/runtime-types/Rec.ts +18 -0
- package/src/types/runtime-types/Shape.ts +384 -0
- package/src/types/runtime-types/SimpleType.ts +168 -0
- package/src/types/runtime-types/StringLiteralToken.ts +43 -0
- package/src/types/runtime-types/TokenizeStringLiteral.ts +65 -0
- package/src/types/runtime-types/Type.ts +381 -0
- package/src/types/runtime-types/TypeOf.ts +76 -0
- package/src/types/runtime-types/TypeToken.ts +384 -0
- package/src/types/runtime-types/TypeTuple.ts +22 -0
- package/src/types/runtime-types/index.ts +12 -0
- package/src/types/sets/IntersectingKeys.ts +17 -0
- package/src/types/sets/Intersection.ts +151 -0
- package/src/types/sets/Relate.ts +20 -0
- package/src/types/sets/SetCandidate.ts +9 -0
- package/src/types/sets/Unique.ts +87 -0
- package/src/types/sets/UniqueKeys.ts +36 -0
- package/src/types/sets/UniqueKeysUnion.ts +27 -0
- package/src/types/sets/UniqueKv.ts +17 -0
- package/src/types/sets/index.ts +9 -0
- package/src/types/string-literals/AfterFirstChar.ts +34 -0
- package/src/types/string-literals/Cardinality.ts +82 -0
- package/src/types/string-literals/Chars.ts +27 -0
- package/src/types/string-literals/Concat.ts +45 -0
- package/src/types/string-literals/Date.ts +156 -0
- package/src/types/string-literals/DateTime.ts +56 -0
- package/src/types/string-literals/EmptyString.ts +7 -0
- package/src/types/string-literals/EmptyStringOr.ts +12 -0
- package/src/types/string-literals/EnsureLeading.ts +70 -0
- package/src/types/string-literals/EnsureLeadingEvery.ts +22 -0
- package/src/types/string-literals/EnsureSurround.ts +17 -0
- package/src/types/string-literals/EnsureTrailing.ts +60 -0
- package/src/types/string-literals/FindIndex.ts +174 -0
- package/src/types/string-literals/FirstChar.ts +33 -0
- package/src/types/string-literals/HasUppercase.ts +16 -0
- package/src/types/string-literals/IsCapitalized.ts +18 -0
- package/src/types/string-literals/Join.ts +64 -0
- package/src/types/string-literals/LastChar.ts +35 -0
- package/src/types/string-literals/PathJoin.ts +55 -0
- package/src/types/string-literals/Pluralize.ts +107 -0
- package/src/types/string-literals/Prepend.ts +17 -0
- package/src/types/string-literals/PrependAll.ts +18 -0
- package/src/types/string-literals/Proxmox.ts +6 -0
- package/src/types/string-literals/Repeat.ts +14 -0
- package/src/types/string-literals/RetainAfter.ts +68 -0
- package/src/types/string-literals/RetainUntil.ts +69 -0
- package/src/types/string-literals/Split.ts +113 -0
- package/src/types/string-literals/StrLen.ts +17 -0
- package/src/types/string-literals/StripAfter.ts +24 -0
- package/src/types/string-literals/StripBefore.ts +24 -0
- package/src/types/string-literals/StripLeading.ts +48 -0
- package/src/types/string-literals/StripSurround.ts +34 -0
- package/src/types/string-literals/StripTrailing.ts +51 -0
- package/src/types/string-literals/StripUntil.ts +56 -0
- package/src/types/string-literals/Suggest.ts +52 -0
- package/src/types/string-literals/Surround.ts +48 -0
- package/src/types/string-literals/Time.ts +333 -0
- package/src/types/string-literals/Truncate.ts +59 -0
- package/src/types/string-literals/UnderlyingType.ts +29 -0
- package/src/types/string-literals/casing/AllCaps.ts +24 -0
- package/src/types/string-literals/casing/CamelCase.ts +32 -0
- package/src/types/string-literals/casing/CapFirstAlpha.ts +22 -0
- package/src/types/string-literals/casing/CapitalizeWords.ts +8 -0
- package/src/types/string-literals/casing/DashToSnake.ts +3 -0
- package/src/types/string-literals/casing/DashUppercase.ts +23 -0
- package/src/types/string-literals/casing/KebabCase.ts +48 -0
- package/src/types/string-literals/casing/LowerAllCaps.ts +17 -0
- package/src/types/string-literals/casing/NamingConvention.ts +14 -0
- package/src/types/string-literals/casing/PascalCase.ts +28 -0
- package/src/types/string-literals/casing/RaiseAllLowercase.ts +12 -0
- package/src/types/string-literals/casing/SnakeCase.ts +60 -0
- package/src/types/string-literals/casing/index.ts +12 -0
- package/src/types/string-literals/character-sets/Alpha.ts +19 -0
- package/src/types/string-literals/character-sets/AlphaChar.ts +10 -0
- package/src/types/string-literals/character-sets/AlphaNumeric.ts +31 -0
- package/src/types/string-literals/character-sets/BCP.ts +37 -0
- package/src/types/string-literals/character-sets/CSV.ts +26 -0
- package/src/types/string-literals/character-sets/CarriageReturn.ts +22 -0
- package/src/types/string-literals/character-sets/Consonants.ts +19 -0
- package/src/types/string-literals/character-sets/Country.ts +217 -0
- package/src/types/string-literals/character-sets/DomainName.ts +56 -0
- package/src/types/string-literals/character-sets/DotPathFor.ts +46 -0
- package/src/types/string-literals/character-sets/Hexadecimal.ts +27 -0
- package/src/types/string-literals/character-sets/Indent.ts +37 -0
- package/src/types/string-literals/character-sets/InlineSvg.ts +8 -0
- package/src/types/string-literals/character-sets/IpAddress.ts +161 -0
- package/src/types/string-literals/character-sets/LowerAlpha.ts +19 -0
- package/src/types/string-literals/character-sets/LowerAlphaChar.ts +10 -0
- package/src/types/string-literals/character-sets/NonAlpha.ts +7 -0
- package/src/types/string-literals/character-sets/NumericChar.ts +33 -0
- package/src/types/string-literals/character-sets/Optional.ts +48 -0
- package/src/types/string-literals/character-sets/OptionalSpace.ts +22 -0
- package/src/types/string-literals/character-sets/PlusMinus.ts +1 -0
- package/src/types/string-literals/character-sets/Punctuation.ts +9 -0
- package/src/types/string-literals/character-sets/Repos.ts +54 -0
- package/src/types/string-literals/character-sets/SingularNoun.ts +37 -0
- package/src/types/string-literals/character-sets/SpecialChar.ts +5 -0
- package/src/types/string-literals/character-sets/StringDelimiter.ts +5 -0
- package/src/types/string-literals/character-sets/UpperAlphaChar.ts +10 -0
- package/src/types/string-literals/character-sets/ValueAtDotPath.ts +61 -0
- package/src/types/string-literals/character-sets/Variable.ts +20 -0
- package/src/types/string-literals/character-sets/Whitespace.ts +19 -0
- package/src/types/string-literals/character-sets/YouTube.ts +238 -0
- package/src/types/string-literals/character-sets/brackets/Brackets.ts +7 -0
- package/src/types/string-literals/character-sets/brackets/ClosingBracket.ts +4 -0
- package/src/types/string-literals/character-sets/brackets/OpeningBracket.ts +4 -0
- package/src/types/string-literals/character-sets/brackets/index.ts +3 -0
- package/src/types/string-literals/character-sets/css/color.ts +98 -0
- package/src/types/string-literals/character-sets/css/display-position.ts +42 -0
- package/src/types/string-literals/character-sets/css/global.ts +4 -0
- package/src/types/string-literals/character-sets/css/html-element.ts +195 -0
- package/src/types/string-literals/character-sets/css/index.ts +11 -0
- package/src/types/string-literals/character-sets/css/object.ts +54 -0
- package/src/types/string-literals/character-sets/css/overflow.ts +55 -0
- package/src/types/string-literals/character-sets/css/property.ts +36 -0
- package/src/types/string-literals/character-sets/css/props.ts +115 -0
- package/src/types/string-literals/character-sets/css/pseudo-classes.ts +169 -0
- package/src/types/string-literals/character-sets/css/selector.ts +51 -0
- package/src/types/string-literals/character-sets/css/sizing.ts +35 -0
- package/src/types/string-literals/character-sets/images/Exif.ts +581 -0
- package/src/types/string-literals/character-sets/images/ImgFormat.ts +30 -0
- package/src/types/string-literals/character-sets/images/index.ts +2 -0
- package/src/types/string-literals/character-sets/index.ts +39 -0
- package/src/types/string-literals/character-sets/phone/CountryPhoneNumber.ts +20 -0
- package/src/types/string-literals/character-sets/phone/DialCountryCode.ts +10 -0
- package/src/types/string-literals/character-sets/phone/GetPhoneCountryCode.ts +29 -0
- package/src/types/string-literals/character-sets/phone/GetPhoneNumberType.ts +39 -0
- package/src/types/string-literals/character-sets/phone/InternationalPhoneNumber.ts +19 -0
- package/src/types/string-literals/character-sets/phone/LocalPhoneNumber.ts +14 -0
- package/src/types/string-literals/character-sets/phone/PhoneAreaCode.ts +7 -0
- package/src/types/string-literals/character-sets/phone/PhoneCountryCode.ts +14 -0
- package/src/types/string-literals/character-sets/phone/PhoneNumber.ts +112 -0
- package/src/types/string-literals/character-sets/phone/PhoneNumberDelimiter.ts +5 -0
- package/src/types/string-literals/character-sets/phone/PhoneShortCode.ts +37 -0
- package/src/types/string-literals/character-sets/phone/RawPhoneNumber.ts +88 -0
- package/src/types/string-literals/character-sets/phone/RemovePhoneCountryCode.ts +38 -0
- package/src/types/string-literals/character-sets/phone/ToPhoneFormat.ts +44 -0
- package/src/types/string-literals/character-sets/phone/index.ts +14 -0
- package/src/types/string-literals/character-sets/phone.ts +7 -0
- package/src/types/string-literals/character-sets/quotation-marks/ClosingMark.ts +20 -0
- package/src/types/string-literals/character-sets/quotation-marks/OpeningMark.ts +20 -0
- package/src/types/string-literals/character-sets/quotation-marks/QuotationMark.ts +33 -0
- package/src/types/string-literals/character-sets/quotation-marks/SmartMark.ts +28 -0
- package/src/types/string-literals/character-sets/quotation-marks/StandardMark.ts +22 -0
- package/src/types/string-literals/character-sets/quotation-marks/index.ts +6 -0
- package/src/types/string-literals/character-sets/quotation-marks/individual-smart-marks.ts +77 -0
- package/src/types/string-literals/character-sets/tw/TwColor.ts +138 -0
- package/src/types/string-literals/character-sets/tw/index.ts +1 -0
- package/src/types/string-literals/character-sets/urls/Github.ts +163 -0
- package/src/types/string-literals/character-sets/urls/Social.ts +43 -0
- package/src/types/string-literals/character-sets/urls/Url.ts +428 -0
- package/src/types/string-literals/character-sets/urls/bitbucket.ts +71 -0
- package/src/types/string-literals/character-sets/urls/book-urls.ts +8 -0
- package/src/types/string-literals/character-sets/urls/index.ts +6 -0
- package/src/types/string-literals/character-sets/urls/news/australian.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/belgian.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/canadian.ts +27 -0
- package/src/types/string-literals/character-sets/urls/news/chinese.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/danish.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/dutch.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/french.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/german.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/index.ts +63 -0
- package/src/types/string-literals/character-sets/urls/news/indian.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/italian.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/japanese.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/mexican.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/norwegian.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/south-korean.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/spanish.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/swiss.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/turkish.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/uk.ts +26 -0
- package/src/types/string-literals/character-sets/urls/news/us.ts +26 -0
- package/src/types/string-literals/character-sets/urls/retail.ts +59 -0
- package/src/types/string-literals/geo/index.ts +2 -0
- package/src/types/string-literals/geo/state.ts +63 -0
- package/src/types/string-literals/geo/zip.ts +34 -0
- package/src/types/string-literals/index.ts +56 -0
- package/src/types/string-literals/metrics/acceleration.ts +34 -0
- package/src/types/string-literals/metrics/area.ts +34 -0
- package/src/types/string-literals/metrics/current.ts +34 -0
- package/src/types/string-literals/metrics/distance.ts +33 -0
- package/src/types/string-literals/metrics/energy.ts +34 -0
- package/src/types/string-literals/metrics/frequency.ts +34 -0
- package/src/types/string-literals/metrics/global.ts +63 -0
- package/src/types/string-literals/metrics/index.ts +17 -0
- package/src/types/string-literals/metrics/luminosity.ts +34 -0
- package/src/types/string-literals/metrics/mass.ts +34 -0
- package/src/types/string-literals/metrics/power.ts +34 -0
- package/src/types/string-literals/metrics/pressure.ts +34 -0
- package/src/types/string-literals/metrics/resistance.ts +34 -0
- package/src/types/string-literals/metrics/speed.ts +31 -0
- package/src/types/string-literals/metrics/temperature.ts +34 -0
- package/src/types/string-literals/metrics/time.ts +34 -0
- package/src/types/string-literals/metrics/voltage.ts +34 -0
- package/src/types/string-literals/metrics/volume.ts +34 -0
- package/src/types/string-literals/options/DropChars.ts +47 -0
- package/src/types/string-literals/options/TypeRequired.ts +8 -0
- package/src/types/string-literals/options/TypeStrength.ts +9 -0
- package/src/types/string-literals/options/index.ts +3 -0
- package/src/types/tsconfig.json +51 -0
- package/src/types/tuples/DictArray.ts +21 -0
- package/src/types/tuples/FirstKey.ts +16 -0
- package/src/types/tuples/FirstKeyValue.ts +10 -0
- package/src/types/tuples/FirstOfEach.ts +16 -0
- package/src/types/tuples/FixedLengthArray.ts +28 -0
- package/src/types/tuples/FromDictArray.ts +13 -0
- package/src/types/tuples/LastCharOfSome.ts +0 -0
- package/src/types/tuples/LastOfEach.ts +21 -0
- package/src/types/tuples/SecondOfEach.ts +13 -0
- package/src/types/tuples/index.ts +19 -0
- package/src/types/type-conversion/AsBoolean.ts +16 -0
- package/src/types/type-conversion/AsContainer.ts +17 -0
- package/src/types/type-conversion/AsDefined.ts +8 -0
- package/src/types/type-conversion/AsDictionary.ts +5 -0
- package/src/types/type-conversion/AsFunction.ts +14 -0
- package/src/types/type-conversion/AsNonNull.ts +38 -0
- package/src/types/type-conversion/AsNumber.ts +29 -0
- package/src/types/type-conversion/AsObject.ts +6 -0
- package/src/types/type-conversion/AsObjectKeys.ts +21 -0
- package/src/types/type-conversion/AsPropertyKey.ts +11 -0
- package/src/types/type-conversion/AsRecord.ts +21 -0
- package/src/types/type-conversion/AsRef.ts +5 -0
- package/src/types/type-conversion/AsString.ts +28 -0
- package/src/types/type-conversion/AsStringUnion.ts +49 -0
- package/src/types/type-conversion/Awaited.ts +11 -0
- package/src/types/type-conversion/Break.ts +24 -0
- package/src/types/type-conversion/IntersectWithAll.ts +21 -0
- package/src/types/type-conversion/JSON.ts +40 -0
- package/src/types/type-conversion/LeftWhitespace.ts +19 -0
- package/src/types/type-conversion/Merge.ts +124 -0
- package/src/types/type-conversion/MergeObjects.ts +56 -0
- package/src/types/type-conversion/Mutable.ts +46 -0
- package/src/types/type-conversion/ObjectToKvDict.ts +21 -0
- package/src/types/type-conversion/ReduceValues.ts +32 -0
- package/src/types/type-conversion/RemoveFromEnd.ts +14 -0
- package/src/types/type-conversion/RemoveFromStart.ts +14 -0
- package/src/types/type-conversion/RemoveIndex.ts +27 -0
- package/src/types/type-conversion/Replace.ts +28 -0
- package/src/types/type-conversion/ReplaceAll.ts +87 -0
- package/src/types/type-conversion/RetainChars.ts +35 -0
- package/src/types/type-conversion/ReturnValues.ts +31 -0
- package/src/types/type-conversion/RightWhitespace.ts +13 -0
- package/src/types/type-conversion/StringLength.ts +34 -0
- package/src/types/type-conversion/StringLiteralFromTuple.ts +38 -0
- package/src/types/type-conversion/StripChars.ts +44 -0
- package/src/types/type-conversion/ToBoolean.ts +47 -0
- package/src/types/type-conversion/ToContainer.ts +41 -0
- package/src/types/type-conversion/ToJsonValue.ts +76 -0
- package/src/types/type-conversion/ToNumber.ts +54 -0
- package/src/types/type-conversion/ToString.ts +43 -0
- package/src/types/type-conversion/ToStringArray.ts +15 -0
- package/src/types/type-conversion/ToUnion.ts +11 -0
- package/src/types/type-conversion/Trim.ts +28 -0
- package/src/types/type-conversion/TrimLeft.ts +14 -0
- package/src/types/type-conversion/TrimRight.ts +14 -0
- package/src/types/type-conversion/TupleToUnion.ts +19 -0
- package/src/types/type-conversion/UnionArrayToTuple.ts +29 -0
- package/src/types/type-conversion/UnionFilter.ts +116 -0
- package/src/types/type-conversion/UnionShift.ts +30 -0
- package/src/types/type-conversion/UnionToIntersection.ts +10 -0
- package/src/types/type-conversion/UnionToTuple.ts +31 -0
- package/src/types/type-conversion/UnionWithAll.ts +18 -0
- package/src/types/type-conversion/ValueOrReturnValue.ts +28 -0
- package/src/types/type-conversion/Widen.ts +244 -0
- package/src/types/type-conversion/WidenValues.ts +37 -0
- package/src/types/type-conversion/WithDefault.ts +31 -0
- package/src/types/type-conversion/form-fields.ts +10 -0
- package/src/types/type-conversion/index.ts +71 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* CSV data where a raw comma is considered a
|
|
7
7
|
* separator)
|
|
8
8
|
*/
|
|
9
|
-
export declare const COMMA: import("
|
|
9
|
+
export declare const COMMA: import("inferred-types/dist/constants/index").Constant<"comma">;
|
|
10
10
|
/**
|
|
11
11
|
* **SerializedComma**
|
|
12
12
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Comma.d.ts","sourceRoot":"","sources":["../../src/constants/Comma.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Comma.d.ts","sourceRoot":"","sources":["../../src/constants/Comma.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,KAAK,iEAA0B,CAAC;AAE7C;;;;GAIG;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,KAAK,CAAC"}
|
package/dist/constants/Comma.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Marked.d.ts","sourceRoot":"","sources":["../../src/constants/Marked.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Marked.d.ts","sourceRoot":"","sources":["../../src/constants/Marked.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,kEAA2B,CAAC;AAE/C;;;;;GAKG;AACH,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC"}
|
package/dist/constants/Marked.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { createConstant } from "
|
|
1
|
+
import { createConstant } from "inferred-types/dist/constants/index";
|
|
2
2
|
export const MARKED = createConstant("Marked");
|
package/dist/constants/Never.js
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
*
|
|
4
4
|
* A runtime constant which indicates that some value has not been defined (yet).
|
|
5
5
|
*/
|
|
6
|
-
export declare const NOT_DEFINED: import("
|
|
6
|
+
export declare const NOT_DEFINED: import("inferred-types/dist/constants/index").Constant<"not-defined">;
|
|
7
7
|
export type NotDefined = typeof NOT_DEFINED;
|
|
8
8
|
//# sourceMappingURL=NotDefined.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotDefined.d.ts","sourceRoot":"","sources":["../../src/constants/NotDefined.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"NotDefined.d.ts","sourceRoot":"","sources":["../../src/constants/NotDefined.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,WAAW,uEAAgC,CAAC;AAEzD,MAAM,MAAM,UAAU,GAAG,OAAO,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createConstant.d.ts","sourceRoot":"","sources":["../../src/constants/createConstant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"createConstant.d.ts","sourceRoot":"","sources":["../../src/constants/createConstant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,KAAK,SAAS,MAAM,EAAE,IAAI,EAAE,KAAK,GAIzD,QAAQ,CAAC,KAAK,CAAC,CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.scripthost.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.object.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.regexp.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.full.d.ts","../../src/constants/Alpha.ts","../../src/constants/Books.ts","../../src/constants/Characters.ts","../../src/constants/createConstant.ts","../../src/constants/NoDefaultValue.ts","../../src/constants/NotApplicable.ts","../../src/constants/Constant.ts","../../src/constants/DateTime.ts","../../src/constants/Types.ts","../../src/constants/Functional.ts","../../src/constants/Images.ts","../../src/constants/Consonants.ts","../../src/constants/PluralExceptions.ts","../../src/constants/SingularNounEnding.ts","../../src/constants/CommonObjProps.ts","../../src/constants/NumericChar.ts","../../src/constants/NumericDigit.ts","../../src/constants/FalsyValues.ts","../../src/constants/NotDefined.ts","../../src/constants/TypeOf.ts","../../src/constants/Wide.ts","../../src/constants/TypeComparisons.ts","../../src/constants/TypeTransforms.ts","../../src/constants/Never.ts","../../src/constants/TypeTokens.ts","../../src/constants/Shape.ts","../../src/constants/Marked.ts","../../src/constants/HashTable.ts","../../src/constants/Geo.ts","../../src/constants/RepoConstants.ts","../../src/constants/NetworkConstants.ts","../../src/constants/Phone.ts","../../src/constants/ProxmoxConstants.ts","../../src/constants/Tailwind.ts","../../src/constants/Retail.ts","../../src/constants/ISO3166.ts","../../src/constants/Metrics.ts","../../src/constants/Markers.ts","../../src/constants/News.ts","../../src/constants/Social.ts","../../src/constants/index.ts","../../src/constants/Comma.ts","../../node_modules/.pnpm/@types+estree@1.0.5/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-handler.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/util.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/eventsource.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/sea.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/index.d.ts","../../node_modules/.pnpm/@types+stack-trace@0.0.33/node_modules/@types/stack-trace/index.d.ts"],"fileIdsList":[[122],[162],[163,168,197],[164,169,175,176,183,194,205],[164,165,175,183],[166,206],[167,168,176,184],[168,194,202],[169,171,175,183],[162,170],[171,172],[175],[173,175],[162,175],[175,176,177,194,205],[175,176,177,190,194,197],[160,210],[171,175,178,183,194,205],[175,176,178,179,183,194,202,205],[178,180,194,202,205],[122,123,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212],[175,181],[182,205,210],[171,175,183,194],[184],[185],[162,186],[122,123,162,163,164,165,166,167,168,169,170,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211],[188],[189],[175,190,191],[190,192,206,208],[163,175,194,195,196,197],[163,194,196],[194,195],[197],[198],[122,194],[175,200,201],[200,201],[168,183,194,202],[203],[183,204],[163,178,189,205],[168,206],[194,207],[182,208],[209],[163,168,175,177,186,194,205,208,210],[194,211],[132,136,205],[132,194,205],[127],[129,132,202,205],[183,202],[213],[127,213],[129,132,183,205],[124,125,128,131,163,175,194,205],[132,139],[124,130],[132,153,154],[128,132,163,197,205,213],[163,213],[153,163,213],[126,127,213],[132],[126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159],[132,147],[132,139,140],[130,132,140,141],[131],[124,127,132],[132,136,140,141],[136],[130,132,135,205],[124,129,132,139],[163,194],[127,132,153,163,210,213],[119],[82],[99],[79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"abee51ebffafd50c07d76be5848a34abfe4d791b5745ef1e5648718722fab924","impliedFormat":1},{"version":"9e8ca8ed051c2697578c023d9c29d6df689a083561feba5c14aedee895853999","affectsGlobalScope":true,"impliedFormat":1},{"version":"69e65d976bf166ce4a9e6f6c18f94d2424bf116e90837ace179610dbccad9b42","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true,"impliedFormat":1},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true,"impliedFormat":1},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true,"impliedFormat":1},{"version":"15c1c3d7b2e46e0025417ed6d5f03f419e57e6751f87925ca19dc88297053fe6","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d540251809289a05349b70ab5f4b7b99f922af66ab3c39ba56a475dcf95d5ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"0b11f3ca66aa33124202c80b70cd203219c3d4460cfc165e0707aa9ec710fc53","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a3f5a0129cc80cf439ab71164334d649b47059a4f5afca90282362407d0c87f","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"61d6a2092f48af66dbfb220e31eea8b10bc02b6932d6e529005fd2d7b3281290","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"bde31fd423cd93b0eff97197a3f66df7c93e8c0c335cbeb113b7ff1ac35c23f4","impliedFormat":1},{"version":"17b21349135fbe93bb4b567ba14b696fee42cfe019536b9971918b0f5c0be3f9","signature":"0cf34757e3742b4e2ec2ab7f9d04e2517da036d6aac571e4c3bd0530ae5d6488"},{"version":"dfea78d9069015077d671523e2528598f7190ce17d821cfa3f99481074ea12bb","signature":"89939e7ffe2db5a4416d457c7c35e72d209937f1342973199e7b9de27f4b4801"},{"version":"4da7697ca80c6319580bc1b50eeee682c1d042afda441a850eee4a95b9db47de","signature":"02b53f4f6349501fcee01adfaeda6dcbbd3a2222f444ce6255d4a8b8edf739d7"},{"version":"c4bce997db0f8ae3c5fa456af6e1ea79dab129ceacee685c7b33a205ba7c0c4b","signature":"dd6cfc5d53d508ec7aae9a272ca671baedb96567bcdd801bc6b91a75cdb133d3"},{"version":"9af566650442331f47de3a6b5e060384c73d635695cf50b162cd7f81ddedca1f","signature":"cb70d0cb3a4a966b4bbf4a8c3c7baa2d8c0d8ff7d4df53476b67a1fdb40dc220"},{"version":"68981075a8159a1755dfeb10baedbd9b4a85c31757642da6349fb91c363029db","signature":"1d7491aabacd8706a6eddf207044ef827dae855f27242d58cae2c0b4769310ae"},{"version":"8cb1879695c4b4bd11beacb1aaadad1a554a8395384caf4d20954cf4243ddce7","signature":"61daf56ae6c924b44d52b615f02eeaaab6e1008b6eaf6d7d63bfb1233fe309eb"},{"version":"57e24fb1d8d0642c42d2f1a6b731cf55a864592a15af8e1f402422709f510ac7","signature":"28deeff2f557565f9f37c85d2a7022b3cf5e200bef7bce68ca7a25bdaa36b321"},{"version":"eb887cb7218779c9e817459094f4d6937f3ea9526da1d3adf745654366b50f60","signature":"5ef428f59b5015d9b59f5bd1eee065d6c0f45bf616b95b7e01363dd474a01db1"},{"version":"72b5e16c5bdddeb8d19ca80ee7288b5cf8ec4c6d97eab5a83350bb63b1c3f48c","signature":"6a0a28a715f05eea47a3bb4138f61316787321e0a283e994f1b5b46ef140a518"},{"version":"24470c3353c754fe32430b00a9a50414556580283f726226e68c91609cc27c60","signature":"28253dc9b48f03aa11b8630a4fc7380097cd76f9640fd36829741de6312f16a5"},{"version":"91f398ee67647974b37bbc2c45178a5c3f7fd6e8aad05dfa006ae3ec76d5f584","signature":"8777c4cbd60a5d86229e5b6039cef8a711023ab8dee8e966892e4f35acd10e10"},{"version":"56e9f31999393ec1361ccf0f7e7bd78612aa7d055c9b8e8cc59ecac3ab54f735","signature":"c64807f4d217bfcfbe1ea0b13495f3e9a4b8c8f7c0d6a3458532bb44e37a917c"},{"version":"893866b3b8026368a9557e080a7f28ccd29c09fd5c74242ba28b5da83f34ccfd","signature":"587b31881eb94493acf3b4a70abc5578901e02961db278b51a8bfafc95553d7a"},{"version":"6b1e78347a5daed50495097cd292a689d5015c197c37fe075d142c114cbf9c3b","signature":"d12668b3320d420f2d5e8309b7ea3e5d21c148c805a7ec99f07e3d438af7914f"},{"version":"6f31b9f1d5a30db0653c20f047fe875a8b778813e4a0f0e6742010a413ed01ef","signature":"2b2309accc5b0d2b69e70a8f532d4e55690029bc91ee0fc2ece966dbe3b9171a"},{"version":"ff687b46158a7c585deea06aef618af6b277e916ba3235a05b6e9d366dff2408","signature":"8f3f5822d9d5331f736fb69e98bb3a55d21b0d45bc29dc23f85f14c3fba17ee4"},{"version":"abdccf751badd6c4035065a447413634d3d0849a31abf26d91b6d67da954cbe6","signature":"2a903113fc5b924d6a10591a199d514fb44b1f62de05e04353557970e54125b6"},{"version":"0fb098e6a1bbf1c20183ddab03e331e8b6d686e07419896a833c0679315c3df1","signature":"eee4424ab14f4029766ebec234a1c6995301e987fd91d33098b4ef533f0204a0"},{"version":"b5c7c9f03af8f8325797e7d72e84d000dfd3f425e29d8fc299fe2c932707b88d","signature":"19306961c28e3fccfc4f2bed08ec800b1a5720ac1f75a7db6e04ff35ac65b979"},{"version":"2db4e8cedcf902efab7996bf9ece529825623a6c5b545bfa4248ac0ebbc121d2","signature":"8c7c5d26b7dd1e5113a8995ba669c0779e9a971de973d8870564f928f683872e"},{"version":"7bb6d1398a2ae8237c2672a1766fbc0991e6cba23c649c83da6e9d76d19e0de6","signature":"89b76ef7a6b51c59d54aaa0d3c0d6631da308ece9d430f87579fbff619723f13"},{"version":"0c2e74a1f77e313497a4172f57960a76db5157971a8925a88981fe9893cda795","signature":"f7190bcfb6bacacfd0a16869466c8317f690e1a5c239be559539d1b31b3f0e5a"},{"version":"ef4edfbd0afec3302bd4717dfce8a05adc29a227ef09bf2e6e6a81b2612dfb22","signature":"9e98747f619aa796deddd30db760e64d9708cd3b0c577b0876abb70f3eab25fd"},{"version":"28e2d42d9ae6afa7835a7d20dd6b2419661b0266731f7f9b857659500d8915de","signature":"b11775bbf9690ee431a8c074e4927ee5e3b480c6be6435ea52e7427301707d79"},{"version":"54ffd21b89aef6f7be449cc196088714576e274f5df989075e3d0ffc10a745bb","signature":"9b7b961bcb73340c0cb0af516e6f9357e837195751f5aa7d70f99660276e34ca"},{"version":"9af58165413c7f5d92a9575d6fd1e6aa6240ae44708acd4f97b562d139c833be","signature":"3dd0ebbbf73b0ff5578dfea0c547fdc2228e8728c1235efc004b6371781de34f"},{"version":"c8ff736a0d7a886a627a3909aed539176c725b6d74f07cee78bf430f4e20ff7e","signature":"f589efcfa010eea9f76e620bd4f70ceef6e3a902afa33e05e18bca869992f7e3"},{"version":"53137c37fa1c055450a74d40b67f092d651a6e683f66634470cd2f14017d4032","signature":"8be70c8fde3cce8ad51c2c470ecc6102135e371f3b6254877b07d57adf1d2bc1"},{"version":"451c2af9423931ff0ff05e44b931dd137b8a1cd2cd3fed223b85d70f983fb1f5","signature":"89cd57a6cfe0c05c84d167fc3cd8fc9561a5e56074a3e2db140114e7167b5b70"},{"version":"264c53e476cb2eba12889fdf4eb416fbfb051d11d4edc2474f3e2924fe563c09","signature":"90beddfb2c501e0f093cf9461aa354accc040a70dd7b7c44c849cbc9797a64a1"},{"version":"84e93a2f66b9c506912303451a857c95a47e9807d73e4f2941f0a7368e9312ae","signature":"159e31ac53b11d2ef980a6aa53444d87864e1fc44e8f303061a4cf1472750404"},{"version":"40e9ee78bfce617457326b2c2fd7df13f717618c86a9d8c75bbfb237b69c0f53","signature":"753de8e1d0821791388bbe8e7435041eb17a9ea696c1b7527bf46e6aeafb1359"},{"version":"4f5179b6147b97fe0668c8fa3ad7284e3e19761b7bf45cbc1d6920cddd7d5351","signature":"2ae543f43a6b26b298b6772260dbd92cab1ad0b40bb803c8e812d2d98f49bf8e"},{"version":"86448b776cd1c59f00caa78bd6a404fabe077fd01333ffd8ed33f8dd2e12e1a3","signature":"683f703b0792640c2c7ba79087a10852468d685e4160a7b20390803acf65f354"},{"version":"c378730528d242160450ecd9b6538d503aaba44a8b1ed16fd2e5124b07d74e06","signature":"fc38ac31747335c055d03eb02e2eb622ee36cbc43011f7591bdfcb8a3f1a2e14"},{"version":"e6d391f8e2e773412d60b3ab100e302f9a70fb3cfb28ad2972eeff1883efe232","signature":"06b8f27df70a75d8f0c09fb3668f1796dcc5970a4c5d6b4dfb60677cc1be1f8d"},{"version":"f863e2d4f1ea763a908d81f6a32570c2fe9c73e3fc50c954c47b6e88e6b6feda","signature":"159fff8e57c9905b3854706257b2d6de5c8e8f568d0ee8d0326cc88f078155c6"},{"version":"0a623093c183021ccb0817e12320ade515075d962c7d524c63de1b322f60771a","signature":"52382dbf2acfd6f25a5130072a9ac881236c1a2e7dd7c77ef41d29b6d5de7b85"},{"version":"a975160af4b3a388922e445ba87cd0a367883335ae3a9676cac7f0bc4b7220ab","signature":"6815a2e806c99b88903d6933e3392f8f190ef99110ba6f341718ba0fd659e812"},"8be3e10f995b3914e0df30e452ee918dc8e107fcb3bd35fe04c36b67fdcb1a13",{"version":"45e20962629e47c5334caec3b0915e6d32675b8e9d2e8f7c1720e34c9a870947","signature":"d19839c2c4b151584400a47844f67245547ea543b2c82e9e45f99066ad6569e2"},{"version":"ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","impliedFormat":1},{"version":"2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"c75ac0682b74face8d051331544f633445f5d203dc773d579fa109a7cbee9f06","affectsGlobalScope":true,"impliedFormat":1},{"version":"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36","impliedFormat":1},{"version":"e8dbde089a4b9d5b2124764ebbcfe577ffcb3a1df5cfb512a504c708ddfc7262","affectsGlobalScope":true,"impliedFormat":1},{"version":"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","impliedFormat":1},{"version":"53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6","impliedFormat":1},{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"f85c06e750743acf31f0cfd3be284a364d469761649e29547d0dd6be48875150","affectsGlobalScope":true,"impliedFormat":1},{"version":"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","impliedFormat":1},{"version":"3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","impliedFormat":1},{"version":"0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","impliedFormat":1},{"version":"5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","impliedFormat":1},{"version":"d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true,"impliedFormat":1},{"version":"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","impliedFormat":1},{"version":"304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","impliedFormat":1},{"version":"1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","impliedFormat":1},{"version":"98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","impliedFormat":1},{"version":"c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","impliedFormat":1},{"version":"dccdf1677e531e33f8ac961a68bc537418c9a414797c1ea7e91307501cdc3f5e","impliedFormat":1},{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","impliedFormat":1},{"version":"a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","impliedFormat":1},{"version":"d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900","impliedFormat":1},{"version":"452e8a437aa57fe832dece2a5d3ea8dd0ab1de03ca778d09798c56ece0a29e80","affectsGlobalScope":true,"impliedFormat":1},{"version":"a20f1e119615bf7632729fd89b6c0b5ffdc2df3b512d6304146294528e3ebe19","affectsGlobalScope":true,"impliedFormat":1},{"version":"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","impliedFormat":1},{"version":"6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","impliedFormat":1},{"version":"56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","impliedFormat":1},{"version":"139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","impliedFormat":1},{"version":"7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","impliedFormat":1},{"version":"269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"73aa178e8fb1449ef3666093d8dca25f96302a80ee45f8ff027df8e4792bf9fd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927","impliedFormat":1},{"version":"f61ec7355ade6c4cffc2b121bab7bd6882a262c44b498f4fedbbbc8c8830a8cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true,"impliedFormat":1},{"version":"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","impliedFormat":1},{"version":"9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","impliedFormat":1},{"version":"e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","impliedFormat":1},{"version":"b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0","impliedFormat":1},{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true,"impliedFormat":1},{"version":"21fcdcb618236f0feaca7e511e2da10c19970f86e09c934cef2d45b340ad92b5","affectsGlobalScope":true,"impliedFormat":1},{"version":"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","impliedFormat":1},{"version":"4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","impliedFormat":1},{"version":"d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c","impliedFormat":1},{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true,"impliedFormat":1},{"version":"b33379077284c9e55d2410d814b71b15522c5f71f9e93e15a8c3c41d463b00f6","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","impliedFormat":1},{"version":"f0284427f61bbd071114efa75e9d17dbb7aeaf2c89bf5bd890f510a3e4a67de4","impliedFormat":1}],"root":[[79,120]],"options":{"composite":true,"declaration":true,"declarationMap":true,"module":99,"outDir":"..","rootDir":"../../src","skipLibCheck":true,"strict":true,"target":99},"referencedMap":[[122,1],[123,1],[162,2],[163,3],[164,4],[165,5],[166,6],[167,7],[168,8],[169,9],[170,10],[171,11],[172,11],[174,12],[173,13],[175,14],[176,15],[177,16],[161,17],[178,18],[179,19],[180,20],[213,21],[181,22],[182,23],[183,24],[184,25],[185,26],[186,27],[187,28],[188,29],[189,30],[190,31],[191,31],[192,32],[194,33],[196,34],[195,35],[197,36],[198,37],[199,38],[200,39],[201,40],[202,41],[203,42],[204,43],[205,44],[206,45],[207,46],[208,47],[209,48],[210,49],[211,50],[139,51],[149,52],[138,51],[159,53],[130,54],[129,55],[158,56],[152,57],[157,58],[132,59],[146,60],[131,61],[155,62],[127,63],[126,64],[156,65],[128,66],[133,67],[137,67],[160,68],[150,69],[141,70],[142,71],[144,72],[140,73],[143,74],[153,56],[135,75],[136,76],[145,77],[125,78],[148,69],[147,67],[154,79],[120,80],[105,80],[102,80],[83,81],[97,80],[100,82],[82,80],[119,83]],"latestChangedDtsFile":"./Comma.d.ts","version":"5.6.2"}
|
|
1
|
+
{"fileNames":["../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.scripthost.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.string.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.object.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.regexp.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.full.d.ts","../../src/constants/Alpha.ts","../../src/constants/Books.ts","../../src/constants/Characters.ts","../../src/constants/Constant.ts","../../src/constants/createConstant.ts","../../src/constants/NoDefaultValue.ts","../../src/constants/NotApplicable.ts","../../src/constants/DateTime.ts","../../src/constants/Types.ts","../../src/constants/Functional.ts","../../src/constants/Images.ts","../../src/constants/Consonants.ts","../../src/constants/PluralExceptions.ts","../../src/constants/SingularNounEnding.ts","../../src/constants/CommonObjProps.ts","../../src/constants/NumericChar.ts","../../src/constants/NumericDigit.ts","../../src/constants/FalsyValues.ts","../../src/constants/NotDefined.ts","../../src/constants/TypeOf.ts","../../src/constants/Wide.ts","../../src/constants/TypeComparisons.ts","../../src/constants/TypeTransforms.ts","../../src/constants/Never.ts","../../src/constants/TypeTokens.ts","../../src/constants/Shape.ts","../../src/constants/Marked.ts","../../src/constants/HashTable.ts","../../src/constants/Geo.ts","../../src/constants/RepoConstants.ts","../../src/constants/NetworkConstants.ts","../../src/constants/Phone.ts","../../src/constants/ProxmoxConstants.ts","../../src/constants/Tailwind.ts","../../src/constants/Retail.ts","../../src/constants/ISO3166.ts","../../src/constants/Metrics.ts","../../src/constants/Markers.ts","../../src/constants/News.ts","../../src/constants/Social.ts","../../src/constants/index.ts","../../src/constants/Comma.ts","../../node_modules/.pnpm/@types+estree@1.0.5/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-handler.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/util.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/eventsource.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/sea.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.16.5/node_modules/@types/node/index.d.ts","../../node_modules/.pnpm/@types+stack-trace@0.0.33/node_modules/@types/stack-trace/index.d.ts"],"fileIdsList":[[122],[162],[163,168,197],[164,169,175,176,183,194,205],[164,165,175,183],[166,206],[167,168,176,184],[168,194,202],[169,171,175,183],[162,170],[171,172],[175],[173,175],[162,175],[175,176,177,194,205],[175,176,177,190,194,197],[160,210],[171,175,178,183,194,205],[175,176,178,179,183,194,202,205],[178,180,194,202,205],[122,123,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212],[175,181],[182,205,210],[171,175,183,194],[184],[185],[162,186],[122,123,162,163,164,165,166,167,168,169,170,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211],[188],[189],[175,190,191],[190,192,206,208],[163,175,194,195,196,197],[163,194,196],[194,195],[197],[198],[122,194],[175,200,201],[200,201],[168,183,194,202],[203],[183,204],[163,178,189,205],[168,206],[194,207],[182,208],[209],[163,168,175,177,186,194,205,208,210],[194,211],[132,136,205],[132,194,205],[127],[129,132,202,205],[183,202],[213],[127,213],[129,132,183,205],[124,125,128,131,163,175,194,205],[132,139],[124,130],[132,153,154],[128,132,163,197,205,213],[163,213],[153,163,213],[126,127,213],[132],[126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159],[132,147],[132,139,140],[130,132,140,141],[131],[124,127,132],[132,136,140,141],[136],[130,132,135,205],[124,129,132,139],[163,194],[127,132,153,163,210,213],[119],[83],[99],[82],[79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"abee51ebffafd50c07d76be5848a34abfe4d791b5745ef1e5648718722fab924","impliedFormat":1},{"version":"9e8ca8ed051c2697578c023d9c29d6df689a083561feba5c14aedee895853999","affectsGlobalScope":true,"impliedFormat":1},{"version":"69e65d976bf166ce4a9e6f6c18f94d2424bf116e90837ace179610dbccad9b42","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true,"impliedFormat":1},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true,"impliedFormat":1},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true,"impliedFormat":1},{"version":"15c1c3d7b2e46e0025417ed6d5f03f419e57e6751f87925ca19dc88297053fe6","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d540251809289a05349b70ab5f4b7b99f922af66ab3c39ba56a475dcf95d5ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"0b11f3ca66aa33124202c80b70cd203219c3d4460cfc165e0707aa9ec710fc53","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a3f5a0129cc80cf439ab71164334d649b47059a4f5afca90282362407d0c87f","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"61d6a2092f48af66dbfb220e31eea8b10bc02b6932d6e529005fd2d7b3281290","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"bde31fd423cd93b0eff97197a3f66df7c93e8c0c335cbeb113b7ff1ac35c23f4","impliedFormat":1},{"version":"17b21349135fbe93bb4b567ba14b696fee42cfe019536b9971918b0f5c0be3f9","signature":"0cf34757e3742b4e2ec2ab7f9d04e2517da036d6aac571e4c3bd0530ae5d6488"},{"version":"dfea78d9069015077d671523e2528598f7190ce17d821cfa3f99481074ea12bb","signature":"89939e7ffe2db5a4416d457c7c35e72d209937f1342973199e7b9de27f4b4801"},{"version":"4da7697ca80c6319580bc1b50eeee682c1d042afda441a850eee4a95b9db47de","signature":"02b53f4f6349501fcee01adfaeda6dcbbd3a2222f444ce6255d4a8b8edf739d7"},{"version":"8cb1879695c4b4bd11beacb1aaadad1a554a8395384caf4d20954cf4243ddce7","signature":"61daf56ae6c924b44d52b615f02eeaaab6e1008b6eaf6d7d63bfb1233fe309eb"},{"version":"238453e8f6784c26deb50acb06f0a7bc7cb45decd13a69a6f71bc0e311529a57","signature":"aba106ebb46ca2867bf452431c02852b1842040ebc1b973af5bbc2963d599140"},{"version":"9af566650442331f47de3a6b5e060384c73d635695cf50b162cd7f81ddedca1f","signature":"cb70d0cb3a4a966b4bbf4a8c3c7baa2d8c0d8ff7d4df53476b67a1fdb40dc220"},{"version":"68981075a8159a1755dfeb10baedbd9b4a85c31757642da6349fb91c363029db","signature":"1d7491aabacd8706a6eddf207044ef827dae855f27242d58cae2c0b4769310ae"},{"version":"57e24fb1d8d0642c42d2f1a6b731cf55a864592a15af8e1f402422709f510ac7","signature":"28deeff2f557565f9f37c85d2a7022b3cf5e200bef7bce68ca7a25bdaa36b321"},{"version":"eb887cb7218779c9e817459094f4d6937f3ea9526da1d3adf745654366b50f60","signature":"5ef428f59b5015d9b59f5bd1eee065d6c0f45bf616b95b7e01363dd474a01db1"},{"version":"72b5e16c5bdddeb8d19ca80ee7288b5cf8ec4c6d97eab5a83350bb63b1c3f48c","signature":"6a0a28a715f05eea47a3bb4138f61316787321e0a283e994f1b5b46ef140a518"},{"version":"24470c3353c754fe32430b00a9a50414556580283f726226e68c91609cc27c60","signature":"28253dc9b48f03aa11b8630a4fc7380097cd76f9640fd36829741de6312f16a5"},{"version":"91f398ee67647974b37bbc2c45178a5c3f7fd6e8aad05dfa006ae3ec76d5f584","signature":"8777c4cbd60a5d86229e5b6039cef8a711023ab8dee8e966892e4f35acd10e10"},{"version":"56e9f31999393ec1361ccf0f7e7bd78612aa7d055c9b8e8cc59ecac3ab54f735","signature":"c64807f4d217bfcfbe1ea0b13495f3e9a4b8c8f7c0d6a3458532bb44e37a917c"},{"version":"893866b3b8026368a9557e080a7f28ccd29c09fd5c74242ba28b5da83f34ccfd","signature":"587b31881eb94493acf3b4a70abc5578901e02961db278b51a8bfafc95553d7a"},{"version":"6b1e78347a5daed50495097cd292a689d5015c197c37fe075d142c114cbf9c3b","signature":"d12668b3320d420f2d5e8309b7ea3e5d21c148c805a7ec99f07e3d438af7914f"},{"version":"6f31b9f1d5a30db0653c20f047fe875a8b778813e4a0f0e6742010a413ed01ef","signature":"2b2309accc5b0d2b69e70a8f532d4e55690029bc91ee0fc2ece966dbe3b9171a"},{"version":"ff687b46158a7c585deea06aef618af6b277e916ba3235a05b6e9d366dff2408","signature":"8f3f5822d9d5331f736fb69e98bb3a55d21b0d45bc29dc23f85f14c3fba17ee4"},{"version":"abdccf751badd6c4035065a447413634d3d0849a31abf26d91b6d67da954cbe6","signature":"2a903113fc5b924d6a10591a199d514fb44b1f62de05e04353557970e54125b6"},{"version":"bbb6f58276eb1d3cc6cc4b1047c74d1c7d7d137877f167814821b6032368b9fc","signature":"7eb02e18e0a595aa15b38ad5056d3dca5dcb0f295bde6bf310b5320bbcfa969c"},{"version":"b5c7c9f03af8f8325797e7d72e84d000dfd3f425e29d8fc299fe2c932707b88d","signature":"19306961c28e3fccfc4f2bed08ec800b1a5720ac1f75a7db6e04ff35ac65b979"},{"version":"2db4e8cedcf902efab7996bf9ece529825623a6c5b545bfa4248ac0ebbc121d2","signature":"8c7c5d26b7dd1e5113a8995ba669c0779e9a971de973d8870564f928f683872e"},{"version":"7bb6d1398a2ae8237c2672a1766fbc0991e6cba23c649c83da6e9d76d19e0de6","signature":"89b76ef7a6b51c59d54aaa0d3c0d6631da308ece9d430f87579fbff619723f13"},{"version":"0c2e74a1f77e313497a4172f57960a76db5157971a8925a88981fe9893cda795","signature":"f7190bcfb6bacacfd0a16869466c8317f690e1a5c239be559539d1b31b3f0e5a"},{"version":"d81deb076e634d91f5bf7331af3ca3f98c1d70610162aa159392b28f5364be9e","signature":"9e98747f619aa796deddd30db760e64d9708cd3b0c577b0876abb70f3eab25fd"},{"version":"28e2d42d9ae6afa7835a7d20dd6b2419661b0266731f7f9b857659500d8915de","signature":"b11775bbf9690ee431a8c074e4927ee5e3b480c6be6435ea52e7427301707d79"},{"version":"54ffd21b89aef6f7be449cc196088714576e274f5df989075e3d0ffc10a745bb","signature":"9b7b961bcb73340c0cb0af516e6f9357e837195751f5aa7d70f99660276e34ca"},{"version":"6d292a2993cc906608d5a310876888e6f03882b61673f2339d631ab2281c86b3","signature":"636c1a8775e91493cae88527cf3758f4ba89e80b78ef3628fc9b23ccc2e16cd2"},{"version":"c8ff736a0d7a886a627a3909aed539176c725b6d74f07cee78bf430f4e20ff7e","signature":"f589efcfa010eea9f76e620bd4f70ceef6e3a902afa33e05e18bca869992f7e3"},{"version":"53137c37fa1c055450a74d40b67f092d651a6e683f66634470cd2f14017d4032","signature":"8be70c8fde3cce8ad51c2c470ecc6102135e371f3b6254877b07d57adf1d2bc1"},{"version":"451c2af9423931ff0ff05e44b931dd137b8a1cd2cd3fed223b85d70f983fb1f5","signature":"89cd57a6cfe0c05c84d167fc3cd8fc9561a5e56074a3e2db140114e7167b5b70"},{"version":"264c53e476cb2eba12889fdf4eb416fbfb051d11d4edc2474f3e2924fe563c09","signature":"90beddfb2c501e0f093cf9461aa354accc040a70dd7b7c44c849cbc9797a64a1"},{"version":"84e93a2f66b9c506912303451a857c95a47e9807d73e4f2941f0a7368e9312ae","signature":"159e31ac53b11d2ef980a6aa53444d87864e1fc44e8f303061a4cf1472750404"},{"version":"40e9ee78bfce617457326b2c2fd7df13f717618c86a9d8c75bbfb237b69c0f53","signature":"753de8e1d0821791388bbe8e7435041eb17a9ea696c1b7527bf46e6aeafb1359"},{"version":"4f5179b6147b97fe0668c8fa3ad7284e3e19761b7bf45cbc1d6920cddd7d5351","signature":"2ae543f43a6b26b298b6772260dbd92cab1ad0b40bb803c8e812d2d98f49bf8e"},{"version":"86448b776cd1c59f00caa78bd6a404fabe077fd01333ffd8ed33f8dd2e12e1a3","signature":"683f703b0792640c2c7ba79087a10852468d685e4160a7b20390803acf65f354"},{"version":"c378730528d242160450ecd9b6538d503aaba44a8b1ed16fd2e5124b07d74e06","signature":"fc38ac31747335c055d03eb02e2eb622ee36cbc43011f7591bdfcb8a3f1a2e14"},{"version":"e6d391f8e2e773412d60b3ab100e302f9a70fb3cfb28ad2972eeff1883efe232","signature":"06b8f27df70a75d8f0c09fb3668f1796dcc5970a4c5d6b4dfb60677cc1be1f8d"},{"version":"f863e2d4f1ea763a908d81f6a32570c2fe9c73e3fc50c954c47b6e88e6b6feda","signature":"159fff8e57c9905b3854706257b2d6de5c8e8f568d0ee8d0326cc88f078155c6"},{"version":"0a623093c183021ccb0817e12320ade515075d962c7d524c63de1b322f60771a","signature":"52382dbf2acfd6f25a5130072a9ac881236c1a2e7dd7c77ef41d29b6d5de7b85"},{"version":"a975160af4b3a388922e445ba87cd0a367883335ae3a9676cac7f0bc4b7220ab","signature":"6815a2e806c99b88903d6933e3392f8f190ef99110ba6f341718ba0fd659e812"},"8be3e10f995b3914e0df30e452ee918dc8e107fcb3bd35fe04c36b67fdcb1a13",{"version":"41187d65886e7c08c414acf88907b9d2a8789faa5be753f580308efc340c97dd","signature":"024a51ee2ec275d35bfd8f10759a5df46aa13729320f7b0a610dd9f3bdd94d29"},{"version":"ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","impliedFormat":1},{"version":"2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"c75ac0682b74face8d051331544f633445f5d203dc773d579fa109a7cbee9f06","affectsGlobalScope":true,"impliedFormat":1},{"version":"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36","impliedFormat":1},{"version":"e8dbde089a4b9d5b2124764ebbcfe577ffcb3a1df5cfb512a504c708ddfc7262","affectsGlobalScope":true,"impliedFormat":1},{"version":"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","impliedFormat":1},{"version":"53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6","impliedFormat":1},{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"f85c06e750743acf31f0cfd3be284a364d469761649e29547d0dd6be48875150","affectsGlobalScope":true,"impliedFormat":1},{"version":"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","impliedFormat":1},{"version":"3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","impliedFormat":1},{"version":"0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","impliedFormat":1},{"version":"5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","impliedFormat":1},{"version":"d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true,"impliedFormat":1},{"version":"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","impliedFormat":1},{"version":"304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","impliedFormat":1},{"version":"1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","impliedFormat":1},{"version":"98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","impliedFormat":1},{"version":"c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","impliedFormat":1},{"version":"dccdf1677e531e33f8ac961a68bc537418c9a414797c1ea7e91307501cdc3f5e","impliedFormat":1},{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","impliedFormat":1},{"version":"a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","impliedFormat":1},{"version":"d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900","impliedFormat":1},{"version":"452e8a437aa57fe832dece2a5d3ea8dd0ab1de03ca778d09798c56ece0a29e80","affectsGlobalScope":true,"impliedFormat":1},{"version":"a20f1e119615bf7632729fd89b6c0b5ffdc2df3b512d6304146294528e3ebe19","affectsGlobalScope":true,"impliedFormat":1},{"version":"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","impliedFormat":1},{"version":"6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","impliedFormat":1},{"version":"56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","impliedFormat":1},{"version":"139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","impliedFormat":1},{"version":"7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","impliedFormat":1},{"version":"269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"73aa178e8fb1449ef3666093d8dca25f96302a80ee45f8ff027df8e4792bf9fd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927","impliedFormat":1},{"version":"f61ec7355ade6c4cffc2b121bab7bd6882a262c44b498f4fedbbbc8c8830a8cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true,"impliedFormat":1},{"version":"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","impliedFormat":1},{"version":"9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","impliedFormat":1},{"version":"e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","impliedFormat":1},{"version":"b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0","impliedFormat":1},{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true,"impliedFormat":1},{"version":"21fcdcb618236f0feaca7e511e2da10c19970f86e09c934cef2d45b340ad92b5","affectsGlobalScope":true,"impliedFormat":1},{"version":"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","impliedFormat":1},{"version":"4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","impliedFormat":1},{"version":"d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c","impliedFormat":1},{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true,"impliedFormat":1},{"version":"b33379077284c9e55d2410d814b71b15522c5f71f9e93e15a8c3c41d463b00f6","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","impliedFormat":1},{"version":"f0284427f61bbd071114efa75e9d17dbb7aeaf2c89bf5bd890f510a3e4a67de4","impliedFormat":1}],"root":[[79,120]],"options":{"composite":true,"declaration":true,"declarationMap":true,"module":99,"outDir":"..","rootDir":"../../src","skipLibCheck":true,"strict":true,"target":99},"referencedMap":[[122,1],[123,1],[162,2],[163,3],[164,4],[165,5],[166,6],[167,7],[168,8],[169,9],[170,10],[171,11],[172,11],[174,12],[173,13],[175,14],[176,15],[177,16],[161,17],[178,18],[179,19],[180,20],[213,21],[181,22],[182,23],[183,24],[184,25],[185,26],[186,27],[187,28],[188,29],[189,30],[190,31],[191,31],[192,32],[194,33],[196,34],[195,35],[197,36],[198,37],[199,38],[200,39],[201,40],[202,41],[203,42],[204,43],[205,44],[206,45],[207,46],[208,47],[209,48],[210,49],[211,50],[139,51],[149,52],[138,51],[159,53],[130,54],[129,55],[158,56],[152,57],[157,58],[132,59],[146,60],[131,61],[155,62],[127,63],[126,64],[156,65],[128,66],[133,67],[137,67],[160,68],[150,69],[141,70],[142,71],[144,72],[140,73],[143,74],[153,56],[135,75],[136,76],[145,77],[125,78],[148,69],[147,67],[154,79],[120,80],[105,80],[102,80],[84,81],[97,80],[100,82],[83,83],[119,84]],"latestChangedDtsFile":"./Comma.d.ts","version":"5.6.2"}
|
package/dist/index.cjs
CHANGED
|
@@ -3650,8 +3650,8 @@ function isErrorCondition(value, kind = null) {
|
|
|
3650
3650
|
|
|
3651
3651
|
// src/runtime/type-guards/hasKeys.ts
|
|
3652
3652
|
var hasKeys = (...props) => (
|
|
3653
|
-
/**
|
|
3654
|
-
* Type guard which validates whether the configured properties
|
|
3653
|
+
/**
|
|
3654
|
+
* Type guard which validates whether the configured properties
|
|
3655
3655
|
* exist on a given `Record<ObjectKey, unknown` and if they do at
|
|
3656
3656
|
* runtime will provide the type support for them.
|
|
3657
3657
|
*/
|
package/dist/index.js
CHANGED
|
@@ -3048,8 +3048,8 @@ function isErrorCondition(value, kind = null) {
|
|
|
3048
3048
|
|
|
3049
3049
|
// src/runtime/type-guards/hasKeys.ts
|
|
3050
3050
|
var hasKeys = (...props) => (
|
|
3051
|
-
/**
|
|
3052
|
-
* Type guard which validates whether the configured properties
|
|
3051
|
+
/**
|
|
3052
|
+
* Type guard which validates whether the configured properties
|
|
3053
3053
|
* exist on a given `Record<ObjectKey, unknown` and if they do at
|
|
3054
3054
|
* runtime will provide the type support for them.
|
|
3055
3055
|
*/
|