inferred-types 0.16.1 → 0.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.tsbuildinfo +1 -0
- package/dist/{types/utility/state/KeyStorage.d.ts → index.d.ts} +9780 -8195
- package/dist/index.js +687 -0
- package/dist/index.mjs +603 -0
- package/on-hold/Builder/index.ts +15 -21
- package/on-hold/types/index.ts +15 -20
- package/package.json +25 -36
- package/pnpm-lock.yaml +1680 -3233
- package/src/Mutation/index.ts +16 -18
- package/src/index.ts +15 -19
- package/src/shared/index.ts +16 -18
- package/src/types/Not.ts +3 -1
- package/src/types/Transformer.ts +1 -2
- package/src/types/Where.ts +36 -0
- package/src/types/alphabetic/PascalCase.ts +5 -4
- package/src/types/alphabetic/index.ts +16 -20
- package/src/types/dictionary/index.ts +16 -18
- package/src/types/{fluent.ts → fluent/fluent.ts} +8 -9
- package/src/types/fluent/index.ts +35 -0
- package/src/types/index.ts +18 -22
- package/src/types/kv/index.ts +16 -18
- package/src/types/lists/index.ts +16 -18
- package/src/types/ruleset-types.ts +1 -1
- package/src/types/string-literals/index.ts +16 -18
- package/src/types/tuples/index.ts +16 -18
- package/src/types/{SameKeys.ts → type-conversion/SameKeys.ts} +0 -0
- package/src/types/type-conversion/WrapValue.ts +15 -0
- package/src/types/type-conversion/index.ts +18 -18
- package/src/utility/api/index.ts +16 -18
- package/src/utility/dictionary/index.ts +16 -20
- package/src/utility/dictionary/kv/index.ts +16 -18
- package/src/utility/index.ts +16 -20
- package/src/utility/lists/index.ts +16 -18
- package/src/utility/literals/index.ts +16 -18
- package/src/utility/map-reduce/index.ts +16 -18
- package/src/utility/modelling/index.ts +16 -18
- package/src/utility/runtime/conditions/index.ts +16 -18
- package/src/utility/runtime/ifTypeOf.ts +1 -5
- package/src/utility/runtime/index.ts +16 -20
- package/src/utility/state/index.ts +16 -18
- package/tests/Where.spec.ts +39 -0
- package/tests/data/index.ts +9 -14
- package/tests/kv/dict-to-kv-and-back.spec.ts +6 -2
- package/tsconfig.json +4 -3
- package/dist/cjs/index.js +0 -1
- package/dist/es/index.js +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/types/Mutation/MutationFunction.d.ts +0 -16
- package/dist/types/Mutation/MutationIdentity.d.ts +0 -30
- package/dist/types/Mutation/index.d.ts +0 -2
- package/dist/types/errors/InferenceError.d.ts +0 -1
- package/dist/types/errors/index.d.ts +0 -1
- package/dist/types/index.d.ts +0 -4
- package/dist/types/shared/index.d.ts +0 -3
- package/dist/types/shared/randomString.d.ts +0 -1
- package/dist/types/shared/uuid.d.ts +0 -1
- package/dist/types/shared/valueTypes.d.ts +0 -27
- package/dist/types/types/Api.d.ts +0 -10
- package/dist/types/types/Constructor.d.ts +0 -5
- package/dist/types/types/EnumValues.d.ts +0 -14
- package/dist/types/types/ExpandRecursively.d.ts +0 -3
- package/dist/types/types/First.d.ts +0 -4
- package/dist/types/types/FunctionType.d.ts +0 -9
- package/dist/types/types/If.d.ts +0 -10
- package/dist/types/types/Include.d.ts +0 -16
- package/dist/types/types/Includes.d.ts +0 -5
- package/dist/types/types/KeyedRecord.d.ts +0 -22
- package/dist/types/types/Keys.d.ts +0 -17
- package/dist/types/types/Length.d.ts +0 -8
- package/dist/types/types/Mutable.d.ts +0 -6
- package/dist/types/types/Narrowable.d.ts +0 -5
- package/dist/types/types/Not.d.ts +0 -11
- package/dist/types/types/Numeric.d.ts +0 -14
- package/dist/types/types/Opaque.d.ts +0 -12
- package/dist/types/types/Retain.d.ts +0 -16
- package/dist/types/types/SameKeys.d.ts +0 -11
- package/dist/types/types/Transformer.d.ts +0 -11
- package/dist/types/types/TypeGuard.d.ts +0 -7
- package/dist/types/types/alphabetic/AllCaps.d.ts +0 -12
- package/dist/types/types/alphabetic/CamelCase.d.ts +0 -2
- package/dist/types/types/alphabetic/CapFirstAlpha.d.ts +0 -13
- package/dist/types/types/alphabetic/CapitalizeWords.d.ts +0 -4
- package/dist/types/types/alphabetic/DashToSnake.d.ts +0 -1
- package/dist/types/types/alphabetic/DashUppercase.d.ts +0 -14
- package/dist/types/types/alphabetic/Dasherize.d.ts +0 -15
- package/dist/types/types/alphabetic/HasUppercase.d.ts +0 -13
- package/dist/types/types/alphabetic/Intrinsic.d.ts +0 -4
- package/dist/types/types/alphabetic/IsCapitalized.d.ts +0 -15
- package/dist/types/types/alphabetic/KebabCase.d.ts +0 -12
- package/dist/types/types/alphabetic/LowerAllCaps.d.ts +0 -4
- package/dist/types/types/alphabetic/PascalCase.d.ts +0 -16
- package/dist/types/types/alphabetic/Pluralize.d.ts +0 -36
- package/dist/types/types/alphabetic/SnakeCase.d.ts +0 -14
- package/dist/types/types/alphabetic/alpha-characters.d.ts +0 -36
- package/dist/types/types/alphabetic/index.d.ts +0 -16
- package/dist/types/types/append-types.d.ts +0 -9
- package/dist/types/types/dictionary/Get.d.ts +0 -7
- package/dist/types/types/dictionary/index.d.ts +0 -1
- package/dist/types/types/fluent.d.ts +0 -51
- package/dist/types/types/index.d.ts +0 -35
- package/dist/types/types/kv/DictFromKv.d.ts +0 -6
- package/dist/types/types/kv/KeyValue.d.ts +0 -11
- package/dist/types/types/kv/KvFrom.d.ts +0 -13
- package/dist/types/types/kv/KvTuple.d.ts +0 -14
- package/dist/types/types/kv/index.d.ts +0 -4
- package/dist/types/types/lists/UniqueForProp.d.ts +0 -14
- package/dist/types/types/lists/index.d.ts +0 -1
- package/dist/types/types/maybe.d.ts +0 -8
- package/dist/types/types/props.d.ts +0 -100
- package/dist/types/types/ruleset-types.d.ts +0 -59
- package/dist/types/types/runtime.d.ts +0 -33
- package/dist/types/types/string-literals/Break.d.ts +0 -12
- package/dist/types/types/string-literals/Concat.d.ts +0 -8
- package/dist/types/types/string-literals/LeftWhitespace.d.ts +0 -9
- package/dist/types/types/string-literals/Replace.d.ts +0 -11
- package/dist/types/types/string-literals/RightWhitespace.d.ts +0 -9
- package/dist/types/types/string-literals/StringLength.d.ts +0 -10
- package/dist/types/types/string-literals/Trim.d.ts +0 -11
- package/dist/types/types/string-literals/TrimLeft.d.ts +0 -11
- package/dist/types/types/string-literals/TrimRight.d.ts +0 -11
- package/dist/types/types/string-literals/form-fields.d.ts +0 -12
- package/dist/types/types/string-literals/index.d.ts +0 -10
- package/dist/types/types/tuples/DictArray.d.ts +0 -19
- package/dist/types/types/tuples/FirstKey.d.ts +0 -8
- package/dist/types/types/tuples/FirstKeyValue.d.ts +0 -8
- package/dist/types/types/tuples/FirstOfEach.d.ts +0 -11
- package/dist/types/types/tuples/FromDictArray.d.ts +0 -10
- package/dist/types/types/tuples/SecondOfEach.d.ts +0 -10
- package/dist/types/types/tuples/index.d.ts +0 -6
- package/dist/types/types/type-conversion/TupleToUnion.d.ts +0 -10
- package/dist/types/types/type-conversion/UnionToIntersection.d.ts +0 -5
- package/dist/types/types/type-conversion/UnionToTuple.d.ts +0 -9
- package/dist/types/types/type-conversion/index.d.ts +0 -3
- package/dist/types/types/type-testing.d.ts +0 -13
- package/dist/types/utility/api/api.d.ts +0 -2
- package/dist/types/utility/api/index.d.ts +0 -1
- package/dist/types/utility/createFnWithProps.d.ts +0 -1
- package/dist/types/utility/dictionary/arrayToKeyLookup.d.ts +0 -9
- package/dist/types/utility/dictionary/dictFilter.d.ts +0 -8
- package/dist/types/utility/dictionary/dictionaryTransform.d.ts +0 -9
- package/dist/types/utility/dictionary/entries.d.ts +0 -17
- package/dist/types/utility/dictionary/index.d.ts +0 -8
- package/dist/types/utility/dictionary/kv/dictToKv.d.ts +0 -16
- package/dist/types/utility/dictionary/kv/filterDictArray.d.ts +0 -9
- package/dist/types/utility/dictionary/kv/index.d.ts +0 -4
- package/dist/types/utility/dictionary/kv/kv.d.ts +0 -10
- package/dist/types/utility/dictionary/kv/kvToDict.d.ts +0 -15
- package/dist/types/utility/dictionary/mapValues.d.ts +0 -13
- package/dist/types/utility/dictionary/strArrayToDict.d.ts +0 -6
- package/dist/types/utility/dictionary/valuesOfProp.d.ts +0 -1
- package/dist/types/utility/index.d.ts +0 -11
- package/dist/types/utility/keys.d.ts +0 -5
- package/dist/types/utility/lists/groupBy.d.ts +0 -12
- package/dist/types/utility/lists/index.d.ts +0 -1
- package/dist/types/utility/literals/ExplicitFunction.d.ts +0 -6
- package/dist/types/utility/literals/arrayToObject.d.ts +0 -41
- package/dist/types/utility/literals/defineType.d.ts +0 -8
- package/dist/types/utility/literals/identity.d.ts +0 -6
- package/dist/types/utility/literals/index.d.ts +0 -5
- package/dist/types/utility/literals/literal.d.ts +0 -41
- package/dist/types/utility/map-reduce/filter.d.ts +0 -26
- package/dist/types/utility/map-reduce/index.d.ts +0 -1
- package/dist/types/utility/modelling/Model.d.ts +0 -22
- package/dist/types/utility/modelling/index.d.ts +0 -1
- package/dist/types/utility/ruleset.d.ts +0 -18
- package/dist/types/utility/runtime/condition.d.ts +0 -3
- package/dist/types/utility/runtime/conditions/index.d.ts +0 -12
- package/dist/types/utility/runtime/conditions/isArray.d.ts +0 -2
- package/dist/types/utility/runtime/conditions/isBoolean.d.ts +0 -5
- package/dist/types/utility/runtime/conditions/isFalse.d.ts +0 -4
- package/dist/types/utility/runtime/conditions/isFunction.d.ts +0 -15
- package/dist/types/utility/runtime/conditions/isLiteral.d.ts +0 -2
- package/dist/types/utility/runtime/conditions/isNull.d.ts +0 -1
- package/dist/types/utility/runtime/conditions/isNumber.d.ts +0 -1
- package/dist/types/utility/runtime/conditions/isObject.d.ts +0 -10
- package/dist/types/utility/runtime/conditions/isString.d.ts +0 -2
- package/dist/types/utility/runtime/conditions/isSymbol.d.ts +0 -1
- package/dist/types/utility/runtime/conditions/isTrue.d.ts +0 -20
- package/dist/types/utility/runtime/conditions/isUndefined.d.ts +0 -1
- package/dist/types/utility/runtime/ifTypeOf.d.ts +0 -23
- package/dist/types/utility/runtime/index.d.ts +0 -5
- package/dist/types/utility/runtime/type.d.ts +0 -27
- package/dist/types/utility/runtime/withValue.d.ts +0 -19
- package/dist/types/utility/state/Configurator.d.ts +0 -36
- package/dist/types/utility/state/FluentConfigurator.d.ts +0 -27
- package/dist/types/utility/state/index.d.ts +0 -3
- package/src/errors/InferenceError.ts +0 -3
- package/src/errors/index.ts +0 -37
- package/src/types/alphabetic/Intrinsic.ts +0 -6
- package/tests/FluentApi-spec.ts +0 -90
- package/tests/FluentConfigurator-spec.hold +0 -88
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"program":{"fileNames":["../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es5.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/.pnpm/typescript@4.4.4/node_modules/typescript/lib/lib.esnext.intl.d.ts","../src/Mutation/MutationIdentity.ts","../src/Mutation/MutationFunction.ts","../src/Mutation/index.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/async.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/basics.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aliases/stringAliases.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aliases/numeric.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aliases/color.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aliases/datetime.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aliases/fileTypeContent.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aliases/network.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aliases/other.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aliases/uuid.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aliases/index.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/cookies.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aws/aws-regions.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aws/aws-arn.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aws/aws-events.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aws/aws-layers.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aws/aws-stage.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/http.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aws/aws.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aws/aws-type-guards.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/aws/index.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/open-api.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-api-gateway.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-authorizers.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-constants.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-tracing.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless-plugins/serverless-alias-plugin.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless-plugins/serverless-bind-deployment-id.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless-plugins/index.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-vpc.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-function.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-logging.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-package.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-iam.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-provider.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-resources.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/step-functions.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-global.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-http-api.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/serverless-events.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/serverless/index.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/deprecated.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/geography.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/github.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/github-commit.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/github-event.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/github-release.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/github-webhooks.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/images.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/netlify.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/npm.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/nullable.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/package.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/photography.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/security.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/string-modifiers.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/tsconfig.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/type-guards.d.ts","../node_modules/.pnpm/common-types@1.29.1/node_modules/common-types/dist/es/index.d.ts","../node_modules/.pnpm/callsites@3.1.0/node_modules/callsites/index.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/@types/BaseBrilliance.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/@types/IBriliantError.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/Mutation/MutationIdentity.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/Mutation/MutationFunction.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/Mutation/index.d.ts","../node_modules/.pnpm/brilliant-errors@0.3.1/node_modules/brilliant-errors/dist/typings/@types/BaseBrilliance.d.ts","../node_modules/.pnpm/brilliant-errors@0.3.1/node_modules/brilliant-errors/dist/typings/@types/error-config.d.ts","../node_modules/.pnpm/brilliant-errors@0.3.1/node_modules/brilliant-errors/dist/typings/@types/constructors.d.ts","../node_modules/.pnpm/brilliant-errors@0.3.1/node_modules/brilliant-errors/dist/typings/@types/type-guards.d.ts","../node_modules/.pnpm/brilliant-errors@0.3.1/node_modules/brilliant-errors/dist/typings/@types/index.d.ts","../node_modules/.pnpm/brilliant-errors@0.3.1/node_modules/brilliant-errors/dist/typings/configurators/createError.d.ts","../node_modules/.pnpm/brilliant-errors@0.3.1/node_modules/brilliant-errors/dist/typings/configurators/index.d.ts","../node_modules/.pnpm/brilliant-errors@0.3.1/node_modules/brilliant-errors/dist/typings/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/errors/InferenceError.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/errors/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Api.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/EnumValues.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/ExpandRecursively.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/First.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/FunctionType.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/If.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Include.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Includes.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/KeyedRecord.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Keys.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Length.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Mutable.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Narrowable.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Not.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Numeric.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Opaque.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Retain.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/SameKeys.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/Transformer.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/TypeGuard.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/append-types.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/fluent.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/maybe.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/props.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/ifTypeOf.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/ruleset-types.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/runtime.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/type-testing.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/AllCaps.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/CamelCase.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/CapFirstAlpha.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/CapitalizeWords.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/DashToSnake.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/alpha-characters.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/HasUppercase.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/DashUppercase.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/Break.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/Concat.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/LeftWhitespace.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/Replace.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/RightWhitespace.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/StringLength.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/Trim.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/TrimLeft.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/TrimRight.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/form-fields.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/string-literals/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/Dasherize.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/Intrinsic.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/IsCapitalized.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/KebabCase.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/LowerAllCaps.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/PascalCase.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/Pluralize.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/SnakeCase.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/alphabetic/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/dictionary/Get.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/dictionary/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/kv/DictFromKv.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/kv/KeyValue.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/kv/KvFrom.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/kv/KvTuple.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/kv/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/lists/UniqueForProp.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/lists/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/tuples/DictArray.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/tuples/FirstKey.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/tuples/FirstKeyValue.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/tuples/FirstOfEach.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/tuples/FromDictArray.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/tuples/SecondOfEach.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/tuples/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/type-conversion/TupleToUnion.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/type-conversion/UnionToIntersection.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/type-conversion/UnionToTuple.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/type-conversion/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/types/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/createFnWithProps.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/keys.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/ruleset.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/api/api.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/api/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/arrayToKeyLookup.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/dictFilter.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/dictionaryTransform.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/entries.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/mapValues.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/strArrayToDict.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/valuesOfProp.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/kv/dictToKv.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/kv/filterDictArray.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/kv/kv.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/kv/kvToDict.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/kv/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/dictionary/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/lists/groupBy.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/lists/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/literals/ExplicitFunction.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/literals/arrayToObject.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/literals/defineType.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/literals/identity.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/literals/literal.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/literals/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/map-reduce/filter.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/map-reduce/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/modelling/Model.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/modelling/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/condition.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isArray.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isBoolean.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isFalse.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isFunction.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isLiteral.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isNull.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isNumber.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isObject.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isString.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isSymbol.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isTrue.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/isUndefined.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/conditions/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/type.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/withValue.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/runtime/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/state/Configurator.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/state/FluentConfigurator.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/state/KeyStorage.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/state/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/utility/index.d.ts","../node_modules/.pnpm/inferred-types@0.16.0/node_modules/inferred-types/dist/types/index.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/@types/error-config.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/@types/constructors.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/@types/general.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/@types/index.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/@guards/index.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/configurators/createError.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/configurators/index.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/shared/prettyStack.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/shared/index.d.ts","../node_modules/.pnpm/brilliant-errors@0.4.0_common-types@1.29.1/node_modules/brilliant-errors/dist/typings/index.d.ts","../src/errors/InferenceError.ts","../src/errors/index.ts","../src/types/Api.ts","../src/types/Constructor.ts","../src/types/EnumValues.ts","../src/types/ExpandRecursively.ts","../src/types/First.ts","../src/types/FunctionType.ts","../src/types/If.ts","../src/types/Include.ts","../src/types/Includes.ts","../src/types/KeyedRecord.ts","../src/types/Keys.ts","../src/types/Length.ts","../src/types/Mutable.ts","../src/types/Narrowable.ts","../src/types/Not.ts","../src/types/Numeric.ts","../src/types/Opaque.ts","../src/types/Retain.ts","../src/types/SameKeys.ts","../src/types/Transformer.ts","../src/types/TypeGuard.ts","../src/types/append-types.ts","../src/types/fluent.ts","../src/types/maybe.ts","../src/types/props.ts","../src/utility/keys.ts","../src/utility/runtime/ifTypeOf.ts","../src/types/ruleset-types.ts","../src/types/runtime.ts","../src/types/type-testing.ts","../src/types/alphabetic/AllCaps.ts","../src/types/alphabetic/CamelCase.ts","../src/types/alphabetic/CapFirstAlpha.ts","../src/types/alphabetic/CapitalizeWords.ts","../src/types/alphabetic/DashToSnake.ts","../src/types/alphabetic/alpha-characters.ts","../src/types/alphabetic/HasUppercase.ts","../src/types/alphabetic/DashUppercase.ts","../src/types/string-literals/Break.ts","../src/types/string-literals/Concat.ts","../src/types/string-literals/LeftWhitespace.ts","../src/types/string-literals/Replace.ts","../src/types/string-literals/RightWhitespace.ts","../src/types/string-literals/StringLength.ts","../src/types/string-literals/Trim.ts","../src/types/string-literals/TrimLeft.ts","../src/types/string-literals/TrimRight.ts","../src/types/string-literals/form-fields.ts","../src/types/string-literals/index.ts","../src/types/alphabetic/Dasherize.ts","../src/types/alphabetic/Intrinsic.ts","../src/types/alphabetic/IsCapitalized.ts","../src/types/alphabetic/KebabCase.ts","../src/types/alphabetic/LowerAllCaps.ts","../src/types/alphabetic/PascalCase.ts","../src/types/alphabetic/Pluralize.ts","../src/types/alphabetic/SnakeCase.ts","../src/types/alphabetic/index.ts","../src/types/dictionary/Get.ts","../src/types/dictionary/index.ts","../src/types/kv/DictFromKv.ts","../src/types/kv/KeyValue.ts","../src/types/kv/KvFrom.ts","../src/types/kv/KvTuple.ts","../src/types/kv/index.ts","../src/types/lists/UniqueForProp.ts","../src/types/lists/index.ts","../src/types/tuples/DictArray.ts","../src/types/tuples/FirstKey.ts","../src/types/tuples/FirstKeyValue.ts","../src/types/tuples/FirstOfEach.ts","../src/types/tuples/FromDictArray.ts","../src/types/tuples/SecondOfEach.ts","../src/types/tuples/index.ts","../src/types/type-conversion/TupleToUnion.ts","../src/types/type-conversion/UnionToIntersection.ts","../src/types/type-conversion/UnionToTuple.ts","../src/types/type-conversion/index.ts","../src/types/index.ts","../src/utility/createFnWithProps.ts","../src/utility/ruleset.ts","../src/utility/api/api.ts","../src/utility/api/index.ts","../src/utility/dictionary/arrayToKeyLookup.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/IDictionary.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/atRandom.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/base64.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/between.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/camelize.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/capitalize.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/createLookup.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/dasherize.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/types/other-types.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/types/index.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/describe.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/deserialize.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/equal.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/first.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/firstKey.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/flatten.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/get.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/guid.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/hash.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/initials.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/isEven.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/isLeapYear.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/isOdd.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/isUuid.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/keys.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/last.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/lastKey.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/omit.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/pascalize.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/pathJoin.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/pluralize.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/randomString.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/retain.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/serialize.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/set.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/snakerize.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/unique.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/uuid.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/formatting/private/constants.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/formatting/private/paint.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/formatting/private/replace.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/formatting/private/index.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/formatting/fluent-types.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/formatting/color.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/formatting/format.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/formatting/index.d.ts","../node_modules/.pnpm/native-dash@1.20.1/node_modules/native-dash/dist/@types/index.d.ts","../src/utility/dictionary/dictFilter.ts","../src/utility/dictionary/dictionaryTransform.ts","../src/utility/dictionary/entries.ts","../src/utility/dictionary/mapValues.ts","../src/utility/dictionary/strArrayToDict.ts","../src/utility/dictionary/valuesOfProp.ts","../src/utility/dictionary/kv/dictToKv.ts","../src/utility/state/Configurator.ts","../src/utility/state/FluentConfigurator.ts","../src/utility/state/KeyStorage.ts","../src/utility/state/index.ts","../src/utility/dictionary/kv/filterDictArray.ts","../src/utility/dictionary/kv/kv.ts","../src/utility/dictionary/kv/kvToDict.ts","../src/utility/dictionary/kv/index.ts","../src/utility/dictionary/index.ts","../src/utility/lists/groupBy.ts","../src/utility/lists/index.ts","../src/utility/literals/ExplicitFunction.ts","../src/utility/literals/arrayToObject.ts","../src/utility/literals/defineType.ts","../src/utility/literals/identity.ts","../src/utility/literals/literal.ts","../src/utility/literals/index.ts","../src/utility/map-reduce/filter.ts","../src/utility/map-reduce/index.ts","../src/utility/modelling/Model.ts","../src/utility/modelling/index.ts","../src/utility/runtime/condition.ts","../src/utility/runtime/conditions/isArray.ts","../src/utility/runtime/conditions/isBoolean.ts","../src/utility/runtime/conditions/isFalse.ts","../src/utility/runtime/conditions/isFunction.ts","../src/utility/runtime/conditions/isLiteral.ts","../src/utility/runtime/conditions/isNull.ts","../src/utility/runtime/conditions/isNumber.ts","../src/utility/runtime/conditions/isObject.ts","../src/utility/runtime/conditions/isString.ts","../src/utility/runtime/conditions/isSymbol.ts","../src/utility/runtime/conditions/isTrue.ts","../src/utility/runtime/conditions/isUndefined.ts","../src/utility/runtime/conditions/index.ts","../src/utility/runtime/type.ts","../src/utility/runtime/withValue.ts","../src/utility/runtime/index.ts","../src/utility/index.ts","../src/index.ts","../src/shared/randomString.ts","../src/shared/uuid.ts","../src/shared/valueTypes.ts","../src/shared/index.ts","../node_modules/.pnpm/@type-challenges+utils@0.1.1/node_modules/@type-challenges/utils/index.d.ts","../tests/CamelCase-spec.ts","../tests/ExplicitFunction-spec.ts","../tests/FluentApi-spec.ts","../tests/IncludeAndRetain-spec.ts","../tests/Includes-spec.ts","../tests/KebabCase-spec.ts","../tests/MutationIdentity-spec.ts","../tests/PascalCase-spec.ts","../tests/Pluralize-spec.ts","../tests/SnakeCase-spec.ts","../tests/arrayToKeyLookup-spec.ts","../tests/arrayToObject-spec.ts","../tests/constructor.spec.ts","../tests/createFnWithProps.spec.ts","../tests/defineType-spec.ts","../tests/dictionaryTransform-spec.ts","../tests/ifTypeOf-spec.ts","../tests/literal-spec.ts","../tests/mapValues-spec.ts","../tests/props-spec.ts","../tests/strArrayToDict-spec.ts","../tests/withValue.spec.ts","../tests/data/index.ts","../tests/dictionary/Get.spec.ts","../tests/kv/KeyValue-spec.ts","../tests/kv/SameKeys-spec.ts","../tests/kv/dict-to-kv-and-back.spec.ts","../tests/kv/dictFilter.ts","../tests/kv/entries-spec.ts","../tests/kv/keys.spec.ts","../tests/kv/kv-spec.ts","../tests/lists/UniqueForProp.spec.ts","../tests/runtime/condition.spec.ts","../tests/runtime/type.spec.ts","../tests/string-literals/AllCaps.spec.ts","../tests/string-literals/CamelCase.spec.ts","../tests/string-literals/Dasherize.spec.ts","../tests/string-literals/HasUppercase.spec.ts","../tests/string-literals/PascalCase.spec.ts","../tests/string-literals/SnakeCase.spec.ts","../tests/string-literals/whitespace-capture.spec.ts","../tests/tuples/TupleToUnion.spec.ts","../node_modules/.pnpm/@babel+types@7.15.6/node_modules/@babel/types/lib/index.d.ts","../node_modules/.pnpm/@types+babel__generator@7.6.3/node_modules/@types/babel__generator/index.d.ts","../node_modules/.pnpm/@babel+parser@7.15.8/node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/.pnpm/@types+babel__template@7.4.1/node_modules/@types/babel__template/index.d.ts","../node_modules/.pnpm/@types+babel__traverse@7.14.2/node_modules/@types/babel__traverse/index.d.ts","../node_modules/.pnpm/@types+babel__core@7.1.16/node_modules/@types/babel__core/index.d.ts","../node_modules/.pnpm/@types+estree@0.0.39/node_modules/@types/estree/index.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/assert.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/globals.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/async_hooks.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/buffer.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/child_process.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/cluster.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/console.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/constants.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/crypto.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/dgram.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/dns.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/domain.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/events.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/fs.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/fs/promises.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/http.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/http2.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/https.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/inspector.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/module.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/net.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/os.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/path.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/perf_hooks.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/process.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/punycode.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/querystring.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/readline.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/repl.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/stream.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/string_decoder.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/timers.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/tls.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/trace_events.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/tty.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/url.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/util.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/v8.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/vm.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/wasi.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/worker_threads.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/zlib.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/globals.global.d.ts","../node_modules/.pnpm/@types+node@14.17.27/node_modules/@types/node/index.d.ts","../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts","../node_modules/.pnpm/@types+glob@7.2.0/node_modules/@types/glob/index.d.ts","../node_modules/.pnpm/@types+graceful-fs@4.1.5/node_modules/@types/graceful-fs/index.d.ts","../node_modules/.pnpm/@types+istanbul-lib-coverage@2.0.3/node_modules/@types/istanbul-lib-coverage/index.d.ts","../node_modules/.pnpm/@types+istanbul-lib-report@3.0.0/node_modules/@types/istanbul-lib-report/index.d.ts","../node_modules/.pnpm/@types+istanbul-reports@3.0.1/node_modules/@types/istanbul-reports/index.d.ts","../node_modules/.pnpm/jest-diff@27.3.1/node_modules/jest-diff/build/cleanupSemantic.d.ts","../node_modules/.pnpm/jest-diff@27.3.1/node_modules/jest-diff/build/types.d.ts","../node_modules/.pnpm/jest-diff@27.3.1/node_modules/jest-diff/build/diffLines.d.ts","../node_modules/.pnpm/jest-diff@27.3.1/node_modules/jest-diff/build/printDiffs.d.ts","../node_modules/.pnpm/jest-diff@27.3.1/node_modules/jest-diff/build/index.d.ts","../node_modules/.pnpm/pretty-format@27.3.1/node_modules/pretty-format/build/types.d.ts","../node_modules/.pnpm/pretty-format@27.3.1/node_modules/pretty-format/build/index.d.ts","../node_modules/.pnpm/@types+jest@27.0.2/node_modules/@types/jest/index.d.ts","../node_modules/.pnpm/@types+json-schema@7.0.9/node_modules/@types/json-schema/index.d.ts","../node_modules/.pnpm/@types+json5@0.0.29/node_modules/@types/json5/index.d.ts","../node_modules/.pnpm/@types+normalize-package-data@2.4.1/node_modules/@types/normalize-package-data/index.d.ts","../node_modules/.pnpm/@types+prettier@2.4.1/node_modules/@types/prettier/index.d.ts","../node_modules/.pnpm/@types+resolve@1.17.1/node_modules/@types/resolve/index.d.ts","../node_modules/.pnpm/@types+shelljs@0.8.9/node_modules/@types/shelljs/index.d.ts","../node_modules/.pnpm/@types+stack-utils@2.0.1/node_modules/@types/stack-utils/index.d.ts","../node_modules/.pnpm/@types+yargs-parser@20.2.1/node_modules/@types/yargs-parser/index.d.ts","../node_modules/.pnpm/@types+yargs@15.0.14/node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"aa9fb4c70f369237c2f45f9d969c9a59e0eae9a192962eb48581fe864aa609db","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",{"version":"51b8b27c21c066bf877646e320bf6a722b80d1ade65e686923cd9d4494aef1ca","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"2c8c5ee58f30e7c944e04ab1fb5506fdbb4dd507c9efa6972cf4b91cec90c503","affectsGlobalScope":true},{"version":"2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"4632665b87204bb1caa8b44d165bce0c50dfab177df5b561b345a567cabacf9a","affectsGlobalScope":true},"db848aed91649aba9525c401853ffc209fda8d5a3976374e3685932da8a3d580","a019c8dbd80a91ee4469a22262cda53a9a31a0346ea783e12df0cb39e7e8a938","3e294fb3da21006f0aeff7b079c66e65c9e2e53935424b56d11dbfab50785f3c","e5115ef0b939571667da7c0df611824b765612b8f0a16ec6156aab65fa69360f","fd7c1df1e8aef58060d7c3a019d18c64f02e1e60bd74463635afc1815b35edbd","61161fdd8428c9df5e044981add66b80d6c81f78bd1bef9cc902a13773bfc05e","9233b3ae63bbe418f78ab2bdee80fc7779105922c07a1072eccacc36ceff6a7d","d106d9dfbf97582cd157b52ed30232b03215b9825749c5499cf7c7d1084b369e","913b9a7a0add1a24401175441bc53ea8bc0cf01625db3c5fd1a0470699d92522","6920f524a0ed8fb72d436e07dd9797cff51fa599ce749ae394eefffb89207128","fd094641ede31a6a91fd879231b05f8067078b01001e9d2f086b7443a84e95cc","16760a25f0b10854bd62f6bf83b2649a9ab92e7b8d1e6018eee8b897187160cd","eadbc327e05752714e8b0ecb453418a0ca826fd9a8e131a3ffb2fab40e7e83af","24b93f4e13096641aea178daa6613f0e76253d212f9c02968b9e94168ef66d95","0408f49184302a0c4118d82bd8e4a88f9ed82565a8d5279b05c7596bb04bdbdc","35f27664ee8c53a5b4f8bef4a530be03d7f86746d8aeacde95fd5f4ae7f8b84a","e637b627487d09c3100c18c4b006845298e67fd9b2c979bc413ab81b9d39d88c","092c22ab913fbe89b61a0f6cec0944de77f8b79923b9d286828009bf9e2f2631","22eb68fe8c1ee91b2b7fc286bb2521d4241a4b264bacaa1b07dc6941ff75dcaf","19d616571175feac280567161e77566cb05b9a11608a9c7bdb45d66eb74586a6","f8ebb3ac8ec9ddd4d12922c5120c7c4739d53c6f69a2be8869ec66ab6b626c5a","ac93ca2df88302943f0e01c785c3f9f5c2cf9d244eb6c413855c146b97f20f7f","bd57ef7744d89198cd830c0d032e21b6844502e5a44acccb11029fd1bc2f9bc0","a1e26a321eca26fa35111cff6c9c90d6d8aed20cf93e9c13b2799893b61eecf9","2c40ae1ad08ff96371d76704c547809547641d9482f57953a10d182c324f5fe7","65d52dddd61602e1045ca690b67eaff172ea07d9ea9af7c212e7df2fab6cba38","3508bc209980425e411e834e0ea52db733dfd4875ea550f7fb10738ef6ef71bc","92f8efea8d9d91ef81307ee736dfc369c1e40caa48cb077c2f77ce05a658e9e4","12c4a3a82abec200b982bc4c3a32e7f4cea1cb75098b010e079c1bb4c8f4111c","9c5ab09e79af68c58179dd1f1370f994f1dae1c638703d7a98826880768a139a","2e1bad0e996bf2b888df4d98c06922912eadaa59e60660525d71489024742aed","56f3fc521215bd92240f2a2afecf7e7066e1a5fa2238095b3a24e77216925812","9d6901c6c2556f3d0d25b563dc761ddc0d08da0219b96893df8da41ae25cdbff","2181847f076a28284c404b6f85c698ddd14a1e8acb67a7081748c6e6788c5f8a","b4f873b4e50a076cc8c3f69d63a35168eea29f2de3dc78145804e2325ab0fb12","e8beb3dab9ab69f685e968d7508a1e5e350e8b9e7840bd59e895fa0396374489","999819622e9687654fbdfdef443465fe50bc81756ac1918e1c37ce5073e247b3","918131b8a29e9ef445e639298ce44b64e84f97d2522038bc2fcbf833f717fb87","a13134b1fa1525fa3a08e96522427589694acd086d14801bf4b628e0b6a6b357","43ab94e909c6c42ba78b47cf04115912fc7d04cd42669e6c55e00c54c709da16","20e28bba5b6880dc0a28cf005567f3fa46597cf98525af2a8b0d2d828d03801c","5d8d606be6bc668a0de43df1518453f7c394d120118c5aa2a530c45a354a9189","711672a1be4ea4b31d93a8715234ad325911625bf85a5a25f49e5f0127a3cbd5","43dfacac234f9a23d9108a01f857b47faf53d9123bfe4eeaa61c3894fff5d892","f1051331e44bd311ddeb0664fccfa21ba7178bc9ceec05fbd770a463e7098e85","201fcf191fba13c99272569d7429f9bd64c73544e931d2138721f7cc4f65d5be","0fb9873b581207869d55ee8e5dd08b69dd505debaeaffaddb60e3915d2fd3f2c","b8b2c4aa14fd991876cbf7f437df43a834e4454fb4c7e868d1d4c196414262b4","9977caf99e6e4fa618323301fd28bdaad7f1e0f35c115494b220034e94ad8905","c69550c5c29f6f2760f4ed0b6d3f0b21b98924e443604ce19cc0beadfa54c341","f69b8b022b77fa46fc6730f429d5935f1d6fa733dbe62241a5403f63b80fe255","1b7de1c4062d1b9301158655919deff9ebe34be3062ea51ce8d76124b04ab19a","f81015fa566680c37ae6e2d251a60697bfa922de91c9bfa2c0f10207b82c218c","60571c30171b3321e7cc18a96e67ad1d89971a07f02a453dce609a5973e6450d","dba0d49ce7d28166e69621f431694c4fc7edb56e70fd3ad8e35e62c07ade9fe2","dfd4a01c2f9a4af9472b262307589bad5916efb26df158d4ab81576b89dfb479","9a10bfbc8607af86285be23b94c4ba76d5fdc854dfb6aef95f7855d22929d799","136d6e85e81395d75030062a4e5d58a38cc90d5459e50bef40ed035aa46d05ab","28db7e5dc83df99091caf8518bb6219735b55a8de959f4c9aa4160d6d42529a0","2cd988bd18a64f030bd00ef0ae572e074094b62317ff5aee8d711b623919ada5","75098167fb554260258b0fbd0c302e7f0a2422f69d6ff4b5519100f017123bba","92c2bc62db0d062247a9072a39f9bfd970bd6347f997bb7e1c40c49ed0218c13","25cd1647df5d21bdd93e6db5ea89313a8189296edf9845ab0c1c9d90afcbe4f8","6fdc7cbbbc0601f9bb153c30c0e8063321cd1c9211ad512b9fde1d1f785b35dd","c3bad285dd770d731cace6dad644f20f2ef16df8e238c8c18f32f627732a52bc","49b79627ae63310a0841cad3f517eef73bf5f636f93a91e571d11c2e33a32752","f9210b0183613f145b3b3c24170d7fcc0ab742660ca4e41008b2bf34bbcc636b","0c8b6f11a55dcca903bbd86a2a8889832060e188cec5feec1a0cdf6cc47f8c4e","aa5e22012c577d0428a098500f264e84c07f0221103f239155fa2e45369e2bfd","c3bad285dd770d731cace6dad644f20f2ef16df8e238c8c18f32f627732a52bc","b005f236fb08d2ffabde1224ee2a0d565b1805502e83fa699ffe949f2bf16969","a419fccb76550e089bfc4f75a3a5476b653d7e0969d128e3f6a243211b0f3ccd","1853a9ad748ce62df2c7d0a82b85830a35349cd990d655a933b8bca826a15d00","c202eeda9517d0b59e2c934f39e0b4cbf2c3be617937d6d99c9cc7f2ad99c235","3048d80347eb562ebcb364d3bb94f60259ea6995665ba983ab357eb59b037f28","48631238b0d6b4ba682bf61f91adac1cfa9aa8fc23fed136e6adce582aee6097","5256e4fbe9ba122df93d6f237d9004590fa075a12ac5d35ae94cbdce9e2beeb4","7d6cd608f2c67f8463be26aaffdeee006e8dee6a00e13c519b8a5a6872273844","3f0baeb39ec877acd70d6f65e007fd206a951191bb20c5310379b8a71820292d","1dec06a4e40224ee209c1ad452f9aa1169625150353acc66ccab80e0e4f552c0","81591590f26d1340d2c5abfe49a4fd76e65f896267f803ea2aab4f72995471fa","331a591523d4b8aac4f20343710ca99e8f33b99747a91c6e9d6378c143a2f015","77ed4594eed9abddddb03384506ea778f7186ffadfd013cffdd9cf7b1e65fa36","5f72f31786604e4835007ae567e46f0c2351cfa3b1ca2aad3da80c9a51988511","3e54d367fa72ab7ac714bda3d44c7ae896dd4661d4efa2882cce95d1547ae0bc","ac4800f474fa801e1856b4ab7020cea2994e3165ce78d402434b254688a8b1c4","34aaf440fff6e647d96218795cce9feea98a63eca0a21776692d1fdeb74b40e9","ab2c2db5e0f98b666c0e98f4a6e366d2b3e1e16f224103b5e7a2296905d1cb89","22df7c8a9b0404f3237c27e6a625b89b4074507b4c847b6bb0fa30caea2fa7ab","ddbd7b46109e87de8b7826708c5763050f9874a8ca0f3197848d4dcad463b501","842caf8d5f16f6c3d27c2dd9d28f12b1e9706d65484ec1869cdf7396b07c1c55","cffe2902076d4050205cd8cf531e56543b7e93c5ba569810608d7cda29dbc6c1","5a70dfd5fdabda2984b0bed664a72293f3e15c293f13651fa04421c5569e5837","3c2f40eb72e0c20d4444082b69dd078eececc75658e64248d8ae1027f9ee9a41","67f348bb13e5bd15ec27227ff840ffc7d570a2dfc3fc8f6beebb6eb758ff1514","0f159fd2f55d86d34f5a651c7f9ede625cd667357f6be03c8e44f88be31a6ebd","a9d307960d5c8b533079d866a37b35c9087eebf4014b5768c916ef6a84301beb","0e4009d7ce51783c28afb64d7776c38d5072f9ab51926492efd08cb3023042d3","7103cf311a209963b6fa179ff9dcc49c68e8738c7eaec61e82074d07e8c82d83","4d17cb5f94ac1fdaaec986736be07315f6281f4838ce76a0bcb3e0f880d581f8","81ea343355eac3fe4ad05cb50b03786378dc3011fbd6fa06562e9e3ccb80f54d","9e0b87c2ed4e3cc631fb2bfb9f0ceb3b5768380dd17d95209ea755ba4563a81d","093e934ec08001b2a18f60cc54888897e7ecc15b4fd26bed2197cad284c9dad6","8ca07bfa3729ff401c39d83b9a7e6b34184bb95b2eb1e28498ba92dd61a3ec77","073ac7275118a86c3b92dc78979c1c702e48ddd14c97df28eba1cfb385e9a6cf","b37566e8257df9d1602e7cd6bd1ed470dad5f6a950083ef5a452651723381c98","7059e57d84125f6d79ee6d8a73bcd5d2cc0c3bb0d8fa24167170827e1606f9b0","43f109de022d240c028bb7f7d905aed857c613ac3bb68a52191a4669220ee5bf","28c7b4313a0aac6cd8f425ec6e524fe9654e300326f9dafdab24d2e82194303f","f88bb81cb110fa1721b64233ff8116893f1d4e1c2db3dc1b50d489013866c626","3693512ce05dab36b2e57928300522f849905e84a3a5418e65f2fbf78204306b","47dbadc0cfd2d735df002c0aa88564aa0f87e2eb525f993c3d783ec4b00b4e28","2270994d7e96ec928347ca9e8d9fe9e1dde52c603f6941c8e9f011e98d249284","b27a7405901f55757fd04d9661db6ad4fd3174edce1bdaf9c5d68d6cfc5bd4a4","1d6ffccf9b62eae5db58246358f358f82a0229fdf5835921650dcf6a249c8af7","6401e2aa01c6e6e7f866174d2eeb01c6390970fac5ab4162f8531610e15b3321","26801938756c7caa9542defec1b66de35a97be9d2c55c160222d4dad6858007e","6662373f7065c987792d2d9a97709b19ca83b87dffd09a1e47c8ff21e0ffb889","156a5ec3241dc18c661e658cd5b0c39a01519ccac378cd2092d3d58165e033da","88eae1203f1ff4153681627f54fb5da90d7eed596ccb38729f6b7e8a29d65848","2c6269cfa40f28f61f9ccbd81d511c9cb4967c48a83293766775cf8ef0ee484e","9866cab59ca405608c332258f3c97902e09457715effb7568cdc245be73faebe","2eb8fc6c40d85ba0b9cf08338a1179e95cde9fd25e101a6dc0fb8adb4e279186","a16ff8c611ad29960a003f6ea3259e21a51701c151a2da93f87c17aaf6133677","9c32394f82becb9835e3bc7de13f1dd308ec342a01811bb8b5ade3e6eed29df9","7c337e741f4e3b1bd9fd31bafeea2aab2bd2e927a066889bb6d51d4112253001","9aaf0865961711d73792a6a0b5c920d14fd98c75e04d00815a8be775caf8be8e","2cd988bd18a64f030bd00ef0ae572e074094b62317ff5aee8d711b623919ada5","dfec7b9087e8f7500b34a97a450fce7cf7f1f090938a3b1dfe6dd70f50147ef6","3f2015aa4c6eb8d50e00cde73f7b3deab873464b974565e4d950f312fe904b9d","209f5f8f9940fd8775a6b638ca5c3af9352c8d592ba44e4c9d8d4949d9a0aa17","b4b0d52b3e6a08b3745e68341378e681c4035118cb3dc4f16207af6d4df215ba","d3ed01740f171dfebab7bf17db7b102e90a95bbede61a09217558540d4af7e0d","150c1ca0c16c81ca7c63601f5c535a14e1f4e4f2cb99d7ab99a7c20a25eb448f","0329cae5448c42e8be6c10c6d77e801235f405195fb23c18c00a28ea5f015931","5e2070281b0e770f466e3af116a2ebe9f1cff0dc32d9f8b8e4a6445912b05f0e","90f8c3bd2f7c48908459aed97c4b6f84b96e1e4feb92a9a7e876afc14b1c8bb3","c9db4327aba7ad8f80842a73b0e3e05d366ea0e4c24a8886c7a2bec62c75a0bf","4c22c5e1571253b78271e0f732d96c5fb60db219e526f5a7d778faa7bd1eaeeb","a25ca7b825fface643bd659bba0e090090240d0b1d9701088e1abe542a4cb6f8","851e9955ce6042d79532e84392e85c7cb10e7a769ed19c9952218db1f1ff1cfd","dbc4f2022ca3bf82be36fc0d429cc5e03bdca47bf89e51d6131872251b41722b","8808e62f9bf85a08eb0188271d168ff6c9a0da3339b91cc635e09630d7e54819","dc2991ce41dc416adccccddc1a29f9078c64220013d8f5c83882829a5b4ada6f","7523ea46a1b26782202f26a1ce12f38d8347d12a129b0b6ae02f1e82190c49cf","39f37251d4033b1241a204c853d984381ef7d283022b3026cf328203799fd593","b832a7580e9e3feeda07be162ad475726cc2f9e1239114ace8a840b2f608be71","17e7142ee1c754d1c961d5b3bb1fab96378dcd0e8c249755c4074c4eca927ede","c067ed5c10cb53d96934ae054335e77450107aaebc0857eb7d4048d8f0cec0de","f06113473814e9d59f18fe9415d4576025781b2864636e91c392012d816da08a","76f45b1ee924e0cbe36d7990e7a44e5f3c35d12bbb7341d6da70becab964123e","1cc21839ea80852dff76f0136a08a62d9400dddc940bfb539599ad263daf47c9","e6d15dd419113b2e29419dd30058bc25d2e3059b56e10ad01a9c48bbbf4b99fd","f265238ac2ca598c3d72de54da2647f7657bc2fce1ec26a719034195468178c9","b33b41e0bb5188ebd4f037729a6d24e2a64d3bcb45972e368e46043eb79da80b","f704cfcd61c9539981ed8eb5cb152b3743165b7c93031e3b9daad62db79bfc16","661285ec7a948b3d5e4bd8a4551361daa7f6dd239c6e298b14c8a5585b9555a6","40f94cb10270c58884e6d44361a113ff7712e16a822b1e2b478a6414d2f4a4c1","a7823a7ad11f4e0b018d88a439d540b44592f6f22593f8b7a7bbde17e7ae60a0","27a17337adc43a8b4e939ccc860dad994d0281ea34f3b783b5db45e0972f7e74","0f02b8abbe166da6b4c255e443f07eca99b1881a78ed66a454e236bded3480df","11ad1c2acf58bd8770d7d6f2ca8d785713232b30b3f47b8cbaa5681a1a1c4069","1b073d7549af279e7a73ca0c37c53fc834079a23f563144070a736439936832b","4f52721611bd0155d37b53314dc6f121aa0dcfb7b9aaf4b99cf0dabe2e6bad48","77389de0e2ba70f39523630172560ccfa7ddf3f005caac2f07b5e9809f9e6818","74d9326a2598f7bdbc413b9aca7ce4d85d0acfde21de201e1f9571063c2af7d4","6d94301844b5a08b21f1cfe4141453bb127e3fa5b77111bbe2b9d5ac1209564a","ad42d00a4ea93302e65ed887b96f27d98dbd540f520e9aa10383c66deafaf02b","6119bfb8f1aa110e710d4cab215a6bcbe1dd81e3f798805d9bf9ca6110b34806","1958bcd37ddfe1428a46a041e8251812af170aa5a199376526e631e1a54a9a18","c38f06010f4d75383e028ad71d570657c216a95a9faf4e76147f40835dea08c1","7b877d1830e6b7eafa3e0a8262907eb65686ad84cc5e42a79374dbac0bf4bde1","c52c694c62e54e9ad33b8ef52f9443dd6e459fead9f751fcb86963fcad2b79e1","6097c211825bac0f494849cf4fab0c9e20a98adff7e3cf9b04ea1a830a27e58b","3f3ce88183827be48de02f644ad8db7edf02117d42fd05190ffab48e04de9191","46c460362451f2cc258303f2fcc771f3440de4eb415a30ddf60701e7ef22b0be","a6bf575033779964e369bcac2e98a842733bc2d2ca0964490ddc0fd1c0f3870d","bd9ccf856cc81a0104195fe93a8f172deb41cb90757f3dc35f87a6f9699774ea","53d24f9c1eb24780cadef87cc53f94c2975554612d4fccee6fe7e8bf476f05dc","44aa1d23f402e5c30a64640856f52919e7e86cd76f9423812109d23b13567fce","86cc9af146de9b18659a2c4f221e6dc1acc04496e414f55dc117012508ad25a5","01d9be8edf6e39d33498ae187fcabbbd5889324d394795f03e1fcb1189d3e6f8","eb641aa0c71f51ceb81176714ee13b61c1b6d0ad3098f066fbcec0778ba8597f","f2f9f37edc28fe127ed2fa8ada84d3c66c41281d40318428c53df4058550d4e7","35abfa31fa8af901a4e6c98dd239fb9fd9244e60065b8ead163c1415bb5ab864","8ff503ef01602739967239b0f4b22b56271c0bc077fae8b02025dfe04063b94f","a2bba8dc3225b10e23db41aff6140681629f4dfab57fd6ae54088a61e85a765b","4cfa90421a574df884fa5c0990a963cd2928bd7ad36fc07f9fc115643051d14a","f50dae1966e892a9232e66565d3dec3e3ff359325efc8ec599cd691c356d6e97","b116b7484b64b9237f9ec78b1847d3641ba11701e0edaa308cea57747e3a4ace","0bdce09a9162de5c4705e3152771358f1d625ec5c0bbc9eb43fd6c7eaec226ab","43965c6b71f69e0adc4671129b666f5ac7990939c74af1cb15b1d30111ee58cb","217530c2c08421b64b34d8caddb8dd90622531ce1b0bbd7250205d8ae3a0cf91","b4d4392b29ba5ad92cc8969912c3d2e5c48339293c258747481c99817c69e1ad","91776a5f301997bbb6d3f62fbfdb39ac634acd388fa005c2bbad002bb5c44bff","35b541e1550447878ae4d86e4ac965ff749c1d642bf9757c5a7f40c3319c6426","6f7409f954bd9c29bfe47100a6d1e128a190838c2869fccc48003ed529b4090b","76f5845f677876ddd9d953fc7666718a92ea29aa813458705bbf345fe02157d3","88b8e5deba3971b02ddfa1efe67aa5b2152b4671d0a0dde405779e6439cf225e","b32bdff8ec507610a6163e9bf9d298254f59f3f53a8848c076e3edc5ec5bbcb1","ae64193e63243cf67ead80107a95ed7b67d196cd875012eadb56271f49376e2c","35f03d892181782f43b7b5db5b1c64fa182dd7e997a70f5826933a5a5829fbcd","56ae7ca0b4b66449aaea4178ae8922612423eac8755d27ef1989847bb59076ba","6600b49f3cfd823fc6bad0f27e3e910118502eacea1c8504452337bbcc3ad894","47039208d9fcbec94dd5ed7b5362b10837ec56a176b63dd54d3cb2698bd13ff8","14c12543a249e851b6bbbac0be01902a6003b1b02121dd7ca483b257db3e8731","6e80a8018b92ba3cf62c57a2fea60fbdad3802d9f509e892c3b27f86d399ddd7","b7faee3b5bd828527eac14d4ec47a9e8a2627c4bf1cc39f197fc44a966402c87","8bafc39749e2c4d13453b4bca087031e5642ecae0878ff0b24690607b702bc7d","58a40a2ee6725a05aeed5bdd113ebe5284bcc9dcb5a04cd360312aa6f9b6b44f","92c7950eaf87574f0af1289387d69dd6cb9c269e84162a935e613ae4af3917c0","5063e80f49b81a768f1e27b82e2479f9150fd5a3fa03453ce6652b8babd71464","ec1b8fa50085690fbd5dbc100c74671a042d471a3f9c3d1f6233b2f1e33424cb","beb497278ba0998d9fca34fbf4d4f9ba69f97ce8fb3504a4b94e116f0f5adfbc","b4154a588333c5a86b4b757e252e37d2f9916b782b93e18ea92cf12ef9bd434c","48631238b0d6b4ba682bf61f91adac1cfa9aa8fc23fed136e6adce582aee6097","e17322445f8937adcea5ff75f3ef2b17bbf78d6e29b54b05f87f68a60e5b6f51","96efa4674f3fd2b3e6f24ec25636b4726c711ad2b7ecae81742e7659374f5c42","4561c6479d12f220a0fc945460391d264f42235194de0e52f041fee341d08b8d","c5a827093c36fab22a4455f9c74096dfe0d0e7ec02c25c68dc4bea61d45741b2","547da734df618a21feb92915d0039a6f7e4c024132d67c1ea5bee4b99ceaf039","ed53724a954337da1820f1ad6a266bf5ecc5e10c438b3f4047542d10cc908896","2163563e00d9a946f610371e994ed52b3657019b64960df3226a30a69f673a44","421ca89629030823d20544dae6c24886ef29e48d6b298bc6f9e23bcbd1f91f8a","ba18bd96c539d82021c92436dc6cb8aa5810d85e77e7b6921bfb229f7573e2c5","e61e4843a92c0709f08ae641502098ccfbe759d2f325b1b3ffc577ab246fa17c","e8809b6a2a5f58709f6c9873106b7501fc698bd847c8e6df4b12cb04e8b74e99","f83da20547b4ccc978b57b820324bffadcbadff9a6649e1525eac5afa2566bf3","31e92bbc0e76e19ce2f7ec195bf05764e336f653f79d69425f121c77e4f8b9df","6c96afcc13fdd47864d4ee3a4ab712f26eeecddff4ad985397f4833e7a9bc497","bffb9b427272b7782ef2bd58cc113232b00fc342b3e2f7b4462f70e8a2f696ec","b28c8904771e9dbc7caa6cd355626c94e24f4722938e6424e345b5e8d7e107f6","ff6050ab4a0e73d75c290c57df3325f291c38a7629bb932d4fd12a26b398ef05","f48fd0bba6dbb950c43f27d1403ac2c7d3eda8701b133e7618e9f8b9ccc82532","1dac30a6a52dad8d3b5a2d83e3a943855df26bdcefa5c476d47c78c3a858b732","8cd2487de20a9873ca96f80bfdbfe4dfaf5b8c611632fa72776d2ae2da3f93ec","b55aa7948193f50b37ceaffcb262ed12299c5b6def0034a307f377a0d5cf7908","5906d9077faf2168f9f7f2be7955bff5adcfba4d277bd1ccbed5d891bb2b96e8","5bf8181240ce5756779b472138a74f13eb43f7994eb17b3762e0e01cc2696303","e80e6b365850f3b4ab16d40a1b603d37ca3a0afd5b017c8a98def1cc6f8e2091","2df17fc2627f313e4bb9c55263d758b6a1ffc627f1743b6cc545243d06baf8ae","d828d1bf5b74b451d1988355453eec7474127398f29a7f909797595488bd9fa7","2e44f59075c755e07b69797d91889d635c544c458ae52d08fb5101b69145f5c0","07d40fdde3cb9197b4cdccdab739def47af435d6cfd1f92c21df98c268d6f323","6e1442d3d33f2e59bc5a4ffebf44361aeddda9beea788d14c4cdfcffd84df919","45684cf1cacef6080b517a8eea6ad93dcd02adbf6a380bdbe63f80eaf1b971be","a5e666652f713102ce6b0df39a5625bbc3a121849752e9ae3e36a76929e00dd0","f7e966a869d53f7fa5a96cb629381896f453e3efa737871d797bb47007c86a9f","d71bfd4a83fef2696283eacf15b2ef1c4a7749a434791c0baa2f3c6542ab5edf","c6c212092eb99c6d971e62b4d23b0ae29f50130e4d3fa948bd2e4b13a066fb5c","8dc36f3ab1f72612281fd066719f2070af0f8ed8a0a58282d6833b551def998c","8d6e36e36ef17602762394361921a51c1dac36bb2b54f07277476062f16466f7","616989821f7f40111944a20f45a26d5b1663b1ba4c431d5918aa2da9105c4339","697eea5802655027ddbd42740e2dcc031042a0415a01529b93361f4dfefd4c14","4f7f4d47dda028a689a903af9313cbc79587b86ae24a196b752a6fd534ad87c8","75a5b46ada9817ed5306fd94fbfb43ae970ee5bc77c03d11b1914dd353d5b836","d71a4411424473ba5d97e3957056c9adaff692974e280d16db4935159e532816","7df43e22bc571d07a5e75cfea579fe619fee25d99a45a0bf3c0763784bea9842","b58b0229940c807cf42c8d2f5b615f6625e1dd04d29223aaf2bc243f4c352411","58a6eaec4c5335acbd71e53414dae7e6d577663e101b386d4e1d2b4d665dc4d2","4c98d082f2387f8d5c52dbb77bc408f871b09f175bdff43afc66e54369485ff7","a13919f784ea6ac5f6269cbaec539b53dde388abe070b151be2b7b55f871482d","d2a726f5fed228e1462c915de6138d4adc4c1fad293ff927a6fda019857c90b3","c34f5a2f8827fe597920e8ec51296d2433d4a4af41c586fdd3e00d3ff88b1e42","5f8e5d2ae80427c17cb6a7d5cf8720a6351ad2b0806519986132218048e07f12","5add610104117507d05a7379d86ae589cf7684b196b38a9841d96c48411d7c49","a4b3fc86174605022b202cb787fa170aa654bee0b51dd9ce8a3478ae8181152a","e30a0d8352d3f444a58d364b89fa44476724999c17df9bd51a4c0ce242a112d0","dbcaa9cf0121cae63731e4a4e1dd2a3425c8bae0d1a407260913467b8b1cb55c","1cd8c24d6e8a8a0447c3e6b7b741b5331e3a19c1e5c2a3711e53748356e2964a","92484c861ec192f5145f9a2fe84d2071fe2b44d2bcdca1561ff7a42b07908574","e6a596c49efaebfea299ae0dfae598b0f117a685cf08b02bca04d2c3d850aa33","ca3145c4a766d0d4b73fe34d96bc8549ffbfca157b879250f31a28f48571116a","b2abb837fb96fa1a50bccc2bbe8dbf8687e01e806322944d3e3db129ef82ab8e","3797db4c088f5fa9e028e17c0ed37947b8927158fa570159e73ce9b36b57fcf6","6f02f8ef6cfe7172d7864b28316820f67960d4e09abcde91eed7445f2aefa17d","c40b4b1604d4e517075fbf1972feb85519b21ddb31af5203695a414766c018e6","0edb62d9bc51bce2d397e8e7b2f50798f6c6a37dfdf05d453a3e52210c7b069c","86a70d425aa2e4883a58dfaa192a88d00701a146565ab0f23a8e25932a487af0","de7e597d2a27697f7656fffef66b9544269b5cec0c4b9514a7a60130c64a7d0c","d22cf47be1b65ca58fa409bf73fa9fff4c435883e054072584ae0fe6d1705523","537fcac6ebe3ff9b7d8ccc0cda644873dff348972a099fdb1e1fdef63c2b1900","10be10e977f40f2ac888dedac46c331ac37a3979c70007bc8a7c249a6176ca07","4698b06a4695a8f784961fa68428ee23bc0de1f0fc1351eb0c9b142f22da9fb0","5f9400eda76537f6c9166a92b317e76720ab95ab9a7213b3dd78fc5e8cf756ba","2f0d2e642a5fc5410d09472ae11cc38c06a7353f69f1c30898e65b9ac5727345","4bcaa8f5f2793b388c996055b5c8261cc29b45917310e157cc916d0de066af80","593a81db4dc66fcd8c0c1acfe8d478c7486b21fb2950107a0ff6f58f34e99e20","5242dfbb693109b8b070cd368146381d17f9b518e1cbfcaa2acb6a0dbf18011a","3f603079b74643e9f398856a9b1a7478861ecee2f8d1a73d1f18f31c77cf73a7","4a483a11798b7ce28b203da5ca1a06d68064256b9d5da27d58f37d71cb6d6feb","64b7561c215b5f19216a5cd95c566cd005f5f96037f4a8feb66b0e7bc6b33108","b97288be9a512bc75f94d12e2c2b9eedb142f14613794b81191470d15eb26525","259f258d3956e97d0467c3e896b07c51ec3471d8dedbc7b1df34c927e92430af","fff748471652abc2c9c811b616600ceb77790af9f7a67a5c30c3e2795134e0d0","36ddc3d586b5b3a814ff4c645e9a2dbb8c46eb1c724a3a7c0302d249c9819502","86837c5e9ea2b913ff37ca955ffd511b9ce0966e1c097e7830859ebb7bac02ca","bee0f041408226981230bde27a75369266c1b5fb070456f22e17555d6828e8e8","67553222c1f815578e335a1d5b5f5908f93adb17c53a816750ca31b88c6edd38","b799575f944b3d60dce69f1d674def0e56ba7a490892c0e25a2de7b4d245e316","7ab503cfc8b6a125b81bb469033c31bc57f9236db66763fcdbc5c7f2b06f6d3c","04b67fa167c0c7a996cb04c4ee5b3f7474e6120101095287dbab1ff7d53dee90","8aeb5418b07789d31808efa09e50897de81cc529e071d4990d1e97ffcb439811","4deb8f8d7f96ac6a318366b9652455d514b7d38eb825de46f92d787fab00c837","5fe77d90da159b35922de058faf8d4d167e9b54d29cb0565bf9b703d8e32087a","a895fd35f81e0c58580ef52c75a9b58f4645c9db42eb9c4f3e2ef786e9b3cfb5","4cce203dbeb67e54584ac8f836eec7178459f2e1694477887e0a4dda9e6a4e66","f92487a2fb5da23a95bb53aff5a2864dd527200aa107511ad588fb25b30df593","09adbc28989b8aac4ffbc43f4107429139a9146d9e4f416d59816233e7230d34","dd81caa57d53bf8fdb470d924c5065780afe78a4a1f94fe05e510ec2833ffbe4","2ec04ee2bb17744a3ecab73216591cb3428a6d0b3f2df78a6bcf57e2f8e4c490","4c375ed0fbe0f0e7793a2aa75ce9ec4468be589398234fd71226d630402db3a2","b94933247f4b69b491cbee2ac116b60c0c8a9dd8de970dd92566618d7076539a","2fe5854f15aca395ec3c1fdfc1bc6b26ffa94166c331157bbfdf88244386bf84","6084845c3ad771b65ab37e131fc4a53b2d71d328aa393d9e05214e0a908fd379","c75c587079e3ad5b353d4c55c5bebc5faa95240904ee6950c3cdafb4defcd7ad","5d6959854d549560e7019d95744eeffc952c6ff0be424591d22ad97ed2db8225","1b95676df3ff84b704964f9f4f3c8cc2246a230b664534d7aae3220ad73d7caf","e626620705895e36c0181585bce60be2f2a96b126c455e8be9f5736226322203","1fee7050d6a066a2dbfad6880f050d789eaf26c529162a5ca8e636da456e73bd","0ad1999def7ca91c402ae36552b052b6672f62043258a345b0e62d33fedde728","c3b449df5fbe615ec05112f30872a158e2b261cb9b364b4393a8b0a11de55f11","7295ed3da3ae394c7e2e26ee1356b268152079258c4d89e60ce2bf29c285f114","34373b6f546d94726f25d6c1c6246ae9ae9ab913fb7abbd0fe007a18adffccb1","176e14e472d448b823bd0f9bc06a7e0635deb17f6490d46dff094378d8dd2044","ed8d5b221f877dc6d2e264d967c5e4959e76dc10e266409e380a94f1e37f32e0","54a98179a14f163bdbfec7fdfffa0c0d4442081f99c46a46400050a4d9806253","3ab8b22441ce1ac0b0b163c686ab39a371c5db8335fcc5a302ace6781d2e9b7b","a7eb805871a564f89616eb936d372006fb0c5803321644387cdf746dd9b565e7","9df34f3050e71fc0fd0ebc837b369715bee9f98224bf24f37d1980fb6c14fce4","dc0fd280514e61378692d988153aa58b85c7940eb748c1f23ddb8b8dab8355a1","cf04b48b65c9a55b6a17b78b48927910d449f70961819649aa80888a45ff04e3","d01195d95c5af7b076230f071022f68f5778ccab8324c2a0d5fa844d53cf3e16","230c955fd4091f454f6bc1de4762845edd984bc971546484d88ebce206205e38","4b5122d794232bfef06d1bb6bba4c19a2c680abd2aa50607c1cea8140c47fc67","4d93842e2ea29575a7737b5b442e05bc27f83b21b4c4cab7124a22322cf0e72e","e5b4dc4e04711ab4177601406fbd8cbf7e8f39d131ff6c50ebf119e76e6b9498","e636e70381390ff2dcdd9777e4480d81ea10f5fd0fb6b7a92920cf5371908064","e4d95f220868cdd382a3d0b98bc2b8c28cdc87f00d1bcbb11b1c1f426b80958a","82a71fc7285c845b83ad233110584cfcc1b7dff73ec4016dc24313cbf6b8993f","86981f587a2cd3bc74d09125582ee60c5e7b60a7eb551c6d98b055e6a340e699","31b76a85a35b25fa2bb73acbd0e16864f04b984ac7dcf855520c0dcf16b3ff54","6a8d9f285782fa1a906a93a7d0a283a9c46b6afe2d6c9cfb6c1d7ac49e3c205f","c7e7669b5f10482710a0965d69ef28e2746d8d642cf21f17d7438da08b1f8216","af75c60bd5829d2b7e9fa48eba3444102673fb0e7d1e375724a4686f4b246674","63e1f8d2a04fae70b09a361d7995c249d86e23d74159780c3608d3de622a8fd5","d3d6ca1f73dcc10d45376865bd2faeb3e63d2b123d00981b5c470a8589613ca7","907a66d123f2357c15b73a5ba4ec7db8a4a036df4d6bf44dfe37077d2bc5f6c0","9813a200aaaec56927c155cab0cbefac2fb866bdb1fb2ed5c9bd1a5fd40c6174","304660d6d07657b3f439c3ac03fdb66e3163f561e476c94fdfee7070ead804aa","7967c2b7c09e23f270a76c2384656f2b6a0258d1d46db2e1f812bff892e71afc","f3154f7c5dbb34d62fd6ec2b21e4e8b7c9933348b891c2921add17f78630eba3","39aadf8a3299c811b8e969fa89354fd468f719a8e180d34fe76a234978c600a1","141f70a70580e70d3463220688b4d9c05394e6fd9ea1c928453ae5af1b90e676","326dc9f84bbf61be44a5df0114735da60eff1f963254c121daaf8e0d4fe28384","b6da0e36ffe19e0cae56a5cdd024da6bfcfb8a4a87f91e708f45baf0a69f5c28","cef534eb0199a541cc8cd447df27f9b9cb7b53c345b8cca6fc27d43428536f5a","44c1d09e32a46c78b54787165918e011cb207b22bc05050da311deddb7146d37","fd97e1c6e2f1cf28e4d5c70849b5c28f0c5d18b4180221598aa51e16719e3daf","b5b4534e1740c0125f5e4728de035782b44ed3339fc659594621034fd3dfdab6","a9f929284a0db4b5a2538f1f68f894e17ecac99070fe02edca104400618ba790","99b3646f11fafc2e6182731479ab9bd7874b2baad72ac9f688eebedb717582a2","4938bb83ba67435d2010e09d59d6716fad09aa77383dfcb2472503ac5a85829d","891e8326d4ad7e73d7cca0f72a2938876ef835325cb1c912f6489e8a5518334a","3fc7245659e1672821b8be3a86906969f8219510aa13c4f445ad0ff015f1334b","e0307b81c17c8020ee9642e13f031414ca10def305ce27e064f08b61d70b707a","9399e46cdfebfbf3a9295527d7bfe05f1e2d61cd90d64c7186b033e19e43122b","7a55710efe8c7e771342dc05120e02718ec55cd3aca68018dfb4178c62844eca","62e3ecb75a3bd8c63c9af0663a05ba2290089d8c469db328c2437e9e3878f08a","3ba9a4c8ad9d535691e979db3fdf59db4348232f10248bde20251ebd72b860b9","6c7da5ba115b44472bd5055a133ef2bb2832aadeb566e40ae988ce43d3151335","464ee413f19c0b1f47105aa31e4ddfdee609b182f7555a93efdfbfc2063b68fd","9e1302461e52e2e4c052d90a14ebda0cc5c0118c9a9986cff41615fa0b8e98c2","cd2bd218b7be374ab7f3f195f8d2c13c3d1e4f1cf0fa592a73f4fd487f9ab5b0","178d38deb23c02b76e3d14210c7e0c69887d3cad03e6b20d1e474e65b1ce436d","2adc23a645a92536fea2d998b83359cfd3679b524bf596fd27002585949ea266","0148c62638c3f386ccd8de11b58e0027f3541a8bc1f9636ca93d5feac31e5f8f","331ba7541f748a54b956b4484a26b257b8004d5c73cc8e67e3064a0243f7ee35","6704c2404d8bd6689c8dbcd7bd6d89c35dcf081daf3d8ff77042c86236c4fdcf","b9b08bf824bb83df90173308fd7736fde760742ed81c6b241c8bdeb59866d9a9","6df49cfeed8c813ae2b69e6314afbe4fab082100298e7f23649312b09fb62bf5","612141fa48da0e49438e1c86f8059f0bc49be895303c1c441b9cb8ee31573ef4","6a11bcc8a9942fea6cbbb0b3e91b272de6b4f62fa27734736c27f3bc0ef23970","e995d3bd0245f30cd7ec4fe23466c07cea24490adf16ce782bddcdbd80dbf28c","45d6b5fb4953ab2c579b980bc58a314d5a291fb0feef360f37bf533edf35b2ad","f136a9cdc13af3fd31faa8360f81fc450cb7add4b5497785656784b84f414b0b","2070c3b20663c38c66d0bc35086f25407be6598aae2d83bd6a98f9fc22ed0072","80b93eaadab1556d144c86a4f7d71e14686b9b9e3a689e3c1018476ad71b46f7","28a064cde16cb8d7ad431fdf814926a0301e44f5eb865957aa1a95afb3045551","4f2f09949fd8063051987f92709aa1a1cc76fe2f7274a156c9bb17e381eb2f8f","03ab97a4069ab65f137c860a72bf24df5080032d86c3da6aece0179990d0f10d","156433980d093d2bdfa4937750d5d282e2b6c332dfe02ea0b5fbe550e9aedf2c","f63a7b2e49e3d1039e9473dc7bce8f88e06e72485896d691bf80f2362d00830b","3447d01afc1cf6765eabbcc3cdcdc22248f747dbb48d2c1b9dbf07b3dc87ede0","414cc4e2e35d925086c0c39d44dc2758fb6a9532caef79e0b4b8cbf3b60825b2","a1826d27f85a1d149c5f0da05e9659dbedd5d8ba03550aeb7e5d8c0d19572de0","03bb7fd4f44234f775950d05e952f704be6a1ac7e52d5081e92ebafb4fe2d3ed","ed5ac1e7a344b317eaeea8162e75fc0477aa8550a1193118f444460b75189e12","8b555edb0eb68de8bda7a0d73e8b2a828633d19f2be5bd780496285c7a9330b0","8a67fa09131821bcdb60df35ad1cbed7d9489f37a40a12af62383ab4cda1fa2a","1e888ee0aa8fdc6f0c5b4765021adafbed0d8a9b04541ea5d5e01a47dc340b50","9f303adf7c84c16796f8b58309d33ad98867885d43809d09c69adaad36b82dd3","c8469a7e4d8eec08e3c56374e3901ca97bbe315cbe9210a51d1bb499208ac262","5a3ca19fbe13c3611f2c360ed7a4e526cd2a732de200b8b080389599066a231e","45713106a637bf475b062bfa12ee51ae76e88c794020fd01e9e2548c61278666","039500d293157d9dc5e62f09165a15778f54c10217208ac7ae14517849dba7ab","660d870bc01a149403719c0fdab15597b01ca9d301a517a5cc0a525787524dc3","fbc0247848a98533608a8d7e886f53411e236af8b9d5ddcea743caa50b3687b5","1069291ecd6e93b51622dd09fbab60959ad6b1229f0a3f54e4b2105810af6d33","db4e7099ddbaa3d1e6a6835abe04845e20a1fb99b634cc4d8eafb00410193444","f4de29164064ab9e0baadfc893570c0ac31b96c5c8fef72f53518b4a6d3a6c0a","c55897a22d2a949366acb14ff302338d927422eee00aba6ba867e214b2da98e8","e82648c515334759272c11bf1198a4b8c98f8f40997a41ea9b70eed5f3a76091","b0bb9d5d694c00268d6d7e5b9955496588326accb3a49aaa113afd0d2ab3678b","4d50affcb5251213f61793d46313862f4b88b5442bd25b56a8eee1084ef9c13b","55f5fe3cf591c1cc66dc839483aa604dfa1362ba5f22a79a2e661097bcc9cfd1","da50d3d58e6d41a28fd5cce79eab499b8b0efc877c8931752e72245125313a0c","c2f9f14adc94b07888978e05bf0b689f4f2053cece23ef5f132dc687bddd2655","a68f6b4f52d73de817c796a88a2ffcb688a9d94cce216bb36aafac502590bb3d","1b45b459d2b00e3253c3a107aa52f7a776b863ee1ada28dabe2c2a4ffbd042b2","b17feec1a77d84c203c81c7053e814ff261d8cbc2297f1729107c15331efe3b8","964cc52908fb94650a3b8a662758d3d87781380019a6f702be698a71fa158f8c","3c9a29ee7f805f000afc29a2f09875d786c74fa6c704048f1d8a6e9f4a4be85d","95337a778b6c36a7f02fdbb308f2c3483d11bb9255ec5f5d62f5421e5d1954cb","1ef6ef442f2724baa5df79da00cbe169ab9237d6e35a42272eefd83523f234ab","64c390860e0bdb9099c20cad1ed27c41816073575ac4b11969517f43d704109b",{"version":"8e58739dd6708267f7d55bfb8cdbdea4c8d63e476876eceb2d659d1d5cb92382","signature":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"a98b1277072158df36cce71d2182b6898e8f23988fadebbc3668440a8ac967e4","378b23f977005e0d6d3a813bf82492497df57ea3e1d84d67b71fe6e307427f7a","3e0a3311a70d6d1b0a9e89250b6e875ed6b63d8921fc3608ca93410011ad3a2f","ad8594d6037b3e3d21ec48e4d06370d87b331a89e25cd9625599b13065128180",{"version":"c779347ff60135cb78640ce40f6e2f8ea637219a1ec3c294b1e85b3ce881a503","affectsGlobalScope":true},"acfe7f711bcc0310acaf48006335fba9cd1e28983ee65ccf5b0fb75deebbeab4","ed47b9cd3b770127b47b5308ee2e63fc34abe5a1b31f53e8ccd6b1821f4f4d7d","9778164e0c8b7d8b0ddbb8b615b7ade5037fdf394a659d168df9b584ea517cd9","6222861c6bbf5250638bc5eb434b9d9123c4bea714e1442567a48869616b522c","11ea714ea5b0a90742e54726a4369e0294b1b5fa6943158a68c4d8c3831f752e","b6333a691c91924871627c5395d626ff740cbf81ddeba49e2bd837189205d2d8","2c74fd45cd738a476b8d74f19b95d3eb3762760e708ea82ce77a3bf34e88c2d6","2a57f695611f7a049551e12450bd49c39884aeb1aec232bfa3af95cdd11a5233","525081daa6da78e42cfcdaf03106319864cbbd5f881ff6389ec5c258697fe8d9","2c6c6879564aa35aa2404ae0a28015a92f9ca503c96ef5076e8504eda91f15ad","b28179441e532a89dbe63fb9aba879f3e1ca4db8f82ed5d15de2231a7a08ea86","daea6649eb0dfae73b4bf3a6bb3d74872e9efe0e3ad2be76f2a495ef3e443970","162c3090c5d93b4480fe645221fccaff7294349a97db34738a6745524d1ccad3","fb0a2cdb6956e3d6b47c3d810dbfb61b2dccadb7f2fe27fdeecfdc14e68df6ac","f82348f8ac4f637d6ad76ef5d45577ccc0c59fbd25d8c44d55349a71a90e195a","8dfed5c91ad36e69e6da6b7e49be929d4e19666db2b651aa839c485170a2902c","4aaf84a5ac87bad3211f041fab85de5cc42e5954c3ed56842faf6f08167e6202","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","3b043cf9a81854a72963fdb57d1884fc4da1cf5be69b5e0a4c5b751e58cb6d88","d0b0a00cf31968a33baeaadf974ce4e5e7edf58cea5288765293f41ba5e72b3a","89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","d555cd63a3fc837840db192596273fdf52fb28092b0a33bec98e89a0334b3a4c",{"version":"dc5f6951bbf5b544349cbdef895c08dee6929818abd27d7d53c38cf1209091b3","affectsGlobalScope":true},"85d545d430795d54a8b2896f67f9aeb7bf19fd74a1469ae0627311eb72f0dfa2","a473cf45c3d9809518f8af913312139d9f4db6887dc554e0d06d0f4e52722e6b","d5afcd002167b6b03d595fb8b9630a00456b6fb9d2c5e8b6aaa30cb31bc44e2b","3d68ecf05475492f041c88395372c3a01b30351619bebcd38287ab185be7f7e4",{"version":"a97ac401f6b334e9b1f6c8ee9319d6e21cc39d2f400e909805dfb8ab5eab0576","affectsGlobalScope":true},"45ac321f2e15d268fd74a90ddaa6467dcaaff2c5b13f95b4b85831520fb7a491","7674b65ac0a3b160232d84464b3486d727415581e5b99ff4aec324500adc98a4","87f16999a5832968485f6e20dd70529399143c3cf35003485020a037f338b75f","508e1e25ca40ea6cde332d3232c826fcd82f456f45ae535d817754684f048f9e",{"version":"2866a528b2708aa272ec3eaafd3c980abb23aec1ef831cfc5eb2186b98c37ce5","affectsGlobalScope":true},{"version":"8f8f6ee2a0c94077f79439f51640a625ac7e2f5dd6866bd3b5a41705c836adfc","affectsGlobalScope":true},"58dc2333abbaabe43b50a147d1732537e16f5b857152b96b6070122ecefb748c","e8d2d40a15313520a510409c8f3aeed28b79aab61af41ae65084570f9843b306","e18a4b529c9a05593e612130554d93a2b78b949cf1cf48c0b183071258f0e95a","88587b5c94b0c4f5d78026e4beeb93383b3933c860d9840b55d6bf47d7b632bb","a473ecd14d9bafbd6a33105524b033237bbf1d6ce2cd81eb71cc54bec2d83d55","4e9f66d07d1687983ef1903654f4a4977563a0318046e893c5ecdb4dac25d376","0cff7901aedfe78e314f7d44088f07e2afa1b6e4f0473a4169b8456ca2fb245d","7a2a3ff87ffd4313a6a2f3b012e801dd249ee58152cedf90c8718dcd2c811fe3","69640cc2e76dad52daeb9914e6b70c5c9a5591a3a65190a2d3ea432cf0015e16","a39a4c527b7a2dc7a2661b711a534c10c76852c5ad6ae320767d3f7d2621b67d","1bb5c9857b2ee32c199dd85bc0f4c0299112485d6e5dc91428eabfdee0dbd68c",{"version":"5daba568741c8ed283d67bf370c626a91e09fdfbc6d4abe22a7f93e2cf5138b9","affectsGlobalScope":true},"7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6","662661bbf9ccd869f3bca82d34234b2abdc95c657e2187c35352d42dddb24c2d","5caa645cc390a0a8d5a031072b6b4e49218c17017cd80a63bd2557b19be13c5f","4c4334eb5d8fae83416a361d787b55a5743916aed8af812a909898bc7333e709","6feb6f75a3e4e017f8e6e12740cf06f18eefcf829284fa310da6c7f4d44fb2eb","4fd3c4debadce3e9ab9dec3eb45f7f5e2e3d4ad65cf975a6d938d883cfb25a50","0953427f9c2498f71dd912fdd8a81b19cf6925de3e1ad67ab9a77b9a0f79bf0b","b709ff1f6d6235f5e9c8dcbce3e683ff24ec35046b232d5a281af083026018d1","7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4","9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5","ee6a154ecccde26b413e89c97a0b824f25b253c4c50a3c392bcb2b4c6ba9c314","d9a653f75614c4d3f63e88b7aae66390bf71a8cea02f5f7db8ca6c1a8e8c3f1a","a364b4a8a015ae377052fa4fac94204d79a69d879567f444c7ceff1b7a18482d","c5ec3b97d9db756c689cd11f4a11eaa9e6077b2768e3e9b54ff727a93c03a909","c14e9e86f18189c7d32b5dd03b4cf3f40bed68f0509dec06d75d41b82c065fe2","bdb07038733b2d74a75ba9c381dcb92774cd6f161ee125bfa921eae7d883ccc9","ad93e960a3a07dff7394bf0c8a558006a9ff2d0725ab28fc33dec227d4cb251e",{"version":"2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1","affectsGlobalScope":true},"e0b57467c219609094799676d14077c40e6529c82c6882ea4bd3c29d67d3f56e","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","de18acda71730bac52f4b256ce7511bb56cc21f6f114c59c46782eff2f632857","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2","561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9","62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f","8a8a96898906f065f296665e411f51010b51372fa260d5373bf9f64356703190","f014d6d053cb1840965952268a589c9e2a74d66c8c88286562d5699350e28e19","66851b263230decb3684072b2cb777f70ea3e52d4489b88f78f185618d4d398e",{"version":"e9f2cdc4e98e73a606ff68c470a8cb4f23cd638c47649d71b90a2d9413102080","affectsGlobalScope":true},"0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","f58599a92d4a64416f4999a4d7241e1647aec2a6249214892722f712a6eedbe0","8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede","5b8476e49f360da8548e0acfbb77344291512db4453512c7b5ec8277f1c762c3","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","f7e133b20ee2669b6c0e5d7f0cd510868c57cd64b283e68c7f598e30ce9d76d2","09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c"],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"module":1,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":5},"fileIdsList":[[479],[479,480,481,482,483],[479,481],[498,499,529,530],[499,529],[533],[534],[540,542],[498,499,506,515],[490,498,506],[522],[494,499,507],[515],[496,498,506],[498],[498,500,515,521],[499],[506,515,521],[498,499,501,506,515,518,521],[501,515,518,521],[486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528],[521],[496,498,515],[488],[520],[513,522,524],[506],[512],[498,500,515,521,524],[529],[490,529,531],[551],[95,96],[95,102,103],[95],[102,103,104,105],[106],[107],[106,108],[245],[95,96,245],[242,245],[95,98,241,245,246],[97,98,242,243,244],[247],[245,246,248,250],[249],[96],[38,39],[39],[38,39,40,41,42,43,44,45],[38],[48],[46,56],[37,41],[46],[48,49,52,54],[37,41,46,53],[48,49,50,51,52,54,55],[37,51,54,56,77],[80],[41,80],[37,46,80,81],[41],[37,46],[36,37,46,47,53,56,65,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94],[63,64],[77],[57,58,59,60,61,62,66,67,68,69,70,71,72,73,74,75,76],[37,46,50,56,62,75],[46,56,62,65,66,76],[61,62,67,68,69,71,72,73],[41,56,74],[46,56,58,59,62,63,66,68,70,75],[37,38,56,61],[37,46,56,76],[99],[99,100],[109],[110],[101,111,188,240],[118],[129],[167],[188],[146],[158,188],[145],[140],[140,141,142,143,144,145,146,147,159,160,161,162,163,164,165,166],[168],[112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,137,138,139,158,167,169,174,176,183,187],[114],[170,171,172,173],[124,168],[175],[129,135,136],[148,149,150,151,152,153,154,155,156,157],[178],[177,178,179,180,181,182],[123],[185],[184,185,186],[192],[194,195,196,197,198,199,200,205],[172,188],[201,202,203,204],[174,188],[189,190,191,193,206,208,214,216,218,235,239],[207],[124],[209,210,211,212,213],[215],[217],[220,221,222,223,224,225,226,227,228,229,230,231],[188,240],[188,221],[136,219,232,233,234],[188,232],[188,235],[236,237,238],[536,537],[536,537,538,539],[241],[347],[380],[379],[380,381,382],[376,377,378],[338],[338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,383],[346],[384],[541],[33],[33,34],[251],[252],[35,253,332,430],[432,433,434],[432],[267],[261],[272],[311],[332],[290],[302,332],[289],[284],[284,285,286,287,288,289,290,291,303,304,305,306,307,308,309,310],[312],[254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,281,282,283,302,311,313,318,320,327,331],[257],[314,315,316,317],[267,312],[319],[272,278,280],[292,293,294,295,296,297,298,299,300,301],[322],[321,322,323,324,325,326],[266],[329],[328,329,330],[335],[279],[279,332,384],[279,332],[337,385,386,387,388,389,390,399],[279,316,332],[332,395],[391,396,397,398],[318,332],[332,387],[279,333,334,336,395,400,402,408,410,412,429],[401],[403,404,405,406,407],[409],[411],[414,415,416,417,418,419,420,421,422,423,424,425],[332,430],[332,415],[253,267,279],[280,413,426,427,428],[332,426],[332,400,429],[332,384],[392,393,394],[332,436],[430,436],[35,436],[255,436],[431],[332,430,436],[314,399,430,436],[264,430,436],[430],[320,436],[278,436],[278,332,430,436]],"referencedMap":[[481,1],[484,2],[480,1],[482,3],[483,1],[531,4],[532,5],[534,6],[535,7],[543,8],[490,9],[491,10],[492,11],[493,12],[494,13],[495,14],[497,15],[498,15],[499,16],[500,17],[501,18],[502,19],[503,20],[529,21],[504,15],[505,22],[506,23],[509,24],[510,25],[513,15],[514,26],[515,15],[518,27],[520,27],[521,28],[523,13],[526,29],[527,13],[548,30],[549,31],[552,32],[102,33],[104,34],[103,35],[106,36],[107,37],[108,38],[109,39],[246,40],[97,33],[98,41],[243,42],[242,43],[245,44],[247,40],[248,45],[251,46],[250,47],[249,48],[40,49],[41,50],[46,51],[39,52],[49,53],[50,54],[51,55],[52,56],[55,57],[54,58],[56,59],[47,56],[78,60],[81,61],[83,62],[84,63],[80,64],[53,65],[95,66],[86,54],[87,65],[89,65],[65,67],[64,68],[77,69],[57,68],[59,56],[76,70],[67,71],[74,72],[75,73],[68,56],[71,74],[62,75],[73,76],[94,56],[100,77],[101,78],[110,79],[111,80],[241,81],[128,82],[130,83],[141,84],[142,85],[147,86],[159,87],[146,88],[162,84],[163,89],[164,85],[166,85],[167,90],[169,91],[188,92],[171,93],[174,94],[175,95],[176,96],[135,35],[137,97],[138,85],[150,85],[152,85],[154,84],[155,84],[156,84],[157,88],[158,98],[178,85],[179,99],[181,85],[183,100],[184,101],[186,102],[187,103],[192,85],[193,104],[195,85],[196,85],[197,85],[206,105],[201,106],[202,85],[205,107],[203,85],[204,108],[198,85],[199,93],[240,109],[190,85],[207,85],[208,110],[210,111],[211,85],[212,111],[214,112],[213,85],[216,113],[218,114],[191,85],[219,85],[232,115],[222,116],[223,85],[227,85],[230,117],[136,111],[235,118],[233,119],[234,120],[236,85],[237,85],[239,121],[538,122],[540,123],[539,122],[342,124],[345,124],[348,125],[381,126],[380,127],[383,128],[376,126],[379,129],[377,126],[378,126],[354,130],[384,131],[366,124],[372,130],[347,132],[374,133],[542,134],[34,135],[35,136],[252,137],[253,138],[431,139],[435,140],[433,141],[434,142],[271,143],[273,144],[285,145],[286,146],[291,147],[303,148],[290,149],[306,145],[307,150],[308,146],[310,146],[311,151],[313,152],[332,153],[315,154],[318,155],[319,156],[320,157],[278,35],[281,158],[282,146],[294,146],[296,146],[298,145],[299,145],[300,145],[301,149],[302,159],[322,146],[323,160],[325,146],[327,161],[328,162],[330,163],[331,164],[335,146],[336,165],[333,166],[385,167],[386,168],[387,168],[400,169],[391,170],[396,171],[399,172],[397,146],[398,173],[388,174],[389,154],[430,175],[279,146],[401,146],[402,176],[404,142],[405,146],[406,142],[408,177],[407,146],[410,178],[412,179],[334,146],[413,146],[426,180],[416,181],[417,146],[421,146],[424,182],[280,183],[429,184],[427,185],[428,186],[392,187],[393,146],[395,188],[437,189],[438,190],[439,189],[440,189],[441,189],[442,189],[443,191],[444,189],[445,189],[446,189],[447,190],[448,190],[449,192],[450,193],[451,194],[460,194],[452,194],[453,190],[461,189],[462,189],[463,195],[465,190],[466,196],[467,197],[468,198],[454,190],[455,190],[456,199],[469,197],[470,194],[457,190],[471,189],[472,189],[473,189],[474,189],[475,189],[476,189],[477,189],[478,189],[458,200]],"exportedModulesMap":[[481,1],[484,2],[480,1],[482,3],[483,1],[531,4],[532,5],[534,6],[535,7],[543,8],[490,9],[491,10],[492,11],[493,12],[494,13],[495,14],[497,15],[498,15],[499,16],[500,17],[501,18],[502,19],[503,20],[529,21],[504,15],[505,22],[506,23],[509,24],[510,25],[513,15],[514,26],[515,15],[518,27],[520,27],[521,28],[523,13],[526,29],[527,13],[548,30],[549,31],[552,32],[102,33],[104,34],[103,35],[106,36],[107,37],[108,38],[109,39],[246,40],[97,33],[98,41],[243,42],[242,43],[245,44],[247,40],[248,45],[251,46],[250,47],[249,48],[40,49],[41,50],[46,51],[39,52],[49,53],[50,54],[51,55],[52,56],[55,57],[54,58],[56,59],[47,56],[78,60],[81,61],[83,62],[84,63],[80,64],[53,65],[95,66],[86,54],[87,65],[89,65],[65,67],[64,68],[77,69],[57,68],[59,56],[76,70],[67,71],[74,72],[75,73],[68,56],[71,74],[62,75],[73,76],[94,56],[100,77],[101,78],[110,79],[111,80],[241,81],[128,82],[130,83],[141,84],[142,85],[147,86],[159,87],[146,88],[162,84],[163,89],[164,85],[166,85],[167,90],[169,91],[188,92],[171,93],[174,94],[175,95],[176,96],[135,35],[137,97],[138,85],[150,85],[152,85],[154,84],[155,84],[156,84],[157,88],[158,98],[178,85],[179,99],[181,85],[183,100],[184,101],[186,102],[187,103],[192,85],[193,104],[195,85],[196,85],[197,85],[206,105],[201,106],[202,85],[205,107],[203,85],[204,108],[198,85],[199,93],[240,109],[190,85],[207,85],[208,110],[210,111],[211,85],[212,111],[214,112],[213,85],[216,113],[218,114],[191,85],[219,85],[232,115],[222,116],[223,85],[227,85],[230,117],[136,111],[235,118],[233,119],[234,120],[236,85],[237,85],[239,121],[538,122],[540,123],[539,122],[342,124],[345,124],[348,125],[381,126],[380,127],[383,128],[376,126],[379,129],[377,126],[378,126],[354,130],[384,131],[366,124],[372,130],[347,132],[374,133],[542,134],[34,135],[35,136],[252,137],[253,138],[431,139],[435,140],[433,141],[434,142],[271,143],[273,144],[285,145],[286,146],[291,147],[303,148],[290,149],[306,145],[307,150],[308,146],[310,146],[311,151],[313,152],[332,153],[315,154],[318,155],[319,156],[320,157],[278,35],[281,158],[282,146],[294,146],[296,146],[298,145],[299,145],[300,145],[301,149],[302,159],[322,146],[323,160],[325,146],[327,161],[328,162],[330,163],[331,164],[335,146],[336,165],[333,166],[385,167],[386,168],[387,168],[400,169],[391,170],[396,171],[399,172],[397,146],[398,173],[388,174],[389,154],[430,175],[279,146],[401,146],[402,176],[404,142],[405,146],[406,142],[408,177],[407,146],[410,178],[412,179],[334,146],[413,146],[426,180],[416,181],[417,146],[421,146],[424,182],[280,183],[429,184],[427,185],[428,186],[392,187],[393,146],[395,188],[437,189],[438,190],[439,189],[440,189],[441,189],[442,189],[443,191],[444,189],[445,189],[446,189],[447,190],[448,190],[449,192],[450,193],[451,194],[460,194],[452,194],[453,190],[461,189],[462,189],[463,195],[465,190],[466,196],[467,197],[468,198],[454,190],[455,190],[456,199],[469,197],[470,194],[457,190],[471,189],[472,189],[473,189],[474,189],[475,189],[476,189],[477,189],[478,189],[458,200]],"semanticDiagnosticsPerFile":[481,479,436,484,480,482,483,485,531,532,533,534,535,543,544,545,530,486,488,489,490,491,492,493,494,495,496,497,498,499,500,487,528,501,502,503,529,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,546,547,548,549,550,551,552,102,104,103,106,105,107,108,109,246,97,98,243,242,244,245,247,248,251,250,249,96,40,41,42,46,43,39,44,38,45,36,49,50,51,48,52,55,54,56,37,47,78,79,81,82,83,84,80,53,85,95,86,87,88,89,90,91,65,63,64,77,57,58,59,60,76,67,74,75,70,68,69,71,72,61,66,62,73,92,93,94,100,99,101,110,111,241,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,140,141,142,143,144,147,159,146,160,161,162,163,164,165,166,145,167,132,168,169,133,188,170,171,172,173,174,175,176,134,135,137,138,148,149,150,151,152,153,154,155,156,157,158,177,178,179,180,181,182,183,184,185,186,187,139,192,193,189,194,195,196,197,206,201,202,205,203,204,198,199,200,240,190,207,208,209,210,211,212,214,213,215,216,217,218,191,219,232,220,221,222,223,224,225,226,227,228,229,230,231,136,235,233,234,236,237,238,239,536,538,540,539,537,338,339,340,341,342,343,344,345,348,349,350,351,352,353,381,380,382,383,376,379,377,378,354,355,356,384,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,347,346,374,375,542,541,8,7,2,9,10,11,12,13,14,15,16,3,4,20,17,18,19,21,22,23,5,24,25,26,27,6,28,29,30,31,1,32,34,33,35,252,253,431,435,432,433,434,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,284,285,286,287,288,291,303,290,304,305,306,307,308,309,310,289,311,275,312,313,276,332,314,315,316,317,318,319,320,277,278,281,282,292,293,294,295,296,297,298,299,300,301,302,321,322,323,324,325,326,327,328,329,330,331,283,335,336,333,337,385,386,387,400,391,396,399,397,398,388,389,390,430,279,401,402,403,404,405,406,408,407,409,410,411,412,334,413,426,414,415,416,417,418,419,420,421,422,423,424,425,280,429,427,428,392,393,394,395,437,438,439,440,441,442,443,444,445,446,447,448,449,450,459,451,460,452,453,461,462,463,464,465,466,467,468,454,455,456,469,470,457,471,472,473,474,475,476,477,478,458],"affectedFilesPendingEmit":[[481,1],[479,1],[436,1],[484,1],[480,1],[482,1],[483,1],[485,1],[531,1],[532,1],[533,1],[534,1],[535,1],[543,1],[544,1],[545,1],[530,1],[486,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[494,1],[495,1],[496,1],[497,1],[498,1],[499,1],[500,1],[487,1],[528,1],[501,1],[502,1],[503,1],[529,1],[504,1],[505,1],[506,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[514,1],[515,1],[516,1],[517,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[552,1],[102,1],[104,1],[103,1],[106,1],[105,1],[107,1],[108,1],[109,1],[246,1],[97,1],[98,1],[243,1],[242,1],[244,1],[245,1],[247,1],[248,1],[251,1],[250,1],[249,1],[96,1],[40,1],[41,1],[42,1],[46,1],[43,1],[39,1],[44,1],[38,1],[45,1],[36,1],[49,1],[50,1],[51,1],[48,1],[52,1],[55,1],[54,1],[56,1],[37,1],[47,1],[78,1],[79,1],[81,1],[82,1],[83,1],[84,1],[80,1],[53,1],[85,1],[95,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[65,1],[63,1],[64,1],[77,1],[57,1],[58,1],[59,1],[60,1],[76,1],[67,1],[74,1],[75,1],[70,1],[68,1],[69,1],[71,1],[72,1],[61,1],[66,1],[62,1],[73,1],[92,1],[93,1],[94,1],[100,1],[99,1],[101,1],[110,1],[111,1],[241,1],[112,1],[113,1],[114,1],[115,1],[116,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[140,1],[141,1],[142,1],[143,1],[144,1],[147,1],[159,1],[146,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[145,1],[167,1],[132,1],[168,1],[169,1],[133,1],[188,1],[170,1],[171,1],[172,1],[173,1],[174,1],[175,1],[176,1],[134,1],[135,1],[137,1],[138,1],[148,1],[149,1],[150,1],[151,1],[152,1],[153,1],[154,1],[155,1],[156,1],[157,1],[158,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[139,1],[192,1],[193,1],[189,1],[194,1],[195,1],[196,1],[197,1],[206,1],[201,1],[202,1],[205,1],[203,1],[204,1],[198,1],[199,1],[200,1],[240,1],[190,1],[207,1],[208,1],[209,1],[210,1],[211,1],[212,1],[214,1],[213,1],[215,1],[216,1],[217,1],[218,1],[191,1],[219,1],[232,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[231,1],[136,1],[235,1],[233,1],[234,1],[236,1],[237,1],[238,1],[239,1],[536,1],[538,1],[540,1],[539,1],[537,1],[338,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[345,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[381,1],[380,1],[382,1],[383,1],[376,1],[379,1],[377,1],[378,1],[354,1],[355,1],[356,1],[384,1],[357,1],[358,1],[359,1],[360,1],[361,1],[362,1],[363,1],[364,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[347,1],[346,1],[374,1],[375,1],[542,1],[541,1],[2,1],[3,1],[4,1],[5,1],[6,1],[34,1],[33,1],[35,1],[252,1],[253,1],[431,1],[435,1],[432,1],[433,1],[434,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[266,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[273,1],[274,1],[284,1],[285,1],[286,1],[287,1],[288,1],[291,1],[303,1],[290,1],[304,1],[305,1],[306,1],[307,1],[308,1],[309,1],[310,1],[289,1],[311,1],[275,1],[312,1],[313,1],[276,1],[332,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[277,1],[278,1],[281,1],[282,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[321,1],[322,1],[323,1],[324,1],[325,1],[326,1],[327,1],[328,1],[329,1],[330,1],[331,1],[283,1],[335,1],[336,1],[333,1],[337,1],[385,1],[386,1],[387,1],[400,1],[391,1],[396,1],[399,1],[397,1],[398,1],[388,1],[389,1],[390,1],[430,1],[279,1],[401,1],[402,1],[403,1],[404,1],[405,1],[406,1],[408,1],[407,1],[409,1],[410,1],[411,1],[412,1],[334,1],[413,1],[426,1],[414,1],[415,1],[416,1],[417,1],[418,1],[419,1],[420,1],[421,1],[422,1],[423,1],[424,1],[425,1],[280,1],[429,1],[427,1],[428,1],[392,1],[393,1],[394,1],[395,1],[437,1],[438,1],[439,1],[440,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[459,1],[451,1],[460,1],[452,1],[453,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[454,1],[455,1],[456,1],[469,1],[470,1],[457,1],[471,1],[472,1],[473,1],[474,1],[475,1],[476,1],[477,1],[478,1],[458,1]]},"version":"4.4.4"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { MutationIdentity } from "./MutationIdentity";
|
|
2
|
-
export declare type MutationFunction<T extends any, P extends any[]> = (...args: P) => T;
|
|
3
|
-
/**
|
|
4
|
-
* **MutationFunction**
|
|
5
|
-
*
|
|
6
|
-
* Given a `MutationIdentity` higher-order function to work with, _this_ higher order expression
|
|
7
|
-
* allows you to specify the structure of "state" `T` with the first function call; the
|
|
8
|
-
* remaining function then serves as a strongly typed way to do partial application and get
|
|
9
|
-
* back just the _mutation function_ responsible for changing the state. The mutation function
|
|
10
|
-
* will take the form of:
|
|
11
|
-
*
|
|
12
|
-
* ```ts
|
|
13
|
-
* const fn: (...args: P) => T = MutationFunction<T>()(mutationIdentity);
|
|
14
|
-
* ```
|
|
15
|
-
*/
|
|
16
|
-
export declare function createMutationFunction<T extends any>(state: T): <M extends MutationIdentity<T, P>, P extends any[]>(mutationIdentity: M) => (...args: P) => T;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* **MutationIdentity**
|
|
3
|
-
*
|
|
4
|
-
* Defines a function which is passed a state `T` and returns a function with
|
|
5
|
-
* an arbitrary -- but strongly typed -- set of parameters `P` which _must_ return
|
|
6
|
-
* the same state `T` back.
|
|
7
|
-
*
|
|
8
|
-
* This allows `T` to be mutated by a relatively unconstrained set of mutation functions with the
|
|
9
|
-
* sole guarentee that the form `T` is preserved.
|
|
10
|
-
*/
|
|
11
|
-
export declare type MutationIdentity<T, P extends any[]> = (state: T) => (...args: P) => T;
|
|
12
|
-
/**
|
|
13
|
-
* **MutationIdentity**
|
|
14
|
-
*
|
|
15
|
-
* A function which strongly types the construction of a `MutationIdentity`
|
|
16
|
-
* higher-order function to be built. Usage:
|
|
17
|
-
*
|
|
18
|
-
* - The structure of the _state_ is defined in the first call as `T`
|
|
19
|
-
* - The interior function than defines a mutation function which implicitly
|
|
20
|
-
* defines the calling signature as `P` but is required to return the identity state
|
|
21
|
-
* structure `T`.
|
|
22
|
-
*
|
|
23
|
-
* ```ts
|
|
24
|
-
* type State = { foo: number, bar: number };
|
|
25
|
-
* const incr = MutationIdentity<State>()(
|
|
26
|
-
* s => () => {...s, foo: s.foo++}
|
|
27
|
-
* );
|
|
28
|
-
* ```
|
|
29
|
-
*/
|
|
30
|
-
export declare function MutationIdentity<T>(): <M extends MutationIdentity<T, P>, P extends any[]>(m: M) => M;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const InferenceError: import("brilliant-errors").Constructor<[message: string, classification: `${string}/${string}`, options?: import("brilliant-errors").IErrorRuntimeOptions<number> | undefined], import("brilliant-errors").IBrilliantError<"InferenceError", "inferred-types", string, string, number, "standard">>, isInferenceError: import("inferred-types").TypeGuard<import("brilliant-errors").IBrilliantError<"InferenceError", "inferred-types", string, string, number, "standard">>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./InferenceError";
|
package/dist/types/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function randomString(): string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function uuid(): string;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { Narrowable } from "../types/Narrowable";
|
|
2
|
-
export declare type ValueTuple = [type: any, narrowable: boolean];
|
|
3
|
-
/**
|
|
4
|
-
* An API surface for choosing a **type** which is defined for run-time
|
|
5
|
-
* use but is translatable to the type system as well.
|
|
6
|
-
*/
|
|
7
|
-
export declare type ValueTypes = {
|
|
8
|
-
string: [string, false];
|
|
9
|
-
boolean: [];
|
|
10
|
-
};
|
|
11
|
-
export declare const valueTypes: {
|
|
12
|
-
string: [string, false];
|
|
13
|
-
boolean: [boolean, false];
|
|
14
|
-
number: [number, false];
|
|
15
|
-
function: [Function, false];
|
|
16
|
-
object: [Record<string, any>, false];
|
|
17
|
-
array: <T extends unknown>(arr?: T[]) => [T[], false];
|
|
18
|
-
null: [null, false];
|
|
19
|
-
symbol: [Symbol, false];
|
|
20
|
-
undefined: [undefined, false];
|
|
21
|
-
true: [true, true];
|
|
22
|
-
false: [false, true];
|
|
23
|
-
/** pass in a literal type */
|
|
24
|
-
literal: <N extends Narrowable, T_1 extends string | number | boolean | symbol | Record<any, N> | null | undefined>(v: T_1) => [T_1, true];
|
|
25
|
-
literalArray: <N_1 extends Narrowable, T_2 extends string | number | boolean | symbol | Record<any, N_1> | null | undefined>(arr: T_2[]) => (boolean | T_2[])[];
|
|
26
|
-
};
|
|
27
|
-
export declare type ValueTypeFunc<N extends Narrowable, T extends Record<any, N> | number | string | boolean | symbol | null | Function> = (v: ValueTypes) => [T, boolean];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare type ApiFunction<P extends any[], R extends any> = (...args: P) => R;
|
|
2
|
-
export declare type FluentFunction<P extends any[], R extends any> = (...args: P) => R;
|
|
3
|
-
export declare type ApiValue<V extends any> = V;
|
|
4
|
-
/**
|
|
5
|
-
* Expresses the API in a structured manner while making distinction
|
|
6
|
-
* between a function endpoint and a _fluent_ function endpoint.
|
|
7
|
-
*/
|
|
8
|
-
export declare type Api<T extends object> = {
|
|
9
|
-
[K in keyof T]: T[K] extends (...args: any) => T ? FluentFunction<Parameters<T[K]>, ReturnType<T[K]>> : T[K] extends (...args: any) => any ? ApiFunction<Parameters<T[K]>, ReturnType<T[K]>> : ApiValue<T[K]>;
|
|
10
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Provides the values of an Typescript **enum**:
|
|
3
|
-
* ```ts
|
|
4
|
-
* enum Foo { foo, bar, baz };
|
|
5
|
-
* // "0" | "1" | "2"
|
|
6
|
-
* type NumerericEnum = EnumValues<Foo>;
|
|
7
|
-
* enum Bar { foo = "foey", bar = "barred" };
|
|
8
|
-
* // "foey" | "barred"
|
|
9
|
-
* type StringEnum = EnumValues<Bar>;
|
|
10
|
-
* ```
|
|
11
|
-
*
|
|
12
|
-
* **Note:** combine with `Numeric` to get number based indexes
|
|
13
|
-
*/
|
|
14
|
-
export declare type EnumValues<T extends string | number> = `${T}`;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Defines a function type.
|
|
3
|
-
*
|
|
4
|
-
* - without the generic `T` specified it simply matches correctly on both plain functions as well as functions which also have properties on them (this is consistent to how runtime's `typeof` operator works)
|
|
5
|
-
* - with the generic you can specify the shape of the key/values
|
|
6
|
-
*/
|
|
7
|
-
export declare type FunctionType<T extends {} = {}> = {} extends T ? Function | (Function & {
|
|
8
|
-
[key: string]: any;
|
|
9
|
-
}) : Function | (Function & T);
|
package/dist/types/types/If.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* **Include<T, U, L>**
|
|
3
|
-
*
|
|
4
|
-
* _Allows_ any value `T` which extends `U` otherwise sets type to `never`. Normally, you'll just ignore
|
|
5
|
-
* the `L` generic but if need the comparison to be literal you can set to `true`:
|
|
6
|
-
*
|
|
7
|
-
* ```ts
|
|
8
|
-
* const foo: "foo" = "foo";
|
|
9
|
-
* // "foo"
|
|
10
|
-
* type Normal = Include<typeof foo, string>;
|
|
11
|
-
* // L1 is never, L2 is "foo"
|
|
12
|
-
* type L1 = Include<typeof foo, string, true>;
|
|
13
|
-
* type L2 = Include<typeof foo, "foo", true>;
|
|
14
|
-
* ```
|
|
15
|
-
*/
|
|
16
|
-
export declare type Include<T, U, L extends boolean = false> = L extends true ? T extends U ? U extends T ? T : never : never : T extends U ? T : never;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A type takes the two arguments. The first is an array of string values, the second is the value
|
|
3
|
-
* which is being tested as it whether or not it's _included_ in the array. Result is true or false.
|
|
4
|
-
*/
|
|
5
|
-
export declare type Includes<T extends readonly any[], U> = U extends T[number] ? true : false;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A "KeyedRecord" is intended to store a value without
|
|
3
|
-
* losing any ability to infer type information later.
|
|
4
|
-
*
|
|
5
|
-
* The structure is always represented as a two-key
|
|
6
|
-
* dictionary, where one key is always `__key` and the value
|
|
7
|
-
* of this key points to the second key.
|
|
8
|
-
*
|
|
9
|
-
* For example:
|
|
10
|
-
* ```ts
|
|
11
|
-
* const song: KeyedRecord = { __key: "song", song: XXX }
|
|
12
|
-
* ```
|
|
13
|
-
*/
|
|
14
|
-
export declare type KeyedRecord<K extends string, V extends any, T extends {
|
|
15
|
-
__key: K;
|
|
16
|
-
} = {
|
|
17
|
-
__key: K;
|
|
18
|
-
}, U extends keyof T = keyof T & K> = {
|
|
19
|
-
[X in U]: T[X];
|
|
20
|
-
} & {
|
|
21
|
-
K: V;
|
|
22
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A Utility class that provides the same functionality as the built-in
|
|
3
|
-
* `keyof` TS operator but can also:
|
|
4
|
-
*
|
|
5
|
-
* - receive an array of strings and convert that into a union type.
|
|
6
|
-
* - you can exclude literal string from the returned result
|
|
7
|
-
*
|
|
8
|
-
* ```ts
|
|
9
|
-
* const t1 = { foo: 1, bar: 2 };
|
|
10
|
-
* // "foo" | "bar"
|
|
11
|
-
* type K = Keys<typeof t1>;
|
|
12
|
-
* const t2 = ["foo", "bar"] as const;
|
|
13
|
-
* // "foo" | "bar"
|
|
14
|
-
* type K = Keys<typeof t2>;
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
export declare type Keys<T extends Record<string, any> | readonly string[], W extends string | undefined = undefined> = T extends readonly string[] ? W extends string ? Exclude<T[number], W> : T[number] : W extends string ? Exclude<keyof T & string, W> : keyof T & string;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A union of types used in conjunction with the `literalValues()` function
|
|
3
|
-
* to produce a _narrow_ type definition of a passed in dictionary object.
|
|
4
|
-
*/
|
|
5
|
-
export declare type Narrowable = string | number | boolean | symbol | object | undefined | void | null | {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Provides a negation of a type of the type `T` _not_ `U`
|
|
3
|
-
* ```ts
|
|
4
|
-
* const foo = 42;
|
|
5
|
-
* // 33
|
|
6
|
-
* type NotTheMeaningOfLife = Not<33, 42>;
|
|
7
|
-
* // never
|
|
8
|
-
* type NotTheMeaningOfLife = Not<42, 42>;
|
|
9
|
-
* ```
|
|
10
|
-
*/
|
|
11
|
-
export declare type Not<T, U> = T extends U ? never : T;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare type Digital = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";
|
|
2
|
-
declare type MakeArray<S extends string, T extends any[] = []> = S extends `${T["length"]}` ? T : MakeArray<S, [...T, 0]>;
|
|
3
|
-
declare type Multiply10<T extends any[]> = [...T, ...T, ...T, ...T, ...T, ...T, ...T, ...T, ...T, ...T];
|
|
4
|
-
/**
|
|
5
|
-
* Converts a string literal to a numeric literal
|
|
6
|
-
* ```ts
|
|
7
|
-
* // 0
|
|
8
|
-
* type Zero = Numeric<"0">;
|
|
9
|
-
* // 10
|
|
10
|
-
* type Ten = Numeric<"10">;
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare type Numeric<S extends string, T extends any[] = []> = S extends `${infer S1}${infer S2}` ? S1 extends Digital ? Numeric<S2, [...Multiply10<T>, ...MakeArray<S1>]> : never : T["length"];
|
|
14
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* **Opaque**
|
|
3
|
-
*
|
|
4
|
-
* Create an opaque type, which hides its internal details from the public, and
|
|
5
|
-
* can only be created by being used explicitly.
|
|
6
|
-
*
|
|
7
|
-
* Note: taken from [type-fest](https://github.com/sindresorhus/type-fest/blob/main/source/opaque.d.ts)
|
|
8
|
-
* repo.
|
|
9
|
-
*/
|
|
10
|
-
export declare type Opaque<Type, Token = unknown> = Type & {
|
|
11
|
-
readonly __opaque__: Token;
|
|
12
|
-
};
|