inferred-types 0.46.1 → 0.47.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/Marked.d.ts +7 -0
- package/dist/constants/Marked.d.ts.map +1 -1
- package/dist/constants/Never.d.ts.map +1 -1
- package/dist/constants/Tailwind.d.ts +31 -0
- package/dist/constants/Tailwind.d.ts.map +1 -0
- package/dist/constants/Tailwind.js +30 -0
- package/dist/constants/TypeTokens.d.ts +15 -0
- package/dist/constants/TypeTokens.d.ts.map +1 -1
- package/dist/constants/TypeTokens.js +92 -0
- package/dist/constants/Wide.d.ts +2 -1
- package/dist/constants/Wide.d.ts.map +1 -1
- package/dist/constants/Wide.js +0 -1
- package/dist/constants/createConstant.d.ts.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/index.js +1 -0
- package/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/inferred-types/index.cjs +1827 -1076
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/api/defineApi.d.ts +1 -36
- package/dist/runtime/api/defineApi.d.ts.map +1 -1
- package/dist/runtime/api/defineApi.js +90 -73
- package/dist/runtime/api/handleDoneFn.d.ts.map +1 -1
- package/dist/runtime/api/index.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifArray.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifArrayPartial.d.ts +1 -1
- package/dist/runtime/boolean-logic/ifArrayPartial.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifBoolean.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifChar.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifFalse.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifHasKey.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifLength.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifNotNull.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifNull.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifNumber.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifScalar.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifString.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifTrue.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifUndefined.d.ts.map +1 -1
- package/dist/runtime/boolean-logic/ifUndefined.js +1 -1
- package/dist/runtime/combinators/and.d.ts.map +1 -1
- package/dist/runtime/combinators/or.d.ts.map +1 -1
- package/dist/runtime/dictionary/entries.js +1 -1
- package/dist/runtime/dictionary/get.d.ts.map +1 -1
- package/dist/runtime/dictionary/keysOf.d.ts.map +1 -1
- package/dist/runtime/dictionary/omit.d.ts.map +1 -1
- package/dist/runtime/dictionary/retain.d.ts +4 -9
- 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.map +1 -1
- package/dist/runtime/dictionary/valuesOf.d.ts.map +1 -1
- package/dist/runtime/dictionary/withDefaults.d.ts.map +1 -1
- package/dist/runtime/dictionary/withKeys.d.ts +2 -2
- package/dist/runtime/dictionary/withKeys.d.ts.map +1 -1
- package/dist/runtime/dictionary/withoutKeys.d.ts +1 -13
- package/dist/runtime/dictionary/withoutKeys.d.ts.map +1 -1
- package/dist/runtime/dictionary/withoutValue.d.ts.map +1 -1
- package/dist/runtime/errors/KindError.d.ts.map +1 -1
- package/dist/runtime/errors/TypedError.d.ts.map +1 -1
- package/dist/runtime/errors/createErrorCondition.d.ts +5 -0
- package/dist/runtime/errors/createErrorCondition.d.ts.map +1 -1
- package/dist/runtime/errors/createErrorCondition.js +5 -0
- package/dist/runtime/errors/kindedError.d.ts.map +1 -1
- package/dist/runtime/functions/fnMeta.d.ts.map +1 -1
- package/dist/runtime/index.d.ts +2 -0
- package/dist/runtime/index.d.ts.map +1 -1
- package/dist/runtime/index.js +2 -0
- package/dist/runtime/initializers/addFnToProps.d.ts +2 -2
- package/dist/runtime/initializers/addFnToProps.d.ts.map +1 -1
- package/dist/runtime/initializers/addPropsToFn.d.ts +2 -2
- package/dist/runtime/initializers/addPropsToFn.d.ts.map +1 -1
- package/dist/runtime/initializers/createFnWithProps.d.ts.map +1 -1
- package/dist/runtime/initializers/defineObj.d.ts +2 -2
- package/dist/runtime/initializers/defineObj.d.ts.map +1 -1
- package/dist/runtime/initializers/defineTuple.d.ts.map +1 -1
- package/dist/runtime/lists/asArray.d.ts.map +1 -1
- package/dist/runtime/lists/createComparison.d.ts +2 -3
- package/dist/runtime/lists/createComparison.d.ts.map +1 -1
- package/dist/runtime/lists/createComparison.js +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/filter.d.ts +1 -1
- package/dist/runtime/lists/filter.js +4 -4
- package/dist/runtime/lists/find.d.ts +1 -1
- package/dist/runtime/lists/find.d.ts.map +1 -1
- package/dist/runtime/lists/index.d.ts +0 -1
- package/dist/runtime/lists/index.d.ts.map +1 -1
- package/dist/runtime/lists/index.js +0 -1
- package/dist/runtime/lists/indexOf.d.ts.map +1 -1
- package/dist/runtime/lists/indexOf.js +8 -5
- 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/join.js +6 -2
- package/dist/runtime/lists/last.d.ts +2 -2
- package/dist/runtime/lists/last.d.ts.map +1 -1
- package/dist/runtime/lists/logicalReturns.d.ts.map +1 -1
- package/dist/runtime/lists/reverse.d.ts.map +1 -1
- package/dist/runtime/lists/shift.d.ts +17 -5
- package/dist/runtime/lists/shift.d.ts.map +1 -1
- package/dist/runtime/lists/shift.js +33 -5
- package/dist/runtime/lists/slice.d.ts +2 -2
- package/dist/runtime/lists/slice.d.ts.map +1 -1
- package/dist/runtime/lists/unique.d.ts +2 -2
- package/dist/runtime/lists/unique.d.ts.map +1 -1
- package/dist/runtime/literals/box.d.ts.map +1 -1
- package/dist/runtime/literals/ensureLeading.d.ts +2 -2
- package/dist/runtime/literals/ensureLeading.d.ts.map +1 -1
- package/dist/runtime/literals/ensureLeading.js +6 -2
- package/dist/runtime/literals/ensureSurround.d.ts.map +1 -1
- package/dist/runtime/literals/ensureSurround.js +3 -1
- package/dist/runtime/literals/identity.d.ts.map +1 -1
- package/dist/runtime/literals/index.d.ts +2 -1
- package/dist/runtime/literals/index.d.ts.map +1 -1
- package/dist/runtime/literals/index.js +2 -1
- package/dist/runtime/literals/narrow.d.ts.map +1 -1
- package/dist/runtime/literals/phone/asPhoneNumber.d.ts +2 -0
- package/dist/runtime/literals/phone/asPhoneNumber.d.ts.map +1 -0
- package/dist/runtime/literals/phone/asPhoneNumber.js +62 -0
- package/dist/runtime/literals/phone/getPhoneCountryCode.d.ts +3 -0
- package/dist/runtime/literals/phone/getPhoneCountryCode.d.ts.map +1 -0
- package/dist/runtime/literals/phone/getPhoneCountryCode.js +7 -0
- package/dist/runtime/literals/phone/index.d.ts +4 -0
- package/dist/runtime/literals/phone/index.d.ts.map +1 -0
- package/dist/runtime/literals/phone/index.js +3 -0
- package/dist/runtime/literals/phone/removePhoneCountryCode.d.ts +3 -0
- package/dist/runtime/literals/phone/removePhoneCountryCode.d.ts.map +1 -0
- package/dist/runtime/literals/phone/removePhoneCountryCode.js +7 -0
- package/dist/runtime/literals/pluralize.d.ts.map +1 -1
- package/dist/runtime/literals/pluralize.js +4 -1
- package/dist/runtime/literals/retainAfter.d.ts.map +1 -1
- package/dist/runtime/literals/retainChars.d.ts +1 -1
- package/dist/runtime/literals/retainChars.d.ts.map +1 -1
- package/dist/runtime/literals/retainChars.js +2 -1
- package/dist/runtime/literals/retainWhile.d.ts.map +1 -1
- package/dist/runtime/literals/split.d.ts.map +1 -1
- package/dist/runtime/literals/stripAfter.d.ts.map +1 -1
- package/dist/runtime/literals/stripBefore.d.ts.map +1 -1
- package/dist/runtime/literals/stripChars.d.ts +1 -1
- package/dist/runtime/literals/stripChars.d.ts.map +1 -1
- package/dist/runtime/literals/stripChars.js +2 -1
- package/dist/runtime/literals/stripLeading.d.ts +1 -1
- package/dist/runtime/literals/stripLeading.d.ts.map +1 -1
- package/dist/runtime/literals/stripLeading.js +8 -6
- package/dist/runtime/literals/stripSurround.d.ts +19 -0
- package/dist/runtime/literals/stripSurround.d.ts.map +1 -0
- package/dist/runtime/literals/stripSurround.js +30 -0
- package/dist/runtime/literals/stripTrailing.d.ts +2 -2
- package/dist/runtime/literals/stripTrailing.d.ts.map +1 -1
- package/dist/runtime/literals/stripTrailing.js +9 -10
- package/dist/runtime/literals/stripUntil.d.ts.map +1 -1
- package/dist/runtime/literals/takeNumericCharacters.d.ts +2 -2
- package/dist/runtime/literals/takeNumericCharacters.d.ts.map +1 -1
- package/dist/runtime/literals/toKebabCase.d.ts.map +1 -1
- package/dist/runtime/literals/toNumericArray.d.ts +2 -2
- package/dist/runtime/literals/toNumericArray.d.ts.map +1 -1
- package/dist/runtime/literals/toPascalCase.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 +1 -1
- package/dist/runtime/literals/tuple.d.ts.map +1 -1
- package/dist/runtime/meta/urlMeta.d.ts.map +1 -1
- package/dist/runtime/meta/urlMeta.js +8 -5
- package/dist/runtime/meta/youtube-meta.d.ts.map +1 -1
- package/dist/runtime/queues/fifo.d.ts +3 -0
- package/dist/runtime/queues/fifo.d.ts.map +1 -0
- package/dist/runtime/queues/fifo.js +40 -0
- package/dist/runtime/queues/index.d.ts +3 -0
- package/dist/runtime/queues/index.d.ts.map +1 -0
- package/dist/runtime/queues/index.js +2 -0
- package/dist/runtime/queues/lifo.d.ts +3 -0
- package/dist/runtime/queues/lifo.d.ts.map +1 -0
- package/dist/runtime/queues/lifo.js +34 -0
- package/dist/runtime/runtime-types/asToken.d.ts +35 -0
- package/dist/runtime/runtime-types/asToken.d.ts.map +1 -0
- package/dist/runtime/runtime-types/asToken.js +115 -0
- package/dist/runtime/runtime-types/asType.d.ts +4 -0
- package/dist/runtime/runtime-types/asType.d.ts.map +1 -0
- package/dist/runtime/runtime-types/asType.js +6 -0
- package/dist/runtime/runtime-types/choices.js +8 -8
- package/dist/runtime/runtime-types/index.d.ts +3 -2
- package/dist/runtime/runtime-types/index.d.ts.map +1 -1
- package/dist/runtime/runtime-types/index.js +3 -2
- package/dist/runtime/runtime-types/ip6Prefix.d.ts +2 -2
- package/dist/runtime/runtime-types/ip6Prefix.d.ts.map +1 -1
- package/dist/runtime/runtime-types/list.d.ts.map +1 -1
- package/dist/runtime/runtime-types/rec.d.ts.map +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.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/functions.d.ts +7 -2
- package/dist/runtime/runtime-types/shape-helpers/functions.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/functions.js +5 -0
- package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts +2 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenData.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/getTokenName.d.ts +2 -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.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/regexToken.d.ts +12 -0
- package/dist/runtime/runtime-types/shape-helpers/regexToken.d.ts.map +1 -0
- package/dist/runtime/runtime-types/shape-helpers/regexToken.js +39 -0
- package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts +10 -0
- package/dist/runtime/runtime-types/shape-helpers/singletons.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/singletons.js +15 -0
- package/dist/runtime/runtime-types/shape-helpers/union.d.ts +5 -0
- package/dist/runtime/runtime-types/shape-helpers/union.d.ts.map +1 -1
- package/dist/runtime/runtime-types/shape-helpers/union.js +5 -0
- 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 +2 -2
- 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 +30 -0
- package/dist/runtime/runtime-types/tokens/createTypeToken.d.ts.map +1 -0
- package/dist/runtime/runtime-types/tokens/createTypeToken.js +29 -0
- package/dist/runtime/runtime-types/tokens/index.d.ts +3 -0
- package/dist/runtime/runtime-types/tokens/index.d.ts.map +1 -0
- package/dist/runtime/runtime-types/tokens/index.js +2 -0
- package/dist/runtime/runtime-types/tokens/simpleToken.d.ts +51 -0
- package/dist/runtime/runtime-types/tokens/simpleToken.d.ts.map +1 -0
- package/dist/runtime/runtime-types/tokens/simpleToken.js +64 -0
- package/dist/runtime/sets/uniqueKeys.d.ts.map +1 -1
- package/dist/runtime/tsconfig.tsbuildinfo +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 +7 -1
- package/dist/runtime/type-conversion/asString.d.ts.map +1 -1
- package/dist/runtime/type-conversion/asString.js +11 -3
- package/dist/runtime/type-conversion/csv.d.ts +17 -0
- package/dist/runtime/type-conversion/csv.d.ts.map +1 -0
- package/dist/runtime/type-conversion/csv.js +31 -0
- package/dist/runtime/type-conversion/index.d.ts +2 -0
- package/dist/runtime/type-conversion/index.d.ts.map +1 -1
- package/dist/runtime/type-conversion/index.js +2 -0
- package/dist/runtime/type-conversion/ip6GroupExpansion.d.ts.map +1 -1
- package/dist/runtime/type-conversion/json.d.ts +18 -0
- package/dist/runtime/type-conversion/json.d.ts.map +1 -0
- package/dist/runtime/type-conversion/json.js +27 -0
- package/dist/runtime/type-conversion/mergeObjects.d.ts.map +1 -1
- package/dist/runtime/type-conversion/mergeScalars.d.ts.map +1 -1
- package/dist/runtime/type-conversion/optional.d.ts +20 -4
- package/dist/runtime/type-conversion/optional.d.ts.map +1 -1
- package/dist/runtime/type-conversion/optional.js +24 -6
- package/dist/runtime/type-conversion/union.d.ts.map +1 -1
- package/dist/runtime/type-guards/api-tg.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasErrorConditions.d.ts +2 -4
- package/dist/runtime/type-guards/hasErrorConditions.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasIndexOf.d.ts +2 -2
- package/dist/runtime/type-guards/hasIndexOf.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasKeys.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasWhitespace.d.ts.map +1 -1
- package/dist/runtime/type-guards/hasWhitespace.js +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.map +1 -1
- package/dist/runtime/type-guards/higher-order/isEqual.js +1 -1
- package/dist/runtime/type-guards/higher-order/isLength.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/isLength.js +1 -5
- package/dist/runtime/type-guards/higher-order/isSameTypeOf.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/isTuple.d.ts +1 -2
- package/dist/runtime/type-guards/higher-order/isTuple.d.ts.map +1 -1
- package/dist/runtime/type-guards/higher-order/isTuple.js +1 -2
- 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.map +1 -1
- package/dist/runtime/type-guards/higher-order/startsWith.js +1 -2
- package/dist/runtime/type-guards/index.d.ts +5 -0
- package/dist/runtime/type-guards/index.d.ts.map +1 -1
- package/dist/runtime/type-guards/index.js +5 -0
- package/dist/runtime/type-guards/isAlpha.d.ts.map +1 -1
- package/dist/runtime/type-guards/isBooleanLike.d.ts +9 -0
- package/dist/runtime/type-guards/isBooleanLike.d.ts.map +1 -0
- package/dist/runtime/type-guards/isBooleanLike.js +11 -0
- package/dist/runtime/type-guards/isCssAspectRatio.d.ts +1 -1
- package/dist/runtime/type-guards/isCssAspectRatio.d.ts.map +1 -1
- package/dist/runtime/type-guards/isDoneFn.d.ts.map +1 -1
- package/dist/runtime/type-guards/isEmail.d.ts +2 -1
- package/dist/runtime/type-guards/isEmail.d.ts.map +1 -1
- package/dist/runtime/type-guards/isEmail.js +10 -4
- package/dist/runtime/type-guards/isFalsy.d.ts.map +1 -1
- package/dist/runtime/type-guards/isHexadecimal.d.ts.map +1 -1
- package/dist/runtime/type-guards/isInlineSvg.d.ts +2 -1
- package/dist/runtime/type-guards/isInlineSvg.d.ts.map +1 -1
- package/dist/runtime/type-guards/isLeftRight.d.ts +2 -2
- package/dist/runtime/type-guards/isLeftRight.d.ts.map +1 -1
- package/dist/runtime/type-guards/isNever.d.ts.map +1 -1
- package/dist/runtime/type-guards/isNumericString.d.ts +8 -0
- package/dist/runtime/type-guards/isNumericString.d.ts.map +1 -1
- package/dist/runtime/type-guards/isNumericString.js +11 -0
- package/dist/runtime/type-guards/isPhoneNumber.d.ts +1 -1
- package/dist/runtime/type-guards/isPhoneNumber.d.ts.map +1 -1
- package/dist/runtime/type-guards/isPhoneNumber.js +16 -10
- package/dist/runtime/type-guards/isRegExp.d.ts +17 -0
- package/dist/runtime/type-guards/isRegExp.d.ts.map +1 -0
- package/dist/runtime/type-guards/isRegExp.js +32 -0
- package/dist/runtime/type-guards/isRuntimeUnion.d.ts.map +1 -1
- package/dist/runtime/type-guards/isSpecificConstant.d.ts.map +1 -1
- package/dist/runtime/type-guards/isTrimmable.d.ts.map +1 -1
- package/dist/runtime/type-guards/isTruthy.d.ts.map +1 -1
- package/dist/runtime/type-guards/isUnset.d.ts.map +1 -1
- package/dist/runtime/type-guards/isUrl.d.ts +3 -3
- package/dist/runtime/type-guards/isUrl.d.ts.map +1 -1
- package/dist/runtime/type-guards/network-tg.d.ts +6 -7
- package/dist/runtime/type-guards/network-tg.d.ts.map +1 -1
- package/dist/runtime/type-guards/network-tg.js +4 -9
- package/dist/runtime/type-guards/repos.d.ts +9 -7
- package/dist/runtime/type-guards/repos.d.ts.map +1 -1
- package/dist/runtime/type-guards/repos.js +1 -3
- package/dist/runtime/type-guards/tokens/index.d.ts +6 -0
- package/dist/runtime/type-guards/tokens/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/index.js +5 -0
- package/dist/runtime/type-guards/tokens/isAtomicToken.d.ts +9 -0
- package/dist/runtime/type-guards/tokens/isAtomicToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isAtomicToken.js +12 -0
- package/dist/runtime/type-guards/tokens/isContainerToken.d.ts +21 -0
- package/dist/runtime/type-guards/tokens/isContainerToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isContainerToken.js +48 -0
- package/dist/runtime/type-guards/tokens/isFunctionToken.d.ts +4 -0
- package/dist/runtime/type-guards/tokens/isFunctionToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isFunctionToken.js +7 -0
- package/dist/runtime/type-guards/tokens/isShapeToken.d.ts +9 -0
- package/dist/runtime/type-guards/tokens/isShapeToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isShapeToken.js +21 -0
- package/dist/runtime/type-guards/tokens/isSimpleToken.d.ts +53 -0
- package/dist/runtime/type-guards/tokens/isSimpleToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isSimpleToken.js +74 -0
- package/dist/runtime/type-guards/tokens/isSingletonToken.d.ts +9 -0
- package/dist/runtime/type-guards/tokens/isSingletonToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isSingletonToken.js +12 -0
- package/dist/runtime/type-guards/tokens/isTupleToken.d.ts +1 -0
- package/dist/runtime/type-guards/tokens/isTupleToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isTupleToken.js +1 -0
- package/dist/runtime/type-guards/tokens/isUnionSetToken.d.ts +1 -0
- package/dist/runtime/type-guards/tokens/isUnionSetToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isUnionSetToken.js +1 -0
- package/dist/runtime/type-guards/tokens/isUnionToken.d.ts +9 -0
- package/dist/runtime/type-guards/tokens/isUnionToken.d.ts.map +1 -0
- package/dist/runtime/type-guards/tokens/isUnionToken.js +12 -0
- package/dist/runtime/type-guards/youtube.d.ts +5 -5
- package/dist/runtime/type-guards/youtube.d.ts.map +1 -1
- package/dist/runtime/type-guards/youtube.js +1 -3
- package/dist/runtime/vuejs/asVueRef.d.ts +1 -1
- package/dist/runtime/vuejs/asVueRef.d.ts.map +1 -1
- package/dist/types/base-types/LikeRegExp.d.ts +9 -0
- package/dist/types/base-types/LikeRegExp.d.ts.map +1 -0
- package/dist/types/base-types/Something.d.ts.map +1 -1
- package/dist/types/base-types/Something.js +1 -0
- package/dist/types/base-types/fns/AnyFunction.d.ts.map +1 -1
- package/dist/types/base-types/fns/AnyFunction.js +1 -1
- package/dist/types/base-types/fns/FnAllowingProps.d.ts +11 -0
- package/dist/types/base-types/fns/FnAllowingProps.d.ts.map +1 -0
- package/dist/types/base-types/fns/index.d.ts +1 -2
- package/dist/types/base-types/fns/index.d.ts.map +1 -1
- package/dist/types/base-types/fns/index.js +1 -2
- package/dist/types/base-types/index.d.ts +1 -0
- package/dist/types/base-types/index.d.ts.map +1 -1
- package/dist/types/base-types/index.js +1 -0
- package/dist/types/boolean-logic/branching/OnPass.d.ts.map +1 -1
- package/dist/types/boolean-logic/combinators/Compare.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/AreSameLength.d.ts +2 -2
- package/dist/types/boolean-logic/operators/AreSameLength.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/Contains.d.ts +4 -3
- package/dist/types/boolean-logic/operators/Contains.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HasArray.d.ts +10 -0
- package/dist/types/boolean-logic/operators/HasArray.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts +1 -2
- package/dist/types/boolean-logic/operators/HasRequiredProps.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/HaveSameNumericSign.d.ts +9 -0
- package/dist/types/boolean-logic/operators/HaveSameNumericSign.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/HaveSameNumericSign.js +1 -0
- package/dist/types/boolean-logic/operators/IsEmptyString.d.ts +12 -0
- package/dist/types/boolean-logic/operators/IsEmptyString.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsEmptyString.js +1 -0
- package/dist/types/boolean-logic/operators/IsFloat.d.ts +2 -2
- package/dist/types/boolean-logic/operators/IsFloat.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts +8 -2
- package/dist/types/boolean-logic/operators/IsGreaterThan.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsInteger.d.ts +2 -2
- package/dist/types/boolean-logic/operators/IsInteger.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsLessThan.d.ts +8 -2
- package/dist/types/boolean-logic/operators/IsLessThan.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/IsNegativeNumber.d.ts +2 -4
- 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/IsPositiveNumber.d.ts +11 -0
- package/dist/types/boolean-logic/operators/IsPositiveNumber.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/IsPositiveNumber.js +1 -0
- package/dist/types/boolean-logic/operators/IsTuple.d.ts +1 -1
- package/dist/types/boolean-logic/operators/IsUrl.d.ts +7 -8
- package/dist/types/boolean-logic/operators/IsUrl.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/MaybeError.d.ts +20 -0
- package/dist/types/boolean-logic/operators/MaybeError.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/MaybeError.js +2 -0
- package/dist/types/boolean-logic/operators/PhoneOperators.d.ts +2 -3
- package/dist/types/boolean-logic/operators/PhoneOperators.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/StartsWith.d.ts +8 -9
- package/dist/types/boolean-logic/operators/StartsWith.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/UnionHasArray.d.ts +14 -0
- package/dist/types/boolean-logic/operators/UnionHasArray.d.ts.map +1 -0
- package/dist/types/boolean-logic/operators/UnionHasArray.js +1 -0
- package/dist/types/boolean-logic/operators/index.d.ts +6 -0
- package/dist/types/boolean-logic/operators/index.d.ts.map +1 -1
- package/dist/types/boolean-logic/operators/index.js +6 -0
- package/dist/types/containers/RemoveEmpty.d.ts +30 -0
- package/dist/types/containers/RemoveEmpty.d.ts.map +1 -0
- package/dist/types/containers/RemoveEmpty.js +1 -0
- package/dist/types/containers/RemoveMarked.d.ts +1 -1
- package/dist/types/containers/RemoveMarked.d.ts.map +1 -1
- package/dist/types/containers/RemoveUndefined.d.ts +1 -7
- package/dist/types/containers/RemoveUndefined.d.ts.map +1 -1
- package/dist/types/containers/index.d.ts +1 -0
- package/dist/types/containers/index.d.ts.map +1 -1
- package/dist/types/containers/index.js +1 -0
- package/dist/types/dictionary/EnsureKeys.d.ts +1 -3
- package/dist/types/dictionary/EnsureKeys.d.ts.map +1 -1
- package/dist/types/dictionary/Keys.d.ts +2 -2
- package/dist/types/dictionary/Keys.d.ts.map +1 -1
- package/dist/types/dictionary/OptionalKeys.d.ts +2 -2
- package/dist/types/dictionary/OptionalKeys.d.ts.map +1 -1
- package/dist/types/dictionary/OptionalKeys.js +0 -1
- package/dist/types/dictionary/RequireProps.d.ts +2 -2
- package/dist/types/dictionary/RequireProps.d.ts.map +1 -1
- package/dist/types/dictionary/RequiredKeys.d.ts +2 -2
- package/dist/types/dictionary/RequiredKeys.d.ts.map +1 -1
- package/dist/types/dictionary/WithValue.d.ts +2 -3
- package/dist/types/dictionary/WithValue.d.ts.map +1 -1
- package/dist/types/dictionary/WithoutKeys.d.ts +3 -3
- package/dist/types/dictionary/WithoutKeys.d.ts.map +1 -1
- package/dist/types/functional/Result.d.ts +1 -1
- package/dist/types/functional/Result.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/FnWithProps.d.ts +10 -0
- package/dist/types/functions/FnWithProps.d.ts.map +1 -0
- package/dist/types/functions/FnWithProps.js +1 -0
- package/dist/types/functions/IdentityFn.d.ts +1 -2
- package/dist/types/functions/IdentityFn.d.ts.map +1 -1
- package/dist/types/functions/index.d.ts +1 -0
- package/dist/types/functions/index.d.ts.map +1 -1
- package/dist/types/functions/index.js +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -0
- package/dist/types/lists/AsArray.d.ts +7 -2
- package/dist/types/lists/AsArray.d.ts.map +1 -1
- package/dist/types/lists/BeforeLast.d.ts +3 -3
- package/dist/types/lists/Filter.d.ts +2 -9
- package/dist/types/lists/Filter.d.ts.map +1 -1
- package/dist/types/lists/FilterByProp.d.ts +37 -0
- package/dist/types/lists/FilterByProp.d.ts.map +1 -0
- package/dist/types/lists/FilterByProp.js +1 -0
- package/dist/types/lists/Flatten.d.ts +31 -14
- package/dist/types/lists/Flatten.d.ts.map +1 -1
- package/dist/types/lists/Last.d.ts +2 -2
- package/dist/types/lists/Last.d.ts.map +1 -1
- package/dist/types/lists/Length.d.ts +3 -4
- package/dist/types/lists/Length.d.ts.map +1 -1
- package/dist/types/lists/RetainByProp.d.ts +38 -0
- package/dist/types/lists/RetainByProp.d.ts.map +1 -0
- package/dist/types/lists/RetainByProp.js +1 -0
- package/dist/types/lists/Shift.d.ts +5 -3
- package/dist/types/lists/Shift.d.ts.map +1 -1
- package/dist/types/lists/Slice.d.ts +17 -9
- package/dist/types/lists/Slice.d.ts.map +1 -1
- package/dist/types/lists/TakeFirst.d.ts +21 -0
- package/dist/types/lists/TakeFirst.d.ts.map +1 -0
- package/dist/types/lists/TakeFirst.js +1 -0
- package/dist/types/lists/TakeLast.d.ts +16 -0
- package/dist/types/lists/TakeLast.d.ts.map +1 -0
- package/dist/types/lists/TakeLast.js +1 -0
- package/dist/types/lists/index.d.ts +4 -0
- package/dist/types/lists/index.d.ts.map +1 -1
- package/dist/types/lists/index.js +4 -0
- package/dist/types/literals/BooleanLike.d.ts +8 -0
- package/dist/types/literals/BooleanLike.d.ts.map +1 -0
- package/dist/types/literals/BooleanLike.js +1 -0
- package/dist/types/literals/NarrowableDefined.d.ts +2 -1
- package/dist/types/literals/NarrowableDefined.d.ts.map +1 -1
- package/dist/types/literals/NarrowableDefined.js +0 -1
- package/dist/types/literals/Shape.d.ts +10 -1
- package/dist/types/literals/Shape.d.ts.map +1 -1
- package/dist/types/literals/index.d.ts +1 -0
- package/dist/types/literals/index.d.ts.map +1 -1
- package/dist/types/literals/index.js +1 -0
- package/dist/types/numeric-literals/Abs.d.ts +2 -2
- package/dist/types/numeric-literals/Abs.d.ts.map +1 -1
- package/dist/types/numeric-literals/Add.d.ts +5 -3
- package/dist/types/numeric-literals/Add.d.ts.map +1 -1
- package/dist/types/numeric-literals/AsNegativeNumber.d.ts +12 -0
- package/dist/types/numeric-literals/AsNegativeNumber.d.ts.map +1 -0
- package/dist/types/numeric-literals/AsNegativeNumber.js +1 -0
- package/dist/types/numeric-literals/CSV.d.ts +73 -0
- package/dist/types/numeric-literals/CSV.d.ts.map +1 -0
- package/dist/types/numeric-literals/CSV.js +1 -0
- package/dist/types/numeric-literals/Delta.d.ts +14 -0
- package/dist/types/numeric-literals/Delta.d.ts.map +1 -0
- package/dist/types/numeric-literals/Delta.js +1 -0
- package/dist/types/numeric-literals/Digit.d.ts +2 -3
- package/dist/types/numeric-literals/Digit.d.ts.map +1 -1
- package/dist/types/numeric-literals/Digitize.d.ts +10 -20
- package/dist/types/numeric-literals/Digitize.d.ts.map +1 -1
- package/dist/types/numeric-literals/Increment.d.ts +2 -5
- package/dist/types/numeric-literals/Increment.d.ts.map +1 -1
- package/dist/types/numeric-literals/InvertNumericSign.d.ts +9 -0
- package/dist/types/numeric-literals/InvertNumericSign.d.ts.map +1 -0
- package/dist/types/numeric-literals/InvertNumericSign.js +1 -0
- package/dist/types/numeric-literals/NumberLike.d.ts.map +1 -1
- package/dist/types/numeric-literals/Subtract.d.ts +11 -8
- package/dist/types/numeric-literals/Subtract.d.ts.map +1 -1
- package/dist/types/numeric-literals/Zero.d.ts +8 -0
- package/dist/types/numeric-literals/Zero.d.ts.map +1 -0
- package/dist/types/numeric-literals/Zero.js +1 -0
- package/dist/types/numeric-literals/index.d.ts +5 -0
- package/dist/types/numeric-literals/index.d.ts.map +1 -1
- package/dist/types/numeric-literals/index.js +5 -0
- package/dist/types/queues/FifoQueue.d.ts +31 -0
- package/dist/types/queues/FifoQueue.d.ts.map +1 -0
- package/dist/types/queues/FifoQueue.js +1 -0
- package/dist/types/queues/LifoQueue.d.ts +31 -0
- package/dist/types/queues/LifoQueue.d.ts.map +1 -0
- package/dist/types/queues/LifoQueue.js +1 -0
- package/dist/types/queues/index.d.ts +3 -0
- package/dist/types/queues/index.d.ts.map +1 -0
- package/dist/types/queues/index.js +2 -0
- package/dist/types/runtime-types/AsType.d.ts +16 -0
- package/dist/types/runtime-types/AsType.d.ts.map +1 -0
- package/dist/types/runtime-types/AsType.js +1 -0
- package/dist/types/runtime-types/SimpleType.d.ts +47 -0
- package/dist/types/runtime-types/SimpleType.d.ts.map +1 -0
- package/dist/types/runtime-types/SimpleType.js +1 -0
- package/dist/types/runtime-types/Type.d.ts +1 -1
- package/dist/types/runtime-types/Type.d.ts.map +1 -1
- package/dist/types/runtime-types/TypeOf.d.ts +1 -1
- package/dist/types/runtime-types/TypeOf.d.ts.map +1 -1
- package/dist/types/runtime-types/TypeToken.d.ts +119 -9
- package/dist/types/runtime-types/TypeToken.d.ts.map +1 -1
- package/dist/types/runtime-types/index.d.ts +2 -1
- package/dist/types/runtime-types/index.d.ts.map +1 -1
- package/dist/types/runtime-types/index.js +2 -1
- package/dist/types/sets/Intersection.d.ts +1 -1
- package/dist/types/sets/Intersection.d.ts.map +1 -1
- package/dist/types/string-literals/Date.d.ts +4 -4
- package/dist/types/string-literals/Date.d.ts.map +1 -1
- package/dist/types/string-literals/EnsureLeading.d.ts +10 -6
- package/dist/types/string-literals/EnsureLeading.d.ts.map +1 -1
- package/dist/types/string-literals/EnsureTrailing.d.ts +5 -6
- package/dist/types/string-literals/EnsureTrailing.d.ts.map +1 -1
- package/dist/types/string-literals/Join.d.ts +3 -2
- package/dist/types/string-literals/Join.d.ts.map +1 -1
- package/dist/types/string-literals/Proxmox.d.ts +2 -3
- package/dist/types/string-literals/Proxmox.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/StripLeading.d.ts +2 -2
- package/dist/types/string-literals/StripLeading.d.ts.map +1 -1
- package/dist/types/string-literals/StripSurround.d.ts +16 -0
- package/dist/types/string-literals/StripSurround.d.ts.map +1 -0
- package/dist/types/string-literals/StripSurround.js +1 -0
- package/dist/types/string-literals/StripTrailing.d.ts +2 -2
- 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.map +1 -1
- package/dist/types/string-literals/Surround.d.ts +2 -2
- package/dist/types/string-literals/Surround.d.ts.map +1 -1
- package/dist/types/string-literals/Truncate.d.ts +4 -4
- package/dist/types/string-literals/Truncate.d.ts.map +1 -1
- package/dist/types/string-literals/UnderlyingType.d.ts +18 -0
- package/dist/types/string-literals/UnderlyingType.d.ts.map +1 -0
- package/dist/types/string-literals/UnderlyingType.js +1 -0
- package/dist/types/string-literals/character-sets/Consonants.d.ts +3 -4
- package/dist/types/string-literals/character-sets/Consonants.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/DomainName.d.ts +1 -1
- package/dist/types/string-literals/character-sets/DomainName.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/IpAddress.d.ts +1 -1
- package/dist/types/string-literals/character-sets/IpAddress.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts +2 -3
- package/dist/types/string-literals/character-sets/LowerAlphaChar.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/NumericChar.d.ts +3 -4
- package/dist/types/string-literals/character-sets/NumericChar.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Repos.d.ts +2 -1
- package/dist/types/string-literals/character-sets/Repos.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/SingularNoun.d.ts +1 -1
- package/dist/types/string-literals/character-sets/SingularNoun.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts +2 -3
- package/dist/types/string-literals/character-sets/UpperAlphaChar.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Url.d.ts +4 -3
- package/dist/types/string-literals/character-sets/Url.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Url.js +0 -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/css/color.d.ts +24 -0
- package/dist/types/string-literals/character-sets/css/color.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/color.js +1 -0
- package/dist/types/string-literals/character-sets/css/display-position.d.ts +26 -0
- package/dist/types/string-literals/character-sets/css/display-position.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/display-position.js +1 -0
- package/dist/types/string-literals/character-sets/css/index.d.ts +4 -0
- package/dist/types/string-literals/character-sets/css/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/index.js +3 -0
- package/dist/types/string-literals/character-sets/css/sizing.d.ts +10 -0
- package/dist/types/string-literals/character-sets/css/sizing.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/sizing.js +1 -0
- package/dist/types/string-literals/character-sets/index.d.ts +3 -2
- package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/index.js +3 -2
- package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.d.ts +12 -0
- package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/CountryPhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/DialCountryCode.d.ts +9 -0
- package/dist/types/string-literals/character-sets/phone/DialCountryCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/DialCountryCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.d.ts +14 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneCountryCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.d.ts +10 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/GetPhoneNumberType.js +1 -0
- package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.d.ts +12 -0
- package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/InternationalPhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.d.ts +12 -0
- package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/LocalPhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.d.ts +6 -0
- package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneAreaCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.d.ts +13 -0
- package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneCountryCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumber.d.ts +23 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumberDelimiter.d.ts +5 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumberDelimiter.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneNumberDelimiter.js +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneShortCode.d.ts +19 -0
- package/dist/types/string-literals/character-sets/phone/PhoneShortCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/PhoneShortCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.d.ts +30 -0
- package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/RawPhoneNumber.js +1 -0
- package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.d.ts +27 -0
- package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/RemovePhoneCountryCode.js +1 -0
- package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.d.ts +17 -0
- package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/ToPhoneFormat.js +1 -0
- package/dist/types/string-literals/character-sets/phone/index.d.ts +15 -0
- package/dist/types/string-literals/character-sets/phone/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/phone/index.js +14 -0
- package/dist/types/string-literals/character-sets/phone.d.ts +0 -187
- package/dist/types/string-literals/character-sets/phone.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/tw/TwColor.d.ts +41 -0
- package/dist/types/string-literals/character-sets/tw/TwColor.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/tw/TwColor.js +1 -0
- package/dist/types/string-literals/character-sets/tw/index.d.ts +2 -0
- package/dist/types/string-literals/character-sets/tw/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/tw/index.js +1 -0
- package/dist/types/string-literals/geo/state.d.ts +1 -1
- package/dist/types/string-literals/geo/state.d.ts.map +1 -1
- package/dist/types/string-literals/geo/zip.d.ts +1 -1
- package/dist/types/string-literals/geo/zip.d.ts.map +1 -1
- package/dist/types/string-literals/index.d.ts +2 -0
- package/dist/types/string-literals/index.d.ts.map +1 -1
- package/dist/types/string-literals/index.js +2 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/type-conversion/AsBoolean.d.ts +7 -4
- package/dist/types/type-conversion/AsBoolean.d.ts.map +1 -1
- package/dist/types/type-conversion/AsNumber.d.ts +8 -3
- package/dist/types/type-conversion/AsNumber.d.ts.map +1 -1
- package/dist/types/type-conversion/AsString.d.ts +3 -1
- package/dist/types/type-conversion/AsString.d.ts.map +1 -1
- package/dist/types/type-conversion/AsStringUnion.d.ts +25 -0
- package/dist/types/type-conversion/AsStringUnion.d.ts.map +1 -0
- package/dist/types/type-conversion/AsStringUnion.js +1 -0
- package/dist/types/type-conversion/JSON.d.ts +25 -0
- package/dist/types/type-conversion/JSON.d.ts.map +1 -0
- package/dist/types/type-conversion/JSON.js +1 -0
- package/dist/types/type-conversion/StringLiteralFromTuple.d.ts +18 -0
- package/dist/types/type-conversion/StringLiteralFromTuple.d.ts.map +1 -0
- package/dist/types/type-conversion/StringLiteralFromTuple.js +1 -0
- package/dist/types/type-conversion/StripChars.d.ts +7 -6
- package/dist/types/type-conversion/StripChars.d.ts.map +1 -1
- package/dist/types/type-conversion/ToJsonValue.d.ts +11 -0
- package/dist/types/type-conversion/ToJsonValue.d.ts.map +1 -0
- package/dist/types/type-conversion/ToJsonValue.js +1 -0
- package/dist/types/type-conversion/ToStringArray.d.ts +4 -3
- package/dist/types/type-conversion/ToStringArray.d.ts.map +1 -1
- package/dist/types/type-conversion/TupleToUnion.d.ts +2 -2
- package/dist/types/type-conversion/TupleToUnion.d.ts.map +1 -1
- package/dist/types/type-conversion/Widen.js +1 -0
- package/dist/types/type-conversion/index.d.ts +4 -0
- package/dist/types/type-conversion/index.d.ts.map +1 -1
- package/dist/types/type-conversion/index.js +4 -0
- package/package.json +38 -37
- package/dist/runtime/lists/pop.d.ts +0 -17
- package/dist/runtime/lists/pop.d.ts.map +0 -1
- package/dist/runtime/lists/pop.js +0 -16
- package/dist/runtime/literals/asPhoneNumber.d.ts +0 -10
- package/dist/runtime/literals/asPhoneNumber.d.ts.map +0 -1
- package/dist/runtime/literals/asPhoneNumber.js +0 -62
- package/dist/runtime/runtime-types/dict.d.ts +0 -10
- package/dist/runtime/runtime-types/dict.d.ts.map +0 -1
- package/dist/runtime/runtime-types/dict.js +0 -11
- package/dist/runtime/runtime-types/parse.d.ts +0 -16
- package/dist/runtime/runtime-types/parse.d.ts.map +0 -1
- package/dist/runtime/runtime-types/parse.js +0 -29
- package/dist/types/base-types/fns/AnyFnWithDict.d.ts +0 -9
- package/dist/types/base-types/fns/AnyFnWithDict.d.ts.map +0 -1
- package/dist/types/base-types/fns/FnWithDict.d.ts +0 -10
- package/dist/types/base-types/fns/FnWithDict.d.ts.map +0 -1
- package/dist/types/runtime-types/DescribeType.d.ts +0 -40
- package/dist/types/runtime-types/DescribeType.d.ts.map +0 -1
- package/dist/types/runtime-types/DescribeType.js +0 -2
- package/dist/types/string-literals/character-sets/CSS.d.ts +0 -13
- package/dist/types/string-literals/character-sets/CSS.d.ts.map +0 -1
- /package/dist/types/base-types/{fns/AnyFnWithDict.js → LikeRegExp.js} +0 -0
- /package/dist/types/base-types/fns/{FnWithDict.js → FnAllowingProps.js} +0 -0
- /package/dist/types/{string-literals/character-sets/CSS.js → boolean-logic/operators/HasArray.js} +0 -0
|
@@ -1,2 +1,9 @@
|
|
|
1
1
|
export declare const MARKED: import("./index").Constant<"Marked">;
|
|
2
|
+
/**
|
|
3
|
+
* **Marked**
|
|
4
|
+
*
|
|
5
|
+
* A constant that indicates that an item has been marked for
|
|
6
|
+
* some ongoing operation.
|
|
7
|
+
*/
|
|
8
|
+
export type Marked = typeof MARKED;
|
|
2
9
|
//# sourceMappingURL=Marked.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Marked.d.ts","sourceRoot":"","sources":["../../src/constants/Marked.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,sCAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"Marked.d.ts","sourceRoot":"","sources":["../../src/constants/Marked.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,sCAA2B,CAAC;AAE/C;;;;;GAKG;AACH,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Never.d.ts","sourceRoot":"","sources":["../../src/constants/Never.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Never.d.ts","sourceRoot":"","sources":["../../src/constants/Never.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,KAAK,EAA8B,KAAK,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* **TW_COLOR_HUE**
|
|
3
|
+
*
|
|
4
|
+
* The _hue_ values for [TailwindCSS](https://tailwindcss.com/docs/customizing-colors)
|
|
5
|
+
* when moved into the **oklch** color space.
|
|
6
|
+
*/
|
|
7
|
+
export declare const TW_COLOR_HUE: {
|
|
8
|
+
readonly slate: 262;
|
|
9
|
+
readonly gray: 270;
|
|
10
|
+
readonly zinc: 269;
|
|
11
|
+
readonly neutral: 270;
|
|
12
|
+
readonly stone: 273;
|
|
13
|
+
readonly red: 24;
|
|
14
|
+
readonly orange: 44;
|
|
15
|
+
readonly amber: 79;
|
|
16
|
+
readonly yellow: 100;
|
|
17
|
+
readonly lime: 132;
|
|
18
|
+
readonly green: 144;
|
|
19
|
+
readonly emerald: 159;
|
|
20
|
+
readonly teal: 182;
|
|
21
|
+
readonly cyan: 192;
|
|
22
|
+
readonly sky: 219;
|
|
23
|
+
readonly blue: 240;
|
|
24
|
+
readonly indigo: 268;
|
|
25
|
+
readonly violet: 283;
|
|
26
|
+
readonly purple: 294;
|
|
27
|
+
readonly fuchsia: 319;
|
|
28
|
+
readonly pink: 334;
|
|
29
|
+
readonly rose: 15;
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=Tailwind.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tailwind.d.ts","sourceRoot":"","sources":["../../src/constants/Tailwind.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;CAuBf,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* **TW_COLOR_HUE**
|
|
3
|
+
*
|
|
4
|
+
* The _hue_ values for [TailwindCSS](https://tailwindcss.com/docs/customizing-colors)
|
|
5
|
+
* when moved into the **oklch** color space.
|
|
6
|
+
*/
|
|
7
|
+
export const TW_COLOR_HUE = {
|
|
8
|
+
slate: 262,
|
|
9
|
+
gray: 270,
|
|
10
|
+
zinc: 269,
|
|
11
|
+
neutral: 270,
|
|
12
|
+
stone: 273,
|
|
13
|
+
red: 24,
|
|
14
|
+
orange: 44,
|
|
15
|
+
amber: 79,
|
|
16
|
+
yellow: 100,
|
|
17
|
+
lime: 132,
|
|
18
|
+
green: 144,
|
|
19
|
+
emerald: 159,
|
|
20
|
+
teal: 182,
|
|
21
|
+
cyan: 192,
|
|
22
|
+
sky: 219,
|
|
23
|
+
blue: 240,
|
|
24
|
+
indigo: 268,
|
|
25
|
+
violet: 283,
|
|
26
|
+
purple: 294,
|
|
27
|
+
fuchsia: 319,
|
|
28
|
+
pink: 334,
|
|
29
|
+
rose: 15
|
|
30
|
+
};
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
export declare const SIMPLE_MAP_KEYS: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, opt(string)>", "Dict<string, opt(number)>", "Dict<string, opt(boolean)>", "Dict<{id: number}>", "Dict<{id: string}>"];
|
|
2
|
+
export declare const SIMPLE_MAP_VALUES: readonly ["string", "number", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, opt(string)>", "Dict<string, opt(number)>", "Dict<string, opt(boolean)>", "Dict<{id: number}>", "Dict<{id: string}>", "boolean", "unknown", "undefined", "Dict<string, opt(string)>", "Dict<string, opt(number)>", "Dict<string, opt(boolean)>", "Dict<string, opt(unknown)>", "Dict<{id: number}>", "Dict<{id: string}>"];
|
|
3
|
+
export declare const SIMPLE_DICT_VALUES: readonly ["string", "number", "boolean", "unknown", "opt(string)", "opt(number)", "opt(boolean)", "opt(unknown)"];
|
|
4
|
+
export declare const SIMPLE_SET_TYPES: readonly ["string", "number", "boolean", "unknown", "opt(string)", "opt(number)", "opt(boolean)", "opt(unknown)"];
|
|
5
|
+
export declare const SIMPLE_SCALAR_TOKENS: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never"];
|
|
6
|
+
export declare const SIMPLE_UNION_TOKENS: readonly ["opt(string)", "opt(number)", "opt(boolean)", "opt(unknown)", `opt(${string})`, `union(${string})` | `union(${string},${string})`];
|
|
7
|
+
export declare const SIMPLE_CONTAINER_TOKENS: readonly ["array(string)", "array(number)", "array(boolean)", "array(unknown)", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, opt(string)>", "Dict<string, opt(number)>", "Dict<string, opt(boolean)>", "Dict<string, opt(unknown)>", "Dict<{id: number}>", "Dict<{id: string}>", `Dict<{${string}: number}>`, `Dict<{${string}: string}>`, "Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<opt(string)>" | "Set<opt(number)>" | "Set<opt(boolean)>" | "Set<opt(unknown)>", "Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, opt(string)>>" | "Map<string, Dict<string, opt(number)>>" | "Map<string, Dict<string, opt(boolean)>>" | "Map<string, Dict<{id: number}>>" | "Map<string, Dict<{id: string}>>" | "Map<string, unknown>" | "Map<string, Dict<string, opt(unknown)>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, opt(string)>>" | "Map<number, Dict<string, opt(number)>>" | "Map<number, Dict<string, opt(boolean)>>" | "Map<number, Dict<{id: number}>>" | "Map<number, Dict<{id: string}>>" | "Map<number, unknown>" | "Map<number, Dict<string, opt(unknown)>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, opt(string)>>" | "Map<Dict, Dict<string, opt(number)>>" | "Map<Dict, Dict<string, opt(boolean)>>" | "Map<Dict, Dict<{id: number}>>" | "Map<Dict, Dict<{id: string}>>" | "Map<Dict, unknown>" | "Map<Dict, Dict<string, opt(unknown)>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, opt(string)>>" | "Map<Dict<string, string>, Dict<string, opt(number)>>" | "Map<Dict<string, string>, Dict<string, opt(boolean)>>" | "Map<Dict<string, string>, Dict<{id: number}>>" | "Map<Dict<string, string>, Dict<{id: string}>>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict<string, opt(unknown)>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, opt(string)>>" | "Map<Dict<string, number>, Dict<string, opt(number)>>" | "Map<Dict<string, number>, Dict<string, opt(boolean)>>" | "Map<Dict<string, number>, Dict<{id: number}>>" | "Map<Dict<string, number>, Dict<{id: string}>>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict<string, opt(unknown)>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, opt(string)>>" | "Map<Dict<string, boolean>, Dict<string, opt(number)>>" | "Map<Dict<string, boolean>, Dict<string, opt(boolean)>>" | "Map<Dict<string, boolean>, Dict<{id: number}>>" | "Map<Dict<string, boolean>, Dict<{id: string}>>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict<string, opt(unknown)>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, opt(string)>>" | "Map<Dict<string, unknown>, Dict<string, opt(number)>>" | "Map<Dict<string, unknown>, Dict<string, opt(boolean)>>" | "Map<Dict<string, unknown>, Dict<{id: number}>>" | "Map<Dict<string, unknown>, Dict<{id: string}>>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict<string, opt(unknown)>>" | "Map<Dict<string, opt(string)>, string>" | "Map<Dict<string, opt(string)>, number>" | "Map<Dict<string, opt(string)>, boolean>" | "Map<Dict<string, opt(string)>, undefined>" | "Map<Dict<string, opt(string)>, Dict>" | "Map<Dict<string, opt(string)>, Dict<string, string>>" | "Map<Dict<string, opt(string)>, Dict<string, number>>" | "Map<Dict<string, opt(string)>, Dict<string, boolean>>" | "Map<Dict<string, opt(string)>, Dict<string, unknown>>" | "Map<Dict<string, opt(string)>, Dict<string, opt(string)>>" | "Map<Dict<string, opt(string)>, Dict<string, opt(number)>>" | "Map<Dict<string, opt(string)>, Dict<string, opt(boolean)>>" | "Map<Dict<string, opt(string)>, Dict<{id: number}>>" | "Map<Dict<string, opt(string)>, Dict<{id: string}>>" | "Map<Dict<string, opt(string)>, unknown>" | "Map<Dict<string, opt(string)>, Dict<string, opt(unknown)>>" | "Map<Dict<string, opt(number)>, string>" | "Map<Dict<string, opt(number)>, number>" | "Map<Dict<string, opt(number)>, boolean>" | "Map<Dict<string, opt(number)>, undefined>" | "Map<Dict<string, opt(number)>, Dict>" | "Map<Dict<string, opt(number)>, Dict<string, string>>" | "Map<Dict<string, opt(number)>, Dict<string, number>>" | "Map<Dict<string, opt(number)>, Dict<string, boolean>>" | "Map<Dict<string, opt(number)>, Dict<string, unknown>>" | "Map<Dict<string, opt(number)>, Dict<string, opt(string)>>" | "Map<Dict<string, opt(number)>, Dict<string, opt(number)>>" | "Map<Dict<string, opt(number)>, Dict<string, opt(boolean)>>" | "Map<Dict<string, opt(number)>, Dict<{id: number}>>" | "Map<Dict<string, opt(number)>, Dict<{id: string}>>" | "Map<Dict<string, opt(number)>, unknown>" | "Map<Dict<string, opt(number)>, Dict<string, opt(unknown)>>" | "Map<Dict<string, opt(boolean)>, string>" | "Map<Dict<string, opt(boolean)>, number>" | "Map<Dict<string, opt(boolean)>, boolean>" | "Map<Dict<string, opt(boolean)>, undefined>" | "Map<Dict<string, opt(boolean)>, Dict>" | "Map<Dict<string, opt(boolean)>, Dict<string, string>>" | "Map<Dict<string, opt(boolean)>, Dict<string, number>>" | "Map<Dict<string, opt(boolean)>, Dict<string, boolean>>" | "Map<Dict<string, opt(boolean)>, Dict<string, unknown>>" | "Map<Dict<string, opt(boolean)>, Dict<string, opt(string)>>" | "Map<Dict<string, opt(boolean)>, Dict<string, opt(number)>>" | "Map<Dict<string, opt(boolean)>, Dict<string, opt(boolean)>>" | "Map<Dict<string, opt(boolean)>, Dict<{id: number}>>" | "Map<Dict<string, opt(boolean)>, Dict<{id: string}>>" | "Map<Dict<string, opt(boolean)>, unknown>" | "Map<Dict<string, opt(boolean)>, Dict<string, opt(unknown)>>" | "Map<Dict<{id: number}>, string>" | "Map<Dict<{id: number}>, number>" | "Map<Dict<{id: number}>, boolean>" | "Map<Dict<{id: number}>, undefined>" | "Map<Dict<{id: number}>, Dict>" | "Map<Dict<{id: number}>, Dict<string, string>>" | "Map<Dict<{id: number}>, Dict<string, number>>" | "Map<Dict<{id: number}>, Dict<string, boolean>>" | "Map<Dict<{id: number}>, Dict<string, unknown>>" | "Map<Dict<{id: number}>, Dict<string, opt(string)>>" | "Map<Dict<{id: number}>, Dict<string, opt(number)>>" | "Map<Dict<{id: number}>, Dict<string, opt(boolean)>>" | "Map<Dict<{id: number}>, Dict<{id: number}>>" | "Map<Dict<{id: number}>, Dict<{id: string}>>" | "Map<Dict<{id: number}>, unknown>" | "Map<Dict<{id: number}>, Dict<string, opt(unknown)>>" | "Map<Dict<{id: string}>, string>" | "Map<Dict<{id: string}>, number>" | "Map<Dict<{id: string}>, boolean>" | "Map<Dict<{id: string}>, undefined>" | "Map<Dict<{id: string}>, Dict>" | "Map<Dict<{id: string}>, Dict<string, string>>" | "Map<Dict<{id: string}>, Dict<string, number>>" | "Map<Dict<{id: string}>, Dict<string, boolean>>" | "Map<Dict<{id: string}>, Dict<string, unknown>>" | "Map<Dict<{id: string}>, Dict<string, opt(string)>>" | "Map<Dict<{id: string}>, Dict<string, opt(number)>>" | "Map<Dict<{id: string}>, Dict<string, opt(boolean)>>" | "Map<Dict<{id: string}>, Dict<{id: number}>>" | "Map<Dict<{id: string}>, Dict<{id: string}>>" | "Map<Dict<{id: string}>, unknown>" | "Map<Dict<{id: string}>, Dict<string, opt(unknown)>>", "WeakMap"];
|
|
8
|
+
/**
|
|
9
|
+
* **SIMPLE_TOKENS**
|
|
10
|
+
*
|
|
11
|
+
* A list of strings literals which can be used
|
|
12
|
+
* to express the type of a variable or token
|
|
13
|
+
* in relatively course granularity
|
|
14
|
+
*/
|
|
15
|
+
export declare const SIMPLE_TOKENS: readonly ["string", "number", `string(${string})`, `number(${number})` | `number(${number},${string})`, "boolean", "true", "false", "null", "undefined", "unknown", "any", "never", "array(string)", "array(number)", "array(boolean)", "array(unknown)", "Dict", "Dict<string, string>", "Dict<string, number>", "Dict<string, boolean>", "Dict<string, unknown>", "Dict<string, opt(string)>", "Dict<string, opt(number)>", "Dict<string, opt(boolean)>", "Dict<string, opt(unknown)>", "Dict<{id: number}>", "Dict<{id: string}>", `Dict<{${string}: number}>`, `Dict<{${string}: string}>`, "Set", "Set<string>" | "Set<number>" | "Set<boolean>" | "Set<unknown>" | "Set<opt(string)>" | "Set<opt(number)>" | "Set<opt(boolean)>" | "Set<opt(unknown)>", "Map", "Map<string, string>" | "Map<string, number>" | "Map<string, boolean>" | "Map<string, undefined>" | "Map<string, Dict>" | "Map<string, Dict<string, string>>" | "Map<string, Dict<string, number>>" | "Map<string, Dict<string, boolean>>" | "Map<string, Dict<string, unknown>>" | "Map<string, Dict<string, opt(string)>>" | "Map<string, Dict<string, opt(number)>>" | "Map<string, Dict<string, opt(boolean)>>" | "Map<string, Dict<{id: number}>>" | "Map<string, Dict<{id: string}>>" | "Map<string, unknown>" | "Map<string, Dict<string, opt(unknown)>>" | "Map<number, string>" | "Map<number, number>" | "Map<number, boolean>" | "Map<number, undefined>" | "Map<number, Dict>" | "Map<number, Dict<string, string>>" | "Map<number, Dict<string, number>>" | "Map<number, Dict<string, boolean>>" | "Map<number, Dict<string, unknown>>" | "Map<number, Dict<string, opt(string)>>" | "Map<number, Dict<string, opt(number)>>" | "Map<number, Dict<string, opt(boolean)>>" | "Map<number, Dict<{id: number}>>" | "Map<number, Dict<{id: string}>>" | "Map<number, unknown>" | "Map<number, Dict<string, opt(unknown)>>" | "Map<Dict, string>" | "Map<Dict, number>" | "Map<Dict, boolean>" | "Map<Dict, undefined>" | "Map<Dict, Dict>" | "Map<Dict, Dict<string, string>>" | "Map<Dict, Dict<string, number>>" | "Map<Dict, Dict<string, boolean>>" | "Map<Dict, Dict<string, unknown>>" | "Map<Dict, Dict<string, opt(string)>>" | "Map<Dict, Dict<string, opt(number)>>" | "Map<Dict, Dict<string, opt(boolean)>>" | "Map<Dict, Dict<{id: number}>>" | "Map<Dict, Dict<{id: string}>>" | "Map<Dict, unknown>" | "Map<Dict, Dict<string, opt(unknown)>>" | "Map<Dict<string, string>, string>" | "Map<Dict<string, string>, number>" | "Map<Dict<string, string>, boolean>" | "Map<Dict<string, string>, undefined>" | "Map<Dict<string, string>, Dict>" | "Map<Dict<string, string>, Dict<string, string>>" | "Map<Dict<string, string>, Dict<string, number>>" | "Map<Dict<string, string>, Dict<string, boolean>>" | "Map<Dict<string, string>, Dict<string, unknown>>" | "Map<Dict<string, string>, Dict<string, opt(string)>>" | "Map<Dict<string, string>, Dict<string, opt(number)>>" | "Map<Dict<string, string>, Dict<string, opt(boolean)>>" | "Map<Dict<string, string>, Dict<{id: number}>>" | "Map<Dict<string, string>, Dict<{id: string}>>" | "Map<Dict<string, string>, unknown>" | "Map<Dict<string, string>, Dict<string, opt(unknown)>>" | "Map<Dict<string, number>, string>" | "Map<Dict<string, number>, number>" | "Map<Dict<string, number>, boolean>" | "Map<Dict<string, number>, undefined>" | "Map<Dict<string, number>, Dict>" | "Map<Dict<string, number>, Dict<string, string>>" | "Map<Dict<string, number>, Dict<string, number>>" | "Map<Dict<string, number>, Dict<string, boolean>>" | "Map<Dict<string, number>, Dict<string, unknown>>" | "Map<Dict<string, number>, Dict<string, opt(string)>>" | "Map<Dict<string, number>, Dict<string, opt(number)>>" | "Map<Dict<string, number>, Dict<string, opt(boolean)>>" | "Map<Dict<string, number>, Dict<{id: number}>>" | "Map<Dict<string, number>, Dict<{id: string}>>" | "Map<Dict<string, number>, unknown>" | "Map<Dict<string, number>, Dict<string, opt(unknown)>>" | "Map<Dict<string, boolean>, string>" | "Map<Dict<string, boolean>, number>" | "Map<Dict<string, boolean>, boolean>" | "Map<Dict<string, boolean>, undefined>" | "Map<Dict<string, boolean>, Dict>" | "Map<Dict<string, boolean>, Dict<string, string>>" | "Map<Dict<string, boolean>, Dict<string, number>>" | "Map<Dict<string, boolean>, Dict<string, boolean>>" | "Map<Dict<string, boolean>, Dict<string, unknown>>" | "Map<Dict<string, boolean>, Dict<string, opt(string)>>" | "Map<Dict<string, boolean>, Dict<string, opt(number)>>" | "Map<Dict<string, boolean>, Dict<string, opt(boolean)>>" | "Map<Dict<string, boolean>, Dict<{id: number}>>" | "Map<Dict<string, boolean>, Dict<{id: string}>>" | "Map<Dict<string, boolean>, unknown>" | "Map<Dict<string, boolean>, Dict<string, opt(unknown)>>" | "Map<Dict<string, unknown>, string>" | "Map<Dict<string, unknown>, number>" | "Map<Dict<string, unknown>, boolean>" | "Map<Dict<string, unknown>, undefined>" | "Map<Dict<string, unknown>, Dict>" | "Map<Dict<string, unknown>, Dict<string, string>>" | "Map<Dict<string, unknown>, Dict<string, number>>" | "Map<Dict<string, unknown>, Dict<string, boolean>>" | "Map<Dict<string, unknown>, Dict<string, unknown>>" | "Map<Dict<string, unknown>, Dict<string, opt(string)>>" | "Map<Dict<string, unknown>, Dict<string, opt(number)>>" | "Map<Dict<string, unknown>, Dict<string, opt(boolean)>>" | "Map<Dict<string, unknown>, Dict<{id: number}>>" | "Map<Dict<string, unknown>, Dict<{id: string}>>" | "Map<Dict<string, unknown>, unknown>" | "Map<Dict<string, unknown>, Dict<string, opt(unknown)>>" | "Map<Dict<string, opt(string)>, string>" | "Map<Dict<string, opt(string)>, number>" | "Map<Dict<string, opt(string)>, boolean>" | "Map<Dict<string, opt(string)>, undefined>" | "Map<Dict<string, opt(string)>, Dict>" | "Map<Dict<string, opt(string)>, Dict<string, string>>" | "Map<Dict<string, opt(string)>, Dict<string, number>>" | "Map<Dict<string, opt(string)>, Dict<string, boolean>>" | "Map<Dict<string, opt(string)>, Dict<string, unknown>>" | "Map<Dict<string, opt(string)>, Dict<string, opt(string)>>" | "Map<Dict<string, opt(string)>, Dict<string, opt(number)>>" | "Map<Dict<string, opt(string)>, Dict<string, opt(boolean)>>" | "Map<Dict<string, opt(string)>, Dict<{id: number}>>" | "Map<Dict<string, opt(string)>, Dict<{id: string}>>" | "Map<Dict<string, opt(string)>, unknown>" | "Map<Dict<string, opt(string)>, Dict<string, opt(unknown)>>" | "Map<Dict<string, opt(number)>, string>" | "Map<Dict<string, opt(number)>, number>" | "Map<Dict<string, opt(number)>, boolean>" | "Map<Dict<string, opt(number)>, undefined>" | "Map<Dict<string, opt(number)>, Dict>" | "Map<Dict<string, opt(number)>, Dict<string, string>>" | "Map<Dict<string, opt(number)>, Dict<string, number>>" | "Map<Dict<string, opt(number)>, Dict<string, boolean>>" | "Map<Dict<string, opt(number)>, Dict<string, unknown>>" | "Map<Dict<string, opt(number)>, Dict<string, opt(string)>>" | "Map<Dict<string, opt(number)>, Dict<string, opt(number)>>" | "Map<Dict<string, opt(number)>, Dict<string, opt(boolean)>>" | "Map<Dict<string, opt(number)>, Dict<{id: number}>>" | "Map<Dict<string, opt(number)>, Dict<{id: string}>>" | "Map<Dict<string, opt(number)>, unknown>" | "Map<Dict<string, opt(number)>, Dict<string, opt(unknown)>>" | "Map<Dict<string, opt(boolean)>, string>" | "Map<Dict<string, opt(boolean)>, number>" | "Map<Dict<string, opt(boolean)>, boolean>" | "Map<Dict<string, opt(boolean)>, undefined>" | "Map<Dict<string, opt(boolean)>, Dict>" | "Map<Dict<string, opt(boolean)>, Dict<string, string>>" | "Map<Dict<string, opt(boolean)>, Dict<string, number>>" | "Map<Dict<string, opt(boolean)>, Dict<string, boolean>>" | "Map<Dict<string, opt(boolean)>, Dict<string, unknown>>" | "Map<Dict<string, opt(boolean)>, Dict<string, opt(string)>>" | "Map<Dict<string, opt(boolean)>, Dict<string, opt(number)>>" | "Map<Dict<string, opt(boolean)>, Dict<string, opt(boolean)>>" | "Map<Dict<string, opt(boolean)>, Dict<{id: number}>>" | "Map<Dict<string, opt(boolean)>, Dict<{id: string}>>" | "Map<Dict<string, opt(boolean)>, unknown>" | "Map<Dict<string, opt(boolean)>, Dict<string, opt(unknown)>>" | "Map<Dict<{id: number}>, string>" | "Map<Dict<{id: number}>, number>" | "Map<Dict<{id: number}>, boolean>" | "Map<Dict<{id: number}>, undefined>" | "Map<Dict<{id: number}>, Dict>" | "Map<Dict<{id: number}>, Dict<string, string>>" | "Map<Dict<{id: number}>, Dict<string, number>>" | "Map<Dict<{id: number}>, Dict<string, boolean>>" | "Map<Dict<{id: number}>, Dict<string, unknown>>" | "Map<Dict<{id: number}>, Dict<string, opt(string)>>" | "Map<Dict<{id: number}>, Dict<string, opt(number)>>" | "Map<Dict<{id: number}>, Dict<string, opt(boolean)>>" | "Map<Dict<{id: number}>, Dict<{id: number}>>" | "Map<Dict<{id: number}>, Dict<{id: string}>>" | "Map<Dict<{id: number}>, unknown>" | "Map<Dict<{id: number}>, Dict<string, opt(unknown)>>" | "Map<Dict<{id: string}>, string>" | "Map<Dict<{id: string}>, number>" | "Map<Dict<{id: string}>, boolean>" | "Map<Dict<{id: string}>, undefined>" | "Map<Dict<{id: string}>, Dict>" | "Map<Dict<{id: string}>, Dict<string, string>>" | "Map<Dict<{id: string}>, Dict<string, number>>" | "Map<Dict<{id: string}>, Dict<string, boolean>>" | "Map<Dict<{id: string}>, Dict<string, unknown>>" | "Map<Dict<{id: string}>, Dict<string, opt(string)>>" | "Map<Dict<{id: string}>, Dict<string, opt(number)>>" | "Map<Dict<{id: string}>, Dict<string, opt(boolean)>>" | "Map<Dict<{id: string}>, Dict<{id: number}>>" | "Map<Dict<{id: string}>, Dict<{id: string}>>" | "Map<Dict<{id: string}>, unknown>" | "Map<Dict<{id: string}>, Dict<string, opt(unknown)>>", "WeakMap", "opt(string)", "opt(number)", "opt(boolean)", "opt(unknown)", `opt(${string})`, `union(${string})` | `union(${string},${string})`];
|
|
1
16
|
/**
|
|
2
17
|
* **Type Tokens** which have zero configuration elements.
|
|
3
18
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypeTokens.d.ts","sourceRoot":"","sources":["../../src/constants/TypeTokens.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TypeTokens.d.ts","sourceRoot":"","sources":["../../src/constants/TypeTokens.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,6QAalB,CAAC;AAEX,eAAO,MAAM,iBAAiB,kdAWpB,CAAC;AAEX,eAAO,MAAM,kBAAkB,mHAGrB,CAAC;AAEX,eAAO,MAAM,gBAAgB,mHAGnB,CAAC;AAGX,eAAO,MAAM,oBAAoB,qLAavB,CAAC;AAEX,eAAO,MAAM,mBAAmB,8IAOtB,CAAC;AAEX,eAAO,MAAM,uBAAuB,0oSAuB1B,CAAC;AAQX;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,u7SAIhB,CAAC;AAGX;;GAEG;AACH,eAAO,MAAM,UAAU,4DAMb,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,aAAa,+BAGhB,CAAC;AAEX,eAAO,MAAM,OAAO,qDAIV,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,YAAY,wBAGf,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,aAAa,gEAQhB,CAAC;AAEX,eAAO,MAAM,QAAQ,MAAgB,CAAC;AACtC,eAAO,MAAM,OAAO,MAAgB,CAAC;AACrC,eAAO,MAAM,MAAM,MAAgB,CAAC;AAEpC;;;GAGG;AACH,eAAO,MAAM,qBAAqB,uLAgBxB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,oBAAoB,+LAavB,CAAC;AAGX;;GAEG;AACH,eAAO,MAAM,oBAAoB,iFAMvB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,yBAAyB,uBAE5B,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,qBAAqB,oDAIxB,CAAC;AAEX,eAAO,MAAM,qBAAqB,sJAOxB,CAAC;AAEX,eAAO,MAAM,cAAc,inBAOjB,CAAC"}
|
|
@@ -1,3 +1,95 @@
|
|
|
1
|
+
export const SIMPLE_MAP_KEYS = [
|
|
2
|
+
"string",
|
|
3
|
+
"number",
|
|
4
|
+
"Dict",
|
|
5
|
+
"Dict<string, string>",
|
|
6
|
+
"Dict<string, number>",
|
|
7
|
+
"Dict<string, boolean>",
|
|
8
|
+
"Dict<string, unknown>",
|
|
9
|
+
"Dict<string, opt(string)>",
|
|
10
|
+
"Dict<string, opt(number)>",
|
|
11
|
+
"Dict<string, opt(boolean)>",
|
|
12
|
+
"Dict<{id: number}>",
|
|
13
|
+
"Dict<{id: string}>"
|
|
14
|
+
];
|
|
15
|
+
export const SIMPLE_MAP_VALUES = [
|
|
16
|
+
...SIMPLE_MAP_KEYS,
|
|
17
|
+
"boolean",
|
|
18
|
+
"unknown",
|
|
19
|
+
"undefined",
|
|
20
|
+
"Dict<string, opt(string)>",
|
|
21
|
+
"Dict<string, opt(number)>",
|
|
22
|
+
"Dict<string, opt(boolean)>",
|
|
23
|
+
"Dict<string, opt(unknown)>",
|
|
24
|
+
"Dict<{id: number}>",
|
|
25
|
+
"Dict<{id: string}>",
|
|
26
|
+
];
|
|
27
|
+
export const SIMPLE_DICT_VALUES = [
|
|
28
|
+
"string", "number", "boolean", "unknown",
|
|
29
|
+
"opt(string)", "opt(number)", "opt(boolean)", "opt(unknown)",
|
|
30
|
+
];
|
|
31
|
+
export const SIMPLE_SET_TYPES = [
|
|
32
|
+
"string", "number", "boolean", "unknown",
|
|
33
|
+
"opt(string)", "opt(number)", "opt(boolean)", "opt(unknown)",
|
|
34
|
+
];
|
|
35
|
+
export const SIMPLE_SCALAR_TOKENS = [
|
|
36
|
+
"string",
|
|
37
|
+
"number",
|
|
38
|
+
`string(TOKEN)`,
|
|
39
|
+
`number(TOKEN)`,
|
|
40
|
+
"boolean",
|
|
41
|
+
"true",
|
|
42
|
+
"false",
|
|
43
|
+
"null",
|
|
44
|
+
"undefined",
|
|
45
|
+
"unknown",
|
|
46
|
+
"any",
|
|
47
|
+
"never"
|
|
48
|
+
];
|
|
49
|
+
export const SIMPLE_UNION_TOKENS = [
|
|
50
|
+
`opt(string)`,
|
|
51
|
+
`opt(number)`,
|
|
52
|
+
`opt(boolean)`,
|
|
53
|
+
`opt(unknown)`,
|
|
54
|
+
`opt(TOKEN)`,
|
|
55
|
+
`Union(TOKEN)`
|
|
56
|
+
];
|
|
57
|
+
export const SIMPLE_CONTAINER_TOKENS = [
|
|
58
|
+
"array(string)",
|
|
59
|
+
"array(number)",
|
|
60
|
+
"array(boolean)",
|
|
61
|
+
"array(unknown)",
|
|
62
|
+
"Dict",
|
|
63
|
+
"Dict<string, string>",
|
|
64
|
+
"Dict<string, number>",
|
|
65
|
+
"Dict<string, boolean>",
|
|
66
|
+
"Dict<string, unknown>",
|
|
67
|
+
"Dict<string, opt(string)>",
|
|
68
|
+
"Dict<string, opt(number)>",
|
|
69
|
+
"Dict<string, opt(boolean)>",
|
|
70
|
+
"Dict<string, opt(unknown)>",
|
|
71
|
+
"Dict<{id: number}>",
|
|
72
|
+
"Dict<{id: string}>",
|
|
73
|
+
"Dict<{TOKEN: number}>",
|
|
74
|
+
"Dict<{TOKEN: string}>",
|
|
75
|
+
"Set",
|
|
76
|
+
"Set<TOKEN>",
|
|
77
|
+
"Map",
|
|
78
|
+
"Map<TOKEN, TOKEN>",
|
|
79
|
+
"WeakMap",
|
|
80
|
+
];
|
|
81
|
+
/**
|
|
82
|
+
* **SIMPLE_TOKENS**
|
|
83
|
+
*
|
|
84
|
+
* A list of strings literals which can be used
|
|
85
|
+
* to express the type of a variable or token
|
|
86
|
+
* in relatively course granularity
|
|
87
|
+
*/
|
|
88
|
+
export const SIMPLE_TOKENS = [
|
|
89
|
+
...SIMPLE_SCALAR_TOKENS,
|
|
90
|
+
...SIMPLE_CONTAINER_TOKENS,
|
|
91
|
+
...SIMPLE_UNION_TOKENS,
|
|
92
|
+
];
|
|
1
93
|
/**
|
|
2
94
|
* **Type Tokens** which have zero configuration elements.
|
|
3
95
|
*/
|
package/dist/constants/Wide.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
type AnyObject = Record<never, unknown> | Record<string | symbol, unknown>;
|
|
2
|
+
type AnyFunction<TArgs extends readonly unknown[] = unknown[], TReturn = unknown, TProps extends AnyObject = AnyObject> = TProps extends Record<never, unknown> ? (...args: TArgs) => TReturn : ((...args: TArgs) => TReturn) & TProps;
|
|
2
3
|
/**
|
|
3
4
|
* **wide**
|
|
4
5
|
*
|
|
@@ -11,7 +12,7 @@ export declare const WideAssignment: {
|
|
|
11
12
|
readonly number: () => number;
|
|
12
13
|
readonly symbol: () => symbol;
|
|
13
14
|
readonly null: () => null;
|
|
14
|
-
readonly function: () =>
|
|
15
|
+
readonly function: () => AnyFunction;
|
|
15
16
|
readonly tuple: () => readonly unknown[];
|
|
16
17
|
readonly singularTuple: () => [readonly unknown[]];
|
|
17
18
|
readonly object: () => AnyObject;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wide.d.ts","sourceRoot":"","sources":["../../src/constants/Wide.ts"],"names":[],"mappings":"AACA,KAAK,SAAS,GAAG,MAAM,CAAC,KAAK,EAAC,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,GAAC,MAAM,EAAE,OAAO,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Wide.d.ts","sourceRoot":"","sources":["../../src/constants/Wide.ts"],"names":[],"mappings":"AACA,KAAK,SAAS,GAAG,MAAM,CAAC,KAAK,EAAC,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,GAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAExE,KAAK,WAAW,CACd,KAAK,SAAS,SAAS,OAAO,EAAE,GAAG,OAAO,EAAE,EAC5C,OAAO,GAAG,OAAO,EACjB,MAAM,SAAS,SAAS,GAAG,SAAS,IAClC,MAAM,SAAS,MAAM,CAAC,KAAK,EAAC,OAAO,CAAC,GACpC,CAAC,GAAG,IAAI,EAAE,KAAK,KAAK,OAAO,GAC3B,CAAC,CAAC,GAAG,IAAI,EAAE,KAAK,KAAK,OAAO,CAAC,GAAG,MAAM,CAAC;AAE3C;;;;;GAKG;AACH,eAAO,MAAM,cAAc;4BACmB,OAAO;2BACpB,MAAM;2BACI,MAAM;2BACN,MAAM;yBACV,IAAI;6BACI,WAAW;0BAClB,SAAS,OAAO,EAAE;kCACP,CAAC,SAAS,OAAO,EAAE,CAAC;2BACtC,SAAS;gCACA,MAAM,CAAC,KAAK,EAAC,OAAO,CAAC;8BACd,SAAS;IACxD;;OAEG;4BAC8B,OAAO;4BAC3B,IAAI,GAAG,SAAS;8BACkB,EAAE;CACzC,CAAC"}
|
package/dist/constants/Wide.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createConstant.d.ts","sourceRoot":"","sources":["../../src/constants/createConstant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,gBAA4B;AAE/C;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,KAAK,SAAS,MAAM,EAAE,IAAI,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"createConstant.d.ts","sourceRoot":"","sources":["../../src/constants/createConstant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,gBAA4B;AAE/C;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,KAAK,SAAS,MAAM,EAAE,IAAI,EAAE,KAAK,GAIzD,QAAQ,CAAC,KAAK,CAAC,CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC"}
|
package/dist/constants/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.scripthost.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.object.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.full.d.ts","../../src/constants/Alpha.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/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/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+json5@0.0.29/node_modules/@types/json5/index.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/sea.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/index.d.ts","../../node_modules/.pnpm/@types+stack-trace@0.0.33/node_modules/@types/stack-trace/index.d.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","886e50ef125efb7878f744e86908884c0133e7a6d9d80013f421b0cd8fb2af94",{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true},{"version":"76f838d5d49b65de83bc345c04aa54c62a3cfdb72a477dc0c0fce89a30596c30","affectsGlobalScope":true},{"version":"73e370058f82add1fdbc78ef3d1aab110108f2d5d9c857cb55d3361982347ace","affectsGlobalScope":true},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"bde31fd423cd93b0eff97197a3f66df7c93e8c0c335cbeb113b7ff1ac35c23f4",{"version":"17b21349135fbe93bb4b567ba14b696fee42cfe019536b9971918b0f5c0be3f9","signature":"0cf34757e3742b4e2ec2ab7f9d04e2517da036d6aac571e4c3bd0530ae5d6488"},{"version":"a2c511a26c21e43d54a17d9fb15a473b4ad6d3823d879769d4cc086441ee6afe","signature":"a039ea7e3e9de93cdea534455b4f3f3a274edf887d1a71bf7ee7709d5e6e94cd"},{"version":"c4bce997db0f8ae3c5fa456af6e1ea79dab129ceacee685c7b33a205ba7c0c4b","signature":"aa75e7bf1bde97a8c9601064125511173b74499b2c4e6c870f723aa006e1a276"},{"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":"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":"33e6383ebf07200f81092dadb8989efc24203a438714f08ca8925a2d29cd6d71"},{"version":"b5c7c9f03af8f8325797e7d72e84d000dfd3f425e29d8fc299fe2c932707b88d","signature":"19306961c28e3fccfc4f2bed08ec800b1a5720ac1f75a7db6e04ff35ac65b979"},{"version":"7d922b0d793613a513afa1da5a0c50ea47a7b462163fe10e4a5ad7ad65ade652","signature":"190bb287951b578b7ecb58cd3b6b5c282b2aa99f541ec3ed16879870736c402b"},{"version":"7bb6d1398a2ae8237c2672a1766fbc0991e6cba23c649c83da6e9d76d19e0de6","signature":"89b76ef7a6b51c59d54aaa0d3c0d6631da308ece9d430f87579fbff619723f13"},{"version":"0c2e74a1f77e313497a4172f57960a76db5157971a8925a88981fe9893cda795","signature":"f7190bcfb6bacacfd0a16869466c8317f690e1a5c239be559539d1b31b3f0e5a"},{"version":"ef4edfbd0afec3302bd4717dfce8a05adc29a227ef09bf2e6e6a81b2612dfb22","signature":"9e98747f619aa796deddd30db760e64d9708cd3b0c577b0876abb70f3eab25fd"},{"version":"aaddac4bc7af80981d193f06225ae81cd5154630d973ea3d5e44b0188e328b9d","signature":"1a0a24dc719d10ddf63fa462ffed554fc5ddb3b5e1b1d3993bbac5126bf117bf"},{"version":"54ffd21b89aef6f7be449cc196088714576e274f5df989075e3d0ffc10a745bb","signature":"9b7b961bcb73340c0cb0af516e6f9357e837195751f5aa7d70f99660276e34ca"},{"version":"f408da2795ced9942934765f56ab9535cd6fa7bd6f44cc54afe854e30629a065","signature":"6c40edc9812f04d65d1ffafd5fc56895da00c8c3cd8944113458a202a6bfa15b"},{"version":"c8ff736a0d7a886a627a3909aed539176c725b6d74f07cee78bf430f4e20ff7e","signature":"f589efcfa010eea9f76e620bd4f70ceef6e3a902afa33e05e18bca869992f7e3"},{"version":"53137c37fa1c055450a74d40b67f092d651a6e683f66634470cd2f14017d4032","signature":"8be70c8fde3cce8ad51c2c470ecc6102135e371f3b6254877b07d57adf1d2bc1"},{"version":"4ee8f9a87c61581e525d7b10cbf2243c5d8fdfe6c56d0cb3d731a59567dad038","signature":"54c3996b8491ae224d5656b11dedb44bb8f99c9f10c79e58dcaf95286c3af74d"},{"version":"264c53e476cb2eba12889fdf4eb416fbfb051d11d4edc2474f3e2924fe563c09","signature":"90beddfb2c501e0f093cf9461aa354accc040a70dd7b7c44c849cbc9797a64a1"},{"version":"84e93a2f66b9c506912303451a857c95a47e9807d73e4f2941f0a7368e9312ae","signature":"159e31ac53b11d2ef980a6aa53444d87864e1fc44e8f303061a4cf1472750404"},{"version":"40e9ee78bfce617457326b2c2fd7df13f717618c86a9d8c75bbfb237b69c0f53","signature":"753de8e1d0821791388bbe8e7435041eb17a9ea696c1b7527bf46e6aeafb1359"},"454fc62c1bf8c9ef0efe1f1e9803c413d3d1e2a8adbe2e955d9403d57dc7b3ed",{"version":"45e20962629e47c5334caec3b0915e6d32675b8e9d2e8f7c1720e34c9a870947","signature":"a9895069f7a2fc060bc4f96fc05a7ca7e1f33374c48be8b3e507ec407059f435"},"ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"e7be367719c613d580d4b27fdf8fe64c9736f48217f4b322c0d63b2971460918","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"392eadc2af403dd10b4debfbc655c089a7fa6a9750caeb770cfb30051e55e848","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"c48c503c6b3f63baf18257e9a87559b5602a4e960107c762586d2a6a62b64a18","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"1d4d78c8b23c9ddaaaa49485e6adc2ec01086dfe5d8d4d36ca4cdc98d2f7e74a","affectsGlobalScope":true},{"version":"44fc16356b81c0463cc7d7b2b35dcf324d8144136f5bc5ce73ced86f2b3475b5","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"071d4b4af5755e1a081aa3b785b5526d09276af5a50e4725dea26edd4e7deb31","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"7245af181218216bacb01fbdf51095617a51661f20d77178c69a377e16fb69ed","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"7c6929fd7cbf38499b6a600b91c3b603d1d78395046dc3499b2b92d01418b94b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","f0284427f61bbd071114efa75e9d17dbb7aeaf2c89bf5bd890f510a3e4a67de4"],"root":[[74,106]],"options":{"composite":true,"declaration":true,"declarationMap":true,"module":99,"outDir":"..","rootDir":"../../src","skipLibCheck":true,"strict":true,"target":99},"fileIdsList":[[109],[144],[145,150,179],[146,151,157,158,165,176,187],[146,147,157,165],[148,188],[149,150,158,166],[150,176,184],[151,153,157,165],[144,152],[153,154],[157],[155,157],[144,157],[157,158,159,176,187],[157,158,159,172,176,179],[142,145,192],[153,157,160,165,176,187],[157,158,160,161,165,176,184,187],[160,162,176,184,187],[109,110,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,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],[157,163],[164,187,192],[153,157,165,176],[166],[167],[144,168],[165,166,169,186,192],[170],[171],[157,172,173],[172,174,188,190],[145,157,176,177,178,179],[145,176,178],[176,177],[179],[180],[144,176],[157,182,183],[182,183],[150,165,176,184],[185],[165,186],[145,160,171,187],[150,188],[176,189],[164,190],[191],[145,150,157,159,168,176,187,190,192],[176,193],[119,123,187],[119,176,187],[114],[116,119,184,187],[165,184],[195],[114,195],[116,119,165,187],[111,112,115,118,145,157,176,187],[111,117],[115,119,145,179,187,195],[145,195],[135,145,195],[113,114,195],[119],[113,114,115,116,117,118,119,120,121,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141],[119,126,127],[117,119,127,128],[118],[111,114,119],[119,123,127,128],[123],[117,119,122,187],[111,116,117,119,123,126],[145,176],[114,119,135,145,192,195],[105],[76],[92],[74,75,76,77,78,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,106],[79]],"referencedMap":[[109,1],[110,1],[144,2],[145,3],[146,4],[147,5],[148,6],[149,7],[150,8],[151,9],[152,10],[153,11],[154,11],[156,12],[155,13],[157,14],[158,15],[159,16],[143,17],[160,18],[161,19],[162,20],[195,21],[163,22],[164,23],[165,24],[166,25],[167,26],[168,27],[169,28],[170,29],[171,30],[172,31],[173,31],[174,32],[176,33],[178,34],[177,35],[179,36],[180,37],[181,38],[182,39],[183,40],[184,41],[185,42],[186,43],[187,44],[188,45],[189,46],[190,47],[191,48],[192,49],[193,50],[126,51],[133,52],[125,51],[140,53],[117,54],[116,55],[139,56],[134,57],[137,58],[119,59],[118,60],[114,61],[113,62],[136,63],[115,64],[120,65],[124,65],[142,66],[141,65],[128,67],[129,68],[131,69],[127,70],[130,71],[135,56],[122,72],[123,73],[132,74],[112,75],[138,76],[106,77],[98,77],[95,77],[77,78],[90,77],[93,79],[76,77],[105,80]],"exportedModulesMap":[[109,1],[110,1],[144,2],[145,3],[146,4],[147,5],[148,6],[149,7],[150,8],[151,9],[152,10],[153,11],[154,11],[156,12],[155,13],[157,14],[158,15],[159,16],[143,17],[160,18],[161,19],[162,20],[195,21],[163,22],[164,23],[165,24],[166,25],[167,26],[168,27],[169,28],[170,29],[171,30],[172,31],[173,31],[174,32],[176,33],[178,34],[177,35],[179,36],[180,37],[181,38],[182,39],[183,40],[184,41],[185,42],[186,43],[187,44],[188,45],[189,46],[190,47],[191,48],[192,49],[193,50],[126,51],[133,52],[125,51],[140,53],[117,54],[116,55],[139,56],[134,57],[137,58],[119,59],[118,60],[114,61],[113,62],[136,63],[115,64],[120,65],[124,65],[142,66],[141,65],[128,67],[129,68],[131,69],[127,70],[130,71],[135,56],[122,72],[123,73],[132,74],[112,75],[138,76],[106,77],[98,77],[77,81],[90,77],[76,77],[105,80]],"semanticDiagnosticsPerFile":[107,108,109,110,144,145,146,147,148,149,150,151,152,153,154,156,155,157,158,159,143,194,160,161,162,195,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,196,71,72,14,12,13,18,17,2,19,20,21,22,23,24,25,26,3,27,4,28,32,29,30,31,33,34,35,5,36,37,38,39,6,43,40,41,42,44,7,45,50,51,46,47,48,49,8,55,52,53,54,56,9,57,58,59,62,60,61,63,64,10,1,65,11,69,67,73,66,70,68,16,15,126,133,125,140,117,116,139,134,137,119,118,114,113,136,115,120,121,124,111,142,141,128,129,131,127,130,135,122,123,132,112,138,74,75,106,86,83,79,80,89,82,100,99,98,102,95,77,78,90,87,88,103,84,104,101,97,85,93,91,96,94,81,92,76,105],"latestChangedDtsFile":"./Comma.d.ts"},"version":"5.4.5"}
|
|
1
|
+
{"program":{"fileNames":["../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.scripthost.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.string.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.object.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.regexp.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript/lib/lib.esnext.full.d.ts","../../src/constants/Alpha.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/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/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.1/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/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.1/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/sea.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.16.1/node_modules/@types/node/index.d.ts","../../node_modules/.pnpm/@types+stack-trace@0.0.33/node_modules/@types/stack-trace/index.d.ts"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","17edc026abf73c5c2dd508652d63f68ec4efd9d4856e3469890d27598209feb5",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"9c00a480825408b6a24c63c1b71362232927247595d7c97659bc24dc68ae0757","affectsGlobalScope":true},{"version":"0c9e4447ddca10e8097a736ce41bb37ac3389ede46e419ee78c1161a14e9e8ba","affectsGlobalScope":true},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true},{"version":"9d540251809289a05349b70ab5f4b7b99f922af66ab3c39ba56a475dcf95d5ff","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true},{"version":"0b11f3ca66aa33124202c80b70cd203219c3d4460cfc165e0707aa9ec710fc53","affectsGlobalScope":true},{"version":"6a3f5a0129cc80cf439ab71164334d649b47059a4f5afca90282362407d0c87f","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"bde31fd423cd93b0eff97197a3f66df7c93e8c0c335cbeb113b7ff1ac35c23f4",{"version":"17b21349135fbe93bb4b567ba14b696fee42cfe019536b9971918b0f5c0be3f9","signature":"0cf34757e3742b4e2ec2ab7f9d04e2517da036d6aac571e4c3bd0530ae5d6488"},{"version":"a2c511a26c21e43d54a17d9fb15a473b4ad6d3823d879769d4cc086441ee6afe","signature":"a039ea7e3e9de93cdea534455b4f3f3a274edf887d1a71bf7ee7709d5e6e94cd"},{"version":"c4bce997db0f8ae3c5fa456af6e1ea79dab129ceacee685c7b33a205ba7c0c4b","signature":"aa75e7bf1bde97a8c9601064125511173b74499b2c4e6c870f723aa006e1a276"},{"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":"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":"33e6383ebf07200f81092dadb8989efc24203a438714f08ca8925a2d29cd6d71"},{"version":"b5c7c9f03af8f8325797e7d72e84d000dfd3f425e29d8fc299fe2c932707b88d","signature":"19306961c28e3fccfc4f2bed08ec800b1a5720ac1f75a7db6e04ff35ac65b979"},{"version":"2db4e8cedcf902efab7996bf9ece529825623a6c5b545bfa4248ac0ebbc121d2","signature":"8c7c5d26b7dd1e5113a8995ba669c0779e9a971de973d8870564f928f683872e"},{"version":"7bb6d1398a2ae8237c2672a1766fbc0991e6cba23c649c83da6e9d76d19e0de6","signature":"89b76ef7a6b51c59d54aaa0d3c0d6631da308ece9d430f87579fbff619723f13"},{"version":"0c2e74a1f77e313497a4172f57960a76db5157971a8925a88981fe9893cda795","signature":"f7190bcfb6bacacfd0a16869466c8317f690e1a5c239be559539d1b31b3f0e5a"},{"version":"ef4edfbd0afec3302bd4717dfce8a05adc29a227ef09bf2e6e6a81b2612dfb22","signature":"9e98747f619aa796deddd30db760e64d9708cd3b0c577b0876abb70f3eab25fd"},{"version":"2f465e7d5e11afb5da3a91af8a1823518d4da5d838edc8b8698743ae3db24c2e","signature":"ec5a8e783dacb487dd3e5fc7876ad22f541b03fbf551625f88acfc743eed315c"},{"version":"54ffd21b89aef6f7be449cc196088714576e274f5df989075e3d0ffc10a745bb","signature":"9b7b961bcb73340c0cb0af516e6f9357e837195751f5aa7d70f99660276e34ca"},{"version":"9af58165413c7f5d92a9575d6fd1e6aa6240ae44708acd4f97b562d139c833be","signature":"144ba3f045480cdfb42b4a34517d517e84a30d932c36b99b45983c0c4e76e2f8"},{"version":"c8ff736a0d7a886a627a3909aed539176c725b6d74f07cee78bf430f4e20ff7e","signature":"f589efcfa010eea9f76e620bd4f70ceef6e3a902afa33e05e18bca869992f7e3"},{"version":"53137c37fa1c055450a74d40b67f092d651a6e683f66634470cd2f14017d4032","signature":"8be70c8fde3cce8ad51c2c470ecc6102135e371f3b6254877b07d57adf1d2bc1"},{"version":"4ee8f9a87c61581e525d7b10cbf2243c5d8fdfe6c56d0cb3d731a59567dad038","signature":"54c3996b8491ae224d5656b11dedb44bb8f99c9f10c79e58dcaf95286c3af74d"},{"version":"264c53e476cb2eba12889fdf4eb416fbfb051d11d4edc2474f3e2924fe563c09","signature":"90beddfb2c501e0f093cf9461aa354accc040a70dd7b7c44c849cbc9797a64a1"},{"version":"84e93a2f66b9c506912303451a857c95a47e9807d73e4f2941f0a7368e9312ae","signature":"159e31ac53b11d2ef980a6aa53444d87864e1fc44e8f303061a4cf1472750404"},{"version":"40e9ee78bfce617457326b2c2fd7df13f717618c86a9d8c75bbfb237b69c0f53","signature":"753de8e1d0821791388bbe8e7435041eb17a9ea696c1b7527bf46e6aeafb1359"},{"version":"9edab41aad71b77b32ab919119536309bccdde7f521140220fba8cf4a660c365","signature":"45cd4752ad2f96cecbcf941246eb6958eca0cf52a4e3095a52b666c3dee9a3c8"},"811a03527d2ac6f84f2d85bbc56956414a22e8f1de907de3322cac1cabfeb28e",{"version":"45e20962629e47c5334caec3b0915e6d32675b8e9d2e8f7c1720e34c9a870947","signature":"a9895069f7a2fc060bc4f96fc05a7ca7e1f33374c48be8b3e507ec407059f435"},"ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107",{"version":"e7be367719c613d580d4b27fdf8fe64c9736f48217f4b322c0d63b2971460918","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"9d8f6e55f5a038f4dca0cacd6566f9b82c576eee35c694b89230e9dec1895a77","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"f85c06e750743acf31f0cfd3be284a364d469761649e29547d0dd6be48875150","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"452e8a437aa57fe832dece2a5d3ea8dd0ab1de03ca778d09798c56ece0a29e80","affectsGlobalScope":true},{"version":"d29c2ed9e4bada9599c5f1e02d53ef15e93dab1496bb44b5863d3a24ad0bd44f","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"a321f588d51d742955993766d2969ed19006110a080572bfd24054178a5be640","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"21fcdcb618236f0feaca7e511e2da10c19970f86e09c934cef2d45b340ad92b5","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"b33379077284c9e55d2410d814b71b15522c5f71f9e93e15a8c3c41d463b00f6",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","f0284427f61bbd071114efa75e9d17dbb7aeaf2c89bf5bd890f510a3e4a67de4"],"root":[[78,111]],"options":{"composite":true,"declaration":true,"declarationMap":true,"module":99,"outDir":"..","rootDir":"../../src","skipLibCheck":true,"strict":true,"target":99},"fileIdsList":[[113],[153],[154,159,188],[155,160,166,167,174,185,196],[155,156,166,174],[157,197],[158,159,167,175],[159,185,193],[160,162,166,174],[153,161],[162,163],[166],[164,166],[153,166],[166,167,168,185,196],[166,167,168,181,185,188],[151,154,201],[162,166,169,174,185,196],[166,167,169,170,174,185,193,196],[169,171,185,193,196],[113,114,152,153,154,155,156,157,158,159,160,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],[166,172],[173,196,201],[162,166,174,185],[175],[176],[153,177],[113,114,153,154,155,156,157,158,159,160,161,162,163,164,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],[179],[180],[166,181,182],[181,183,197,199],[154,166,185,186,187,188],[154,185,187],[185,186],[188],[189],[113,185],[166,191,192],[191,192],[159,174,185,193],[194],[174,195],[154,169,180,196],[159,197],[185,198],[173,199],[200],[154,159,166,168,177,185,196,199,201],[185,202],[123,127,196],[123,185,196],[118],[120,123,193,196],[174,193],[204],[118,204],[120,123,174,196],[115,116,119,122,154,166,185,196],[123,130],[115,121],[123,144,145],[119,123,154,188,196,204],[154,204],[144,154,204],[117,118,204],[123],[117,118,119,120,121,122,123,124,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150],[123,138],[123,130,131],[121,123,131,132],[122],[115,118,123],[123,127,131,132],[127],[121,123,126,196],[115,120,123,130],[154,185],[118,123,144,154,201,204],[110],[80],[96],[78,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,111]],"referencedMap":[[113,1],[114,1],[153,2],[154,3],[155,4],[156,5],[157,6],[158,7],[159,8],[160,9],[161,10],[162,11],[163,11],[165,12],[164,13],[166,14],[167,15],[168,16],[152,17],[169,18],[170,19],[171,20],[204,21],[172,22],[173,23],[174,24],[175,25],[176,26],[177,27],[178,28],[179,29],[180,30],[181,31],[182,31],[183,32],[185,33],[187,34],[186,35],[188,36],[189,37],[190,38],[191,39],[192,40],[193,41],[194,42],[195,43],[196,44],[197,45],[198,46],[199,47],[200,48],[201,49],[202,50],[130,51],[140,52],[129,51],[150,53],[121,54],[120,55],[149,56],[143,57],[148,58],[123,59],[137,60],[122,61],[146,62],[118,63],[117,64],[147,65],[119,66],[124,67],[128,67],[151,68],[141,69],[132,70],[133,71],[135,72],[131,73],[134,74],[144,56],[126,75],[127,76],[136,77],[116,78],[139,69],[138,67],[145,79],[111,80],[102,80],[99,80],[81,81],[94,80],[97,82],[80,80],[110,83]],"latestChangedDtsFile":"./Comma.d.ts"},"version":"5.5.4"}
|