inferred-types 0.51.1 → 0.51.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs +28 -9
- package/dist/index.js +28 -9
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/errors/KindError.d.ts +10 -7
- package/dist/runtime/errors/KindError.d.ts.map +1 -1
- package/dist/runtime/errors/KindError.js +40 -14
- package/dist/runtime/errors/index.d.ts +1 -1
- package/dist/runtime/errors/index.d.ts.map +1 -1
- package/dist/runtime/errors/index.js +1 -1
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/types/dictionary/CombinedKeys.d.ts.map +1 -1
- package/dist/types/errors/KindError.d.ts +11 -6
- package/dist/types/errors/KindError.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/type-conversion/MergeObjects.d.ts +3 -3
- package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -1
- package/package.json +21 -19
- package/dist/runtime/errors/kindedError.d.ts +0 -27
- package/dist/runtime/errors/kindedError.d.ts.map +0 -1
- package/dist/runtime/errors/kindedError.js +0 -33
- package/src/constants/Alpha.ts +0 -21
- package/src/constants/Books.ts +0 -9
- package/src/constants/Characters.ts +0 -6
- package/src/constants/Comma.ts +0 -18
- package/src/constants/CommonObjProps.ts +0 -7
- package/src/constants/Consonants.ts +0 -25
- package/src/constants/Constant.ts +0 -11
- package/src/constants/DateTime.ts +0 -40
- package/src/constants/FalsyValues.ts +0 -9
- package/src/constants/Functional.ts +0 -20
- package/src/constants/Geo.ts +0 -99
- package/src/constants/HashTable.ts +0 -131
- package/src/constants/ISO3166.ts +0 -147
- package/src/constants/Images.ts +0 -22
- package/src/constants/Marked.ts +0 -11
- package/src/constants/Markers.ts +0 -23
- package/src/constants/Metrics.ts +0 -171
- package/src/constants/NetworkConstants.ts +0 -91
- package/src/constants/Never.ts +0 -11
- package/src/constants/News.ts +0 -441
- package/src/constants/NoDefaultValue.ts +0 -13
- package/src/constants/NotApplicable.ts +0 -11
- package/src/constants/NotDefined.ts +0 -10
- package/src/constants/NumericChar.ts +0 -14
- package/src/constants/NumericDigit.ts +0 -11
- package/src/constants/Phone.ts +0 -263
- package/src/constants/PluralExceptions.ts +0 -113
- package/src/constants/ProxmoxConstants.ts +0 -6
- package/src/constants/RepoConstants.ts +0 -56
- package/src/constants/Retail.ts +0 -113
- package/src/constants/Shape.ts +0 -16
- package/src/constants/SingularNounEnding.ts +0 -15
- package/src/constants/Social.ts +0 -131
- package/src/constants/Tailwind.ts +0 -92
- package/src/constants/TypeComparisons.ts +0 -63
- package/src/constants/TypeOf.ts +0 -6
- package/src/constants/TypeTokens.ts +0 -291
- package/src/constants/TypeTransforms.ts +0 -47
- package/src/constants/Types.ts +0 -32
- package/src/constants/Wide.ts +0 -36
- package/src/constants/createConstant.ts +0 -13
- package/src/constants/index.ts +0 -41
- package/src/constants/tsconfig.json +0 -21
- package/src/inferred-types/README.md +0 -3
- package/src/inferred-types/index.ts +0 -3
- package/src/inferred-types/tsconfig.json +0 -49
- package/src/runtime/README.md +0 -3
- package/src/runtime/api/defineApi.ts +0 -153
- package/src/runtime/api/handleDoneFn.ts +0 -31
- package/src/runtime/api/index.ts +0 -3
- package/src/runtime/boolean-logic/ifArray.ts +0 -22
- package/src/runtime/boolean-logic/ifArrayPartial.ts +0 -13
- package/src/runtime/boolean-logic/ifBoolean.ts +0 -30
- package/src/runtime/boolean-logic/ifChar.ts +0 -23
- package/src/runtime/boolean-logic/ifContainer.ts +0 -20
- package/src/runtime/boolean-logic/ifFalse.ts +0 -26
- package/src/runtime/boolean-logic/ifFunction.ts +0 -31
- package/src/runtime/boolean-logic/ifHasKey.ts +0 -27
- package/src/runtime/boolean-logic/ifLength.ts +0 -39
- package/src/runtime/boolean-logic/ifNotNull.ts +0 -30
- package/src/runtime/boolean-logic/ifNull.ts +0 -31
- package/src/runtime/boolean-logic/ifNumber.ts +0 -30
- package/src/runtime/boolean-logic/ifObject.ts +0 -15
- package/src/runtime/boolean-logic/ifSameType.ts +0 -29
- package/src/runtime/boolean-logic/ifScalar.ts +0 -42
- package/src/runtime/boolean-logic/ifString.ts +0 -37
- package/src/runtime/boolean-logic/ifTrue.ts +0 -33
- package/src/runtime/boolean-logic/ifUndefined.ts +0 -39
- package/src/runtime/boolean-logic/index.ts +0 -19
- package/src/runtime/combinators/and.ts +0 -11
- package/src/runtime/combinators/f2.ts.HOLD +0 -241
- package/src/runtime/combinators/index.ts +0 -2
- package/src/runtime/combinators/or.ts +0 -13
- package/src/runtime/dictionary/defineOptions.ts +0 -82
- package/src/runtime/dictionary/entries.ts +0 -34
- package/src/runtime/dictionary/get.ts +0 -168
- package/src/runtime/dictionary/index.ts +0 -23
- package/src/runtime/dictionary/keysOf.ts +0 -28
- package/src/runtime/dictionary/omit.ts +0 -40
- package/src/runtime/dictionary/retain.ts +0 -35
- package/src/runtime/dictionary/sharedKeys.ts +0 -16
- package/src/runtime/dictionary/takeProp.ts +0 -28
- package/src/runtime/dictionary/valuesOf.ts +0 -21
- package/src/runtime/dictionary/withDefaults.ts +0 -27
- package/src/runtime/dictionary/withKeys.ts +0 -22
- package/src/runtime/dictionary/withoutKeys.ts +0 -23
- package/src/runtime/dictionary/withoutValue.ts +0 -26
- package/src/runtime/errors/KindError.ts +0 -59
- package/src/runtime/errors/TypedError.ts +0 -69
- package/src/runtime/errors/createErrorCondition.ts +0 -35
- package/src/runtime/errors/index.ts +0 -2
- package/src/runtime/errors/kindedError.ts +0 -59
- package/src/runtime/functional/index.ts +0 -1
- package/src/runtime/functional/result.ts +0 -309
- package/src/runtime/functions/fnMeta.ts +0 -27
- package/src/runtime/functions/index.ts +0 -3
- package/src/runtime/functions/wrapFn.ts +0 -32
- package/src/runtime/index.ts +0 -18
- package/src/runtime/initializers/addFnToProps.ts +0 -35
- package/src/runtime/initializers/addPropsToFn.ts +0 -42
- package/src/runtime/initializers/createCssSelector.ts +0 -78
- package/src/runtime/initializers/createFnWithProps.ts +0 -40
- package/src/runtime/initializers/defineObj.ts +0 -55
- package/src/runtime/initializers/defineTuple.ts +0 -28
- package/src/runtime/initializers/index.ts +0 -6
- package/src/runtime/lists/asArray.ts +0 -29
- package/src/runtime/lists/createComparison.ts +0 -15
- package/src/runtime/lists/createConverter.ts +0 -104
- package/src/runtime/lists/filter.ts +0 -62
- package/src/runtime/lists/find.ts +0 -51
- package/src/runtime/lists/getEach.ts +0 -48
- package/src/runtime/lists/index.ts +0 -26
- package/src/runtime/lists/indexOf.ts +0 -58
- package/src/runtime/lists/intersection.ts +0 -69
- package/src/runtime/lists/join.ts +0 -34
- package/src/runtime/lists/last.ts +0 -5
- package/src/runtime/lists/logicalReturns.ts +0 -18
- package/src/runtime/lists/reverse.ts +0 -10
- package/src/runtime/lists/shift.ts +0 -66
- package/src/runtime/lists/slice.ts +0 -16
- package/src/runtime/lists/unique.ts +0 -26
- package/src/runtime/literals/box.ts +0 -75
- package/src/runtime/literals/capitalize.ts +0 -9
- package/src/runtime/literals/color/cssColor.ts +0 -31
- package/src/runtime/literals/color/index.ts +0 -2
- package/src/runtime/literals/color/twColor.ts +0 -40
- package/src/runtime/literals/ensureLeading.ts +0 -27
- package/src/runtime/literals/ensureSurround.ts +0 -32
- package/src/runtime/literals/ensureTrailing.ts +0 -20
- package/src/runtime/literals/identity.ts +0 -22
- package/src/runtime/literals/ifLowercase.ts +0 -57
- package/src/runtime/literals/ifUppercase.ts +0 -34
- package/src/runtime/literals/index.ts +0 -58
- package/src/runtime/literals/literal.ts +0 -48
- package/src/runtime/literals/lowercase.ts +0 -11
- package/src/runtime/literals/narrow.ts +0 -44
- package/src/runtime/literals/pathJoin.ts +0 -25
- package/src/runtime/literals/phone/asPhoneNumber.ts +0 -72
- package/src/runtime/literals/phone/getPhoneCountryCode.ts +0 -16
- package/src/runtime/literals/phone/index.ts +0 -3
- package/src/runtime/literals/phone/removePhoneCountryCode.ts +0 -16
- package/src/runtime/literals/pluralize.ts +0 -74
- package/src/runtime/literals/retainAfter.ts +0 -71
- package/src/runtime/literals/retainChars.ts +0 -30
- package/src/runtime/literals/retainUntil.ts +0 -67
- package/src/runtime/literals/retainWhile.ts +0 -23
- package/src/runtime/literals/rightWhitespace.ts +0 -17
- package/src/runtime/literals/split.ts +0 -19
- package/src/runtime/literals/stripAfter.ts +0 -20
- package/src/runtime/literals/stripBefore.ts +0 -23
- package/src/runtime/literals/stripChars.ts +0 -25
- package/src/runtime/literals/stripLeading.ts +0 -28
- package/src/runtime/literals/stripSurround.ts +0 -54
- package/src/runtime/literals/stripTrailing.ts +0 -29
- package/src/runtime/literals/stripUntil.ts +0 -18
- package/src/runtime/literals/stripWhile.ts +0 -19
- package/src/runtime/literals/surround.ts +0 -23
- package/src/runtime/literals/takeNumericCharacters.ts +0 -16
- package/src/runtime/literals/toCamelCase.ts +0 -28
- package/src/runtime/literals/toKebabCase.ts +0 -31
- package/src/runtime/literals/toLowercase.ts +0 -13
- package/src/runtime/literals/toNumericArray.ts +0 -5
- package/src/runtime/literals/toPascalCase.ts +0 -38
- package/src/runtime/literals/toSnakeCase.ts +0 -33
- package/src/runtime/literals/toString.ts +0 -11
- package/src/runtime/literals/toUppercase.ts +0 -13
- package/src/runtime/literals/trim.ts +0 -55
- package/src/runtime/literals/truncate.ts +0 -20
- package/src/runtime/literals/tuple.ts +0 -41
- package/src/runtime/literals/uncapitalize.ts +0 -9
- package/src/runtime/literals/unset.ts +0 -18
- package/src/runtime/literals/uppercase.ts +0 -9
- package/src/runtime/literals/widen.ts +0 -13
- package/src/runtime/meta/index.ts +0 -2
- package/src/runtime/meta/urlMeta.ts +0 -187
- package/src/runtime/meta/youtube-meta.ts +0 -146
- package/src/runtime/queues/fifo.ts +0 -51
- package/src/runtime/queues/index.ts +0 -2
- package/src/runtime/queues/lifo.ts +0 -45
- package/src/runtime/runtime-types/README.md +0 -3
- package/src/runtime/runtime-types/asDefineObject.ts +0 -29
- package/src/runtime/runtime-types/asToken.ts +0 -155
- package/src/runtime/runtime-types/asType.ts +0 -57
- package/src/runtime/runtime-types/choices.ts +0 -86
- package/src/runtime/runtime-types/dict.hold +0 -65
- package/src/runtime/runtime-types/index.ts +0 -9
- package/src/runtime/runtime-types/ip6Prefix.ts +0 -20
- package/src/runtime/runtime-types/list.ts +0 -141
- package/src/runtime/runtime-types/rec.ts +0 -11
- package/src/runtime/runtime-types/shape-helpers/addToken.ts +0 -11
- package/src/runtime/runtime-types/shape-helpers/atomics.ts +0 -21
- package/src/runtime/runtime-types/shape-helpers/functions.ts +0 -36
- package/src/runtime/runtime-types/shape-helpers/getTokenData.ts +0 -14
- package/src/runtime/runtime-types/shape-helpers/getTokenName.ts +0 -13
- package/src/runtime/runtime-types/shape-helpers/literal-containers.ts +0 -18
- package/src/runtime/runtime-types/shape-helpers/regexToken.ts +0 -44
- package/src/runtime/runtime-types/shape-helpers/singletons.ts +0 -108
- package/src/runtime/runtime-types/shape-helpers/union.ts +0 -15
- package/src/runtime/runtime-types/shape-helpers/wide-containers.ts +0 -60
- package/src/runtime/runtime-types/shape.ts +0 -87
- package/src/runtime/runtime-types/tokens/createTypeToken.ts +0 -114
- package/src/runtime/runtime-types/tokens/index.ts +0 -2
- package/src/runtime/runtime-types/tokens/simpleToken.ts +0 -85
- package/src/runtime/sets/index.ts +0 -1
- package/src/runtime/sets/uniqueKeys.ts +0 -48
- package/src/runtime/tsconfig.json +0 -47
- package/src/runtime/type-conversion/asChars.ts +0 -10
- package/src/runtime/type-conversion/asRecord.ts +0 -14
- package/src/runtime/type-conversion/asString.ts +0 -35
- package/src/runtime/type-conversion/csv.ts +0 -56
- package/src/runtime/type-conversion/index.ts +0 -18
- package/src/runtime/type-conversion/intersect.ts +0 -12
- package/src/runtime/type-conversion/ip6GroupExpansion.ts +0 -17
- package/src/runtime/type-conversion/json.ts +0 -32
- package/src/runtime/type-conversion/lookupCountry.ts +0 -242
- package/src/runtime/type-conversion/mergeObjects.ts +0 -31
- package/src/runtime/type-conversion/mergeScalars.ts +0 -16
- package/src/runtime/type-conversion/mergeTuples.ts +0 -16
- package/src/runtime/type-conversion/mutable.ts +0 -5
- package/src/runtime/type-conversion/never.ts +0 -13
- package/src/runtime/type-conversion/optional.ts +0 -37
- package/src/runtime/type-conversion/toNumber.ts +0 -35
- package/src/runtime/type-conversion/union.ts +0 -15
- package/src/runtime/type-conversion/unionize.ts +0 -12
- package/src/runtime/type-guards/api-tg.ts +0 -45
- package/src/runtime/type-guards/geo/index.ts +0 -3
- package/src/runtime/type-guards/geo/isIso3166Alpha2.ts +0 -79
- package/src/runtime/type-guards/geo/isUsState.ts +0 -15
- package/src/runtime/type-guards/geo/isZipCode.ts +0 -45
- package/src/runtime/type-guards/hasDefaultValue.ts +0 -16
- package/src/runtime/type-guards/hasErrorConditions.ts +0 -8
- package/src/runtime/type-guards/hasIndexOf.ts +0 -36
- package/src/runtime/type-guards/hasKeys.ts +0 -38
- package/src/runtime/type-guards/hasWhitespace.ts +0 -13
- package/src/runtime/type-guards/higher-order/endsWith.ts +0 -23
- package/src/runtime/type-guards/higher-order/index.ts +0 -7
- package/src/runtime/type-guards/higher-order/isEqual.ts +0 -23
- package/src/runtime/type-guards/higher-order/isLength.ts +0 -36
- package/src/runtime/type-guards/higher-order/isSameTypeOf.ts +0 -15
- package/src/runtime/type-guards/higher-order/isTuple.ts +0 -31
- package/src/runtime/type-guards/higher-order/isTypeOf.ts +0 -16
- package/src/runtime/type-guards/higher-order/startsWith.ts +0 -42
- package/src/runtime/type-guards/html/index.ts +0 -1
- package/src/runtime/type-guards/html/isHtmlElement.ts +0 -11
- package/src/runtime/type-guards/index.ts +0 -57
- package/src/runtime/type-guards/isAlpha.ts +0 -13
- package/src/runtime/type-guards/isArray.ts +0 -9
- package/src/runtime/type-guards/isBoolean.ts +0 -10
- package/src/runtime/type-guards/isBooleanLike.ts +0 -17
- package/src/runtime/type-guards/isConstant.ts +0 -20
- package/src/runtime/type-guards/isContainer.ts +0 -20
- package/src/runtime/type-guards/isCssAspectRatio.ts +0 -16
- package/src/runtime/type-guards/isDefined.ts +0 -9
- package/src/runtime/type-guards/isDoneFn.ts +0 -14
- package/src/runtime/type-guards/isEmail.ts +0 -31
- package/src/runtime/type-guards/isErrorCondition.ts +0 -19
- package/src/runtime/type-guards/isFalse.ts +0 -3
- package/src/runtime/type-guards/isFalsy.ts +0 -14
- package/src/runtime/type-guards/isFnWithParams.ts +0 -11
- package/src/runtime/type-guards/isFunction.ts +0 -15
- package/src/runtime/type-guards/isHexadecimal.ts +0 -15
- package/src/runtime/type-guards/isIndexable.ts +0 -14
- package/src/runtime/type-guards/isInlineSvg.ts +0 -12
- package/src/runtime/type-guards/isLeftRight.ts +0 -16
- package/src/runtime/type-guards/isNever.ts +0 -12
- package/src/runtime/type-guards/isNotNull.ts +0 -10
- package/src/runtime/type-guards/isNothing.ts +0 -5
- package/src/runtime/type-guards/isNull.ts +0 -11
- package/src/runtime/type-guards/isNumber.ts +0 -9
- package/src/runtime/type-guards/isNumericString.ts +0 -41
- package/src/runtime/type-guards/isObject.ts +0 -13
- package/src/runtime/type-guards/isPhoneNumber.ts +0 -35
- package/src/runtime/type-guards/isReadonlyArray.ts +0 -17
- package/src/runtime/type-guards/isRef.ts +0 -15
- package/src/runtime/type-guards/isRegExp.ts +0 -37
- package/src/runtime/type-guards/isRuntimeUnion.ts +0 -12
- package/src/runtime/type-guards/isScalar.ts +0 -17
- package/src/runtime/type-guards/isSpecificConstant.ts +0 -17
- package/src/runtime/type-guards/isString.ts +0 -13
- package/src/runtime/type-guards/isSymbol.ts +0 -12
- package/src/runtime/type-guards/isThenable.ts +0 -8
- package/src/runtime/type-guards/isTrimmable.ts +0 -10
- package/src/runtime/type-guards/isTrue.ts +0 -8
- package/src/runtime/type-guards/isTruthy.ts +0 -15
- package/src/runtime/type-guards/isTypeToken.ts +0 -20
- package/src/runtime/type-guards/isTypeTuple.ts +0 -10
- package/src/runtime/type-guards/isUndefined.ts +0 -10
- package/src/runtime/type-guards/isUnset.ts +0 -26
- package/src/runtime/type-guards/isUrl.ts +0 -55
- package/src/runtime/type-guards/metrics/index.ts +0 -2
- package/src/runtime/type-guards/metrics/isMetric.ts +0 -133
- package/src/runtime/type-guards/metrics/isUom.ts +0 -125
- package/src/runtime/type-guards/network-tg.ts +0 -123
- package/src/runtime/type-guards/tokens/index.ts +0 -8
- package/src/runtime/type-guards/tokens/isAtomicToken.ts +0 -16
- package/src/runtime/type-guards/tokens/isContainerToken.ts +0 -64
- package/src/runtime/type-guards/tokens/isDefineObject.ts +0 -16
- package/src/runtime/type-guards/tokens/isFunctionToken.ts +0 -11
- package/src/runtime/type-guards/tokens/isShapeCallback.ts +0 -9
- package/src/runtime/type-guards/tokens/isShapeToken.ts +0 -33
- package/src/runtime/type-guards/tokens/isSimpleToken.ts +0 -100
- package/src/runtime/type-guards/tokens/isSingletonToken.ts +0 -17
- package/src/runtime/type-guards/tokens/isTupleToken.ts +0 -0
- package/src/runtime/type-guards/tokens/isUnionSetToken.ts +0 -0
- package/src/runtime/type-guards/tokens/isUnionToken.ts +0 -16
- package/src/runtime/type-guards/urls/Social.ts +0 -25
- package/src/runtime/type-guards/urls/books.ts +0 -2
- package/src/runtime/type-guards/urls/index.ts +0 -9
- package/src/runtime/type-guards/urls/news/australian.ts +0 -14
- package/src/runtime/type-guards/urls/news/belgium.ts +0 -14
- package/src/runtime/type-guards/urls/news/canadian.ts +0 -14
- package/src/runtime/type-guards/urls/news/chinese.ts +0 -14
- package/src/runtime/type-guards/urls/news/danish.ts +0 -14
- package/src/runtime/type-guards/urls/news/dutch.ts +0 -15
- package/src/runtime/type-guards/urls/news/french.ts +0 -14
- package/src/runtime/type-guards/urls/news/german.ts +0 -14
- package/src/runtime/type-guards/urls/news/index.ts +0 -51
- package/src/runtime/type-guards/urls/news/indian.ts +0 -14
- package/src/runtime/type-guards/urls/news/italian.ts +0 -14
- package/src/runtime/type-guards/urls/news/japanese.ts +0 -14
- package/src/runtime/type-guards/urls/news/mexican.ts +0 -14
- package/src/runtime/type-guards/urls/news/norwegian.ts +0 -14
- package/src/runtime/type-guards/urls/news/south-korean.ts +0 -14
- package/src/runtime/type-guards/urls/news/spanish.ts +0 -14
- package/src/runtime/type-guards/urls/news/swiss.ts +0 -14
- package/src/runtime/type-guards/urls/news/turkish.ts +0 -14
- package/src/runtime/type-guards/urls/news/uk.ts +0 -14
- package/src/runtime/type-guards/urls/news/us.ts +0 -14
- package/src/runtime/type-guards/urls/repos/bitbucket.ts +0 -18
- package/src/runtime/type-guards/urls/repos/codeCommit.ts +0 -19
- package/src/runtime/type-guards/urls/repos/github.ts +0 -198
- package/src/runtime/type-guards/urls/repos/index.ts +0 -19
- package/src/runtime/type-guards/urls/repos/isSemanticVersion.ts +0 -46
- package/src/runtime/type-guards/urls/retail.ts +0 -221
- package/src/runtime/type-guards/urls/youtube.ts +0 -172
- package/src/runtime/vuejs/asVueRef.ts +0 -18
- package/src/runtime/vuejs/index.ts +0 -1
- package/src/types/README.md +0 -3
- package/src/types/api/api.ts +0 -368
- package/src/types/api/index.ts +0 -1
- package/src/types/base-types/AnyArray.ts +0 -6
- package/src/types/base-types/AnyObject.ts +0 -12
- package/src/types/base-types/Container.ts +0 -19
- package/src/types/base-types/Defined.ts +0 -8
- package/src/types/base-types/Dictionary.ts +0 -14
- package/src/types/base-types/Digital.ts +0 -27
- package/src/types/base-types/EmptyObject.ts +0 -14
- package/src/types/base-types/FalsyValue.ts +0 -8
- package/src/types/base-types/Indexable.ts +0 -10
- package/src/types/base-types/IndexableObject.ts +0 -36
- package/src/types/base-types/LikeRegExp.ts +0 -10
- package/src/types/base-types/List.ts +0 -386
- package/src/types/base-types/NarrowObject.ts +0 -11
- package/src/types/base-types/NonArray.ts +0 -10
- package/src/types/base-types/NotNull.ts +0 -8
- package/src/types/base-types/Nothing.ts +0 -7
- package/src/types/base-types/NumericSign.ts +0 -6
- package/src/types/base-types/ObjectKey.ts +0 -8
- package/src/types/base-types/Scalar.ts +0 -7
- package/src/types/base-types/ScalarNotSymbol.ts +0 -7
- package/src/types/base-types/Something.ts +0 -10
- package/src/types/base-types/Thenable.ts +0 -12
- package/src/types/base-types/Tuple.ts +0 -42
- package/src/types/base-types/fns/AnyFunction.ts +0 -10
- package/src/types/base-types/fns/EscapeFunction.ts +0 -25
- package/src/types/base-types/fns/FnAllowingProps.ts +0 -14
- package/src/types/base-types/fns/IdentityFunction.ts +0 -5
- package/src/types/base-types/fns/JustFunction.ts +0 -11
- package/src/types/base-types/fns/OptionalParamFn.ts +0 -42
- package/src/types/base-types/fns/RegularFn.ts +0 -11
- package/src/types/base-types/fns/TypedFunction.ts +0 -10
- package/src/types/base-types/fns/index.ts +0 -9
- package/src/types/base-types/functional/LeftRight.ts +0 -251
- package/src/types/base-types/functional/index.ts +0 -1
- package/src/types/base-types/index.ts +0 -27
- package/src/types/boolean-logic/LogicalCombinator.ts +0 -4
- package/src/types/boolean-logic/branching/Default.ts +0 -18
- package/src/types/boolean-logic/branching/Fail.ts +0 -38
- package/src/types/boolean-logic/branching/Handle.ts +0 -52
- package/src/types/boolean-logic/branching/If.ts +0 -45
- package/src/types/boolean-logic/branching/IfAllExtend.ts +0 -17
- package/src/types/boolean-logic/branching/IfAllLiteral.ts +0 -13
- package/src/types/boolean-logic/branching/IfEqual.ts +0 -31
- package/src/types/boolean-logic/branching/IfErrorCondition.ts +0 -20
- package/src/types/boolean-logic/branching/IfLength.ts +0 -34
- package/src/types/boolean-logic/branching/IfNever.ts +0 -13
- package/src/types/boolean-logic/branching/IfUnset.ts +0 -32
- package/src/types/boolean-logic/branching/Iff.ts +0 -55
- package/src/types/boolean-logic/branching/OnPass.ts +0 -113
- package/src/types/boolean-logic/branching/Passthrough.ts +0 -26
- package/src/types/boolean-logic/branching/README.md +0 -3
- package/src/types/boolean-logic/branching/WhenNever.ts +0 -17
- package/src/types/boolean-logic/branching/index.ts +0 -15
- package/src/types/boolean-logic/combinators/And.ts +0 -44
- package/src/types/boolean-logic/combinators/Compare.ts +0 -188
- package/src/types/boolean-logic/combinators/Not.ts +0 -68
- package/src/types/boolean-logic/combinators/Or.ts +0 -69
- package/src/types/boolean-logic/combinators/README.md +0 -3
- package/src/types/boolean-logic/combinators/Some.ts +0 -44
- package/src/types/boolean-logic/combinators/index.ts +0 -5
- package/src/types/boolean-logic/index.ts +0 -7
- package/src/types/boolean-logic/narrowing/As.ts +0 -10
- package/src/types/boolean-logic/narrowing/AsDoneFn.ts +0 -12
- package/src/types/boolean-logic/narrowing/AsIndexOf.ts +0 -24
- package/src/types/boolean-logic/narrowing/AsSomething.ts +0 -38
- package/src/types/boolean-logic/narrowing/index.ts +0 -5
- package/src/types/boolean-logic/operators/AllExtend.ts +0 -29
- package/src/types/boolean-logic/operators/AllLiteral.ts +0 -29
- package/src/types/boolean-logic/operators/AllNumericLiterals.ts +0 -14
- package/src/types/boolean-logic/operators/AllStringLiterals.ts +0 -14
- package/src/types/boolean-logic/operators/ApiOperators.ts +0 -30
- package/src/types/boolean-logic/operators/AreSameLength.ts +0 -29
- package/src/types/boolean-logic/operators/AreSameType.ts +0 -22
- package/src/types/boolean-logic/operators/Contains.ts +0 -76
- package/src/types/boolean-logic/operators/ContainsAll.ts +0 -31
- package/src/types/boolean-logic/operators/DoesExtend.ts +0 -16
- package/src/types/boolean-logic/operators/DoesNotExtend.ts +0 -14
- package/src/types/boolean-logic/operators/EndsWith.ts +0 -56
- package/src/types/boolean-logic/operators/Extends.ts +0 -14
- package/src/types/boolean-logic/operators/ExtendsAll.ts +0 -26
- package/src/types/boolean-logic/operators/ExtendsNone.ts +0 -16
- package/src/types/boolean-logic/operators/ExtendsSome.ts +0 -18
- package/src/types/boolean-logic/operators/HasArray.ts +0 -17
- package/src/types/boolean-logic/operators/HasCharacters.ts +0 -73
- package/src/types/boolean-logic/operators/HasIndex.ts +0 -18
- package/src/types/boolean-logic/operators/HasOtherCharacters.ts +0 -39
- package/src/types/boolean-logic/operators/HasParameters.ts +0 -18
- package/src/types/boolean-logic/operators/HasProp.ts +0 -20
- package/src/types/boolean-logic/operators/HasRequiredProps.ts +0 -17
- package/src/types/boolean-logic/operators/HasSameKeys.ts +0 -41
- package/src/types/boolean-logic/operators/HasSameValues.ts +0 -53
- package/src/types/boolean-logic/operators/HasUnionType.ts +0 -16
- package/src/types/boolean-logic/operators/HasWideValues.ts +0 -14
- package/src/types/boolean-logic/operators/HaveSameNumericSign.ts +0 -24
- package/src/types/boolean-logic/operators/IsAllCaps.ts +0 -23
- package/src/types/boolean-logic/operators/IsAllLowercase.ts +0 -22
- package/src/types/boolean-logic/operators/IsAny.ts +0 -10
- package/src/types/boolean-logic/operators/IsAnyEqual.ts +0 -14
- package/src/types/boolean-logic/operators/IsArray.ts +0 -12
- package/src/types/boolean-logic/operators/IsBoolean.ts +0 -13
- package/src/types/boolean-logic/operators/IsBooleanLiteral.ts +0 -20
- package/src/types/boolean-logic/operators/IsContainer.ts +0 -16
- package/src/types/boolean-logic/operators/IsCssHexadecimal.ts +0 -15
- package/src/types/boolean-logic/operators/IsDefined.ts +0 -6
- package/src/types/boolean-logic/operators/IsDotPath.ts +0 -55
- package/src/types/boolean-logic/operators/IsEmptyObject.ts +0 -19
- package/src/types/boolean-logic/operators/IsEmptyString.ts +0 -18
- package/src/types/boolean-logic/operators/IsEqual.ts +0 -23
- package/src/types/boolean-logic/operators/IsErrorCondition.ts +0 -19
- package/src/types/boolean-logic/operators/IsFalse.ts +0 -22
- package/src/types/boolean-logic/operators/IsFalsy.ts +0 -13
- package/src/types/boolean-logic/operators/IsFloat.ts +0 -24
- package/src/types/boolean-logic/operators/IsFnWithParams.ts +0 -37
- package/src/types/boolean-logic/operators/IsFunction.ts +0 -10
- package/src/types/boolean-logic/operators/IsGreaterThan.ts +0 -43
- package/src/types/boolean-logic/operators/IsInteger.ts +0 -18
- package/src/types/boolean-logic/operators/IsIterable.ts +0 -35
- package/src/types/boolean-logic/operators/IsLength.ts +0 -14
- package/src/types/boolean-logic/operators/IsLessThan.ts +0 -39
- package/src/types/boolean-logic/operators/IsLiteral.ts +0 -48
- package/src/types/boolean-logic/operators/IsLiteralFn.ts +0 -24
- package/src/types/boolean-logic/operators/IsLiteralUnion.ts +0 -21
- package/src/types/boolean-logic/operators/IsNarrowingFn.ts +0 -19
- package/src/types/boolean-logic/operators/IsNegativeNumber.ts +0 -23
- package/src/types/boolean-logic/operators/IsNever.ts +0 -10
- package/src/types/boolean-logic/operators/IsNonLiteralUnion.ts +0 -23
- package/src/types/boolean-logic/operators/IsNotEqual.ts +0 -7
- package/src/types/boolean-logic/operators/IsNothing.ts +0 -11
- package/src/types/boolean-logic/operators/IsNull.ts +0 -17
- package/src/types/boolean-logic/operators/IsNumber.ts +0 -14
- package/src/types/boolean-logic/operators/IsNumberLike.ts +0 -17
- package/src/types/boolean-logic/operators/IsNumericLiteral.ts +0 -14
- package/src/types/boolean-logic/operators/IsObject.ts +0 -23
- package/src/types/boolean-logic/operators/IsObjectLiteral.ts +0 -37
- package/src/types/boolean-logic/operators/IsOptionalScalar.ts +0 -28
- package/src/types/boolean-logic/operators/IsPositiveNumber.ts +0 -13
- package/src/types/boolean-logic/operators/IsReadonlyArray.ts +0 -14
- package/src/types/boolean-logic/operators/IsReadonlyObject.ts +0 -15
- package/src/types/boolean-logic/operators/IsScalar.ts +0 -25
- package/src/types/boolean-logic/operators/IsSingleChar.ts +0 -20
- package/src/types/boolean-logic/operators/IsSingularNoun.ts +0 -20
- package/src/types/boolean-logic/operators/IsString.ts +0 -16
- package/src/types/boolean-logic/operators/IsStringLiteral.ts +0 -16
- package/src/types/boolean-logic/operators/IsSymbol.ts +0 -8
- package/src/types/boolean-logic/operators/IsTrue.ts +0 -27
- package/src/types/boolean-logic/operators/IsTruthy.ts +0 -40
- package/src/types/boolean-logic/operators/IsTuple.ts +0 -27
- package/src/types/boolean-logic/operators/IsUndefined.ts +0 -9
- package/src/types/boolean-logic/operators/IsUnion.ts +0 -18
- package/src/types/boolean-logic/operators/IsUnionArray.ts +0 -17
- package/src/types/boolean-logic/operators/IsUnset.ts +0 -10
- package/src/types/boolean-logic/operators/IsUrl.ts +0 -65
- package/src/types/boolean-logic/operators/IsValidDotPath.ts +0 -42
- package/src/types/boolean-logic/operators/IsValidIndex.ts +0 -59
- package/src/types/boolean-logic/operators/IsVueRef.ts +0 -34
- package/src/types/boolean-logic/operators/IsWideType.ts +0 -116
- package/src/types/boolean-logic/operators/IsWideUnion.ts +0 -25
- package/src/types/boolean-logic/operators/MaybeError.ts +0 -32
- package/src/types/boolean-logic/operators/NarrowlyContains.ts +0 -23
- package/src/types/boolean-logic/operators/Network-operators.ts +0 -192
- package/src/types/boolean-logic/operators/NotEqual.ts +0 -11
- package/src/types/boolean-logic/operators/NotLength.ts +0 -12
- package/src/types/boolean-logic/operators/PhoneOperators.ts +0 -62
- package/src/types/boolean-logic/operators/README.md +0 -3
- package/src/types/boolean-logic/operators/Returns.ts +0 -16
- package/src/types/boolean-logic/operators/ReturnsBoolean.ts +0 -13
- package/src/types/boolean-logic/operators/ReturnsFalse.ts +0 -15
- package/src/types/boolean-logic/operators/ReturnsTrue.ts +0 -17
- package/src/types/boolean-logic/operators/SomeEqual.ts +0 -17
- package/src/types/boolean-logic/operators/SomeExtend.ts +0 -26
- package/src/types/boolean-logic/operators/StartsWith.ts +0 -54
- package/src/types/boolean-logic/operators/UnionHasArray.ts +0 -22
- package/src/types/boolean-logic/operators/Validate.ts +0 -54
- package/src/types/boolean-logic/operators/YouTube-operators.ts +0 -68
- package/src/types/boolean-logic/operators/index.ts +0 -103
- package/src/types/classes/Constructor.ts +0 -10
- package/src/types/classes/KlassMeta.ts +0 -28
- package/src/types/classes/index.ts +0 -2
- package/src/types/containers/IsEmptyContainer.ts +0 -21
- package/src/types/containers/IsNonEmptyContainer.ts +0 -15
- package/src/types/containers/RemoveEmpty.ts +0 -78
- package/src/types/containers/RemoveMarked.ts +0 -53
- package/src/types/containers/RemoveNever.ts +0 -69
- package/src/types/containers/RemoveUndefined.ts +0 -55
- package/src/types/containers/index.ts +0 -6
- package/src/types/dictionary/AddKeyValue.ts +0 -34
- package/src/types/dictionary/CamelKeys.ts +0 -42
- package/src/types/dictionary/CombinedKeys.ts +0 -21
- package/src/types/dictionary/CreateKV.ts +0 -30
- package/src/types/dictionary/CreateLookup.ts +0 -59
- package/src/types/dictionary/DefineObject.ts +0 -45
- package/src/types/dictionary/DictChangeValue.ts +0 -34
- package/src/types/dictionary/EnsureKeys.ts +0 -34
- package/src/types/dictionary/FilterProps.ts +0 -45
- package/src/types/dictionary/FromMaybeRef.ts +0 -13
- package/src/types/dictionary/Get.ts +0 -20
- package/src/types/dictionary/KebabKeys.ts +0 -42
- package/src/types/dictionary/Keys.ts +0 -171
- package/src/types/dictionary/KeysEqualValue.ts +0 -19
- package/src/types/dictionary/KeysNotEqualValue.ts +0 -20
- package/src/types/dictionary/KeysWithValue.ts +0 -51
- package/src/types/dictionary/KeysWithoutValue.ts +0 -18
- package/src/types/dictionary/KvFn.ts +0 -20
- package/src/types/dictionary/MakeKeysOptional.ts +0 -49
- package/src/types/dictionary/MakeKeysRequired.ts +0 -23
- package/src/types/dictionary/MakePropsMutable.ts +0 -51
- package/src/types/dictionary/MapTo.ts +0 -475
- package/src/types/dictionary/MaybeRef.ts +0 -17
- package/src/types/dictionary/MergeKVs.ts +0 -30
- package/src/types/dictionary/MutableProps.ts +0 -9
- package/src/types/dictionary/NonNumericKeys.ts +0 -8
- package/src/types/dictionary/NonStringKeys.ts +0 -15
- package/src/types/dictionary/OptionalKeys.ts +0 -36
- package/src/types/dictionary/OptionalProps.ts +0 -11
- package/src/types/dictionary/PascalKeys.ts +0 -42
- package/src/types/dictionary/ReadonlyKeys.ts +0 -19
- package/src/types/dictionary/ReadonlyProps.ts +0 -9
- package/src/types/dictionary/RemoveIndexKeys.ts +0 -22
- package/src/types/dictionary/RequireProps.ts +0 -15
- package/src/types/dictionary/RequiredKeys.ts +0 -27
- package/src/types/dictionary/RequiredProps.ts +0 -8
- package/src/types/dictionary/RetainProps.ts +0 -45
- package/src/types/dictionary/SharedKeys.ts +0 -21
- package/src/types/dictionary/SimplifyObject.ts +0 -11
- package/src/types/dictionary/SnakeKeys.ts +0 -42
- package/src/types/dictionary/StringKeys.ts +0 -8
- package/src/types/dictionary/TakeProp.ts +0 -16
- package/src/types/dictionary/UpsertKeyValue.ts +0 -29
- package/src/types/dictionary/ValidKey.ts +0 -16
- package/src/types/dictionary/Values.ts +0 -47
- package/src/types/dictionary/WithKeys.ts +0 -42
- package/src/types/dictionary/WithNumericKeys.ts +0 -8
- package/src/types/dictionary/WithStringKeys.ts +0 -9
- package/src/types/dictionary/WithValue.ts +0 -42
- package/src/types/dictionary/WithoutKeys.ts +0 -40
- package/src/types/dictionary/WithoutValue.ts +0 -20
- package/src/types/dictionary/index.ts +0 -64
- package/src/types/errors/AsError.ts +0 -110
- package/src/types/errors/CompleteError.ts +0 -80
- package/src/types/errors/ErrorCondition.ts +0 -126
- package/src/types/errors/ErrorConditionHandler.ts +0 -10
- package/src/types/errors/KindError.ts +0 -49
- package/src/types/errors/MapError.ts +0 -29
- package/src/types/errors/PartialError.ts +0 -25
- package/src/types/errors/ProxyError.ts +0 -45
- package/src/types/errors/StackTrace.ts +0 -14
- package/src/types/errors/Throw.ts +0 -58
- package/src/types/errors/index.ts +0 -10
- package/src/types/functional/Left.ts +0 -8
- package/src/types/functional/Option.ts +0 -0
- package/src/types/functional/Result.ts +0 -327
- package/src/types/functional/Right.ts +0 -8
- package/src/types/functional/index.ts +0 -3
- package/src/types/functions/AsFnMeta.ts +0 -32
- package/src/types/functions/FnFrom.ts +0 -14
- package/src/types/functions/FnMeta.ts +0 -36
- package/src/types/functions/FnProps.ts +0 -26
- package/src/types/functions/FnWithDescription.ts +0 -19
- package/src/types/functions/FnWithProps.ts +0 -26
- package/src/types/functions/HandleDoneFn.ts +0 -12
- package/src/types/functions/IdentityFn.ts +0 -20
- package/src/types/functions/LiteralFn.ts +0 -53
- package/src/types/functions/LogicFunction.ts +0 -11
- package/src/types/functions/NarrowingFn.ts +0 -73
- package/src/types/functions/OnlyFnProps.ts +0 -11
- package/src/types/functions/PromiseAll.ts +0 -13
- package/src/types/functions/RemoveFnProps.ts +0 -11
- package/src/types/functions/ToFn.ts +0 -22
- package/src/types/functions/TypeGuard.ts +0 -9
- package/src/types/functions/WrapperFn.ts +0 -40
- package/src/types/functions/index.ts +0 -28
- package/src/types/index.ts +0 -26
- package/src/types/kv/DictFromKv.ts +0 -3
- package/src/types/kv/KeyValue.ts +0 -12
- package/src/types/kv/KvFrom.ts +0 -8
- package/src/types/kv/KvTuple.ts +0 -14
- package/src/types/kv/index.ts +0 -15
- package/src/types/lists/AfterFirst.ts +0 -15
- package/src/types/lists/AllowNonTupleWhenSingular.ts +0 -18
- package/src/types/lists/ArrayElementType.ts +0 -17
- package/src/types/lists/AsArray.ts +0 -24
- package/src/types/lists/AsNumericArray.ts +0 -21
- package/src/types/lists/AsReadonlyArray.ts +0 -3
- package/src/types/lists/AsTuple.ts +0 -16
- package/src/types/lists/BeforeLast.ts +0 -34
- package/src/types/lists/ConvertAndMap.ts +0 -138
- package/src/types/lists/ConvertSet.ts +0 -44
- package/src/types/lists/ElementOf.ts +0 -7
- package/src/types/lists/Filter.ts +0 -86
- package/src/types/lists/FilterByProp.ts +0 -87
- package/src/types/lists/FilterLiterals.ts +0 -29
- package/src/types/lists/FilterWideTypes.ts +0 -24
- package/src/types/lists/Find.ts +0 -52
- package/src/types/lists/First.ts +0 -21
- package/src/types/lists/FirstOrElse.ts +0 -15
- package/src/types/lists/FirstString.ts +0 -7
- package/src/types/lists/Flatten.ts +0 -149
- package/src/types/lists/GetEach.ts +0 -62
- package/src/types/lists/IndexOf.ts +0 -151
- package/src/types/lists/Intersect.ts +0 -19
- package/src/types/lists/IntersectAll.ts +0 -26
- package/src/types/lists/Last.ts +0 -29
- package/src/types/lists/Length.ts +0 -65
- package/src/types/lists/LogicalReturns.ts +0 -30
- package/src/types/lists/MaxLength.ts +0 -44
- package/src/types/lists/NumericKeys.ts +0 -55
- package/src/types/lists/NumericSort.ts +0 -183
- package/src/types/lists/Pop.ts +0 -39
- package/src/types/lists/Push.ts +0 -25
- package/src/types/lists/ReplaceLast.ts +0 -14
- package/src/types/lists/Retain.ts +0 -81
- package/src/types/lists/RetainByProp.ts +0 -105
- package/src/types/lists/RetainLiterals.ts +0 -30
- package/src/types/lists/RetainWideTypes.ts +0 -31
- package/src/types/lists/ReturnTypes.ts +0 -20
- package/src/types/lists/Reverse.ts +0 -14
- package/src/types/lists/Second.ts +0 -22
- package/src/types/lists/Shift.ts +0 -50
- package/src/types/lists/Slice.ts +0 -133
- package/src/types/lists/TakeFirst.ts +0 -67
- package/src/types/lists/TakeLast.ts +0 -31
- package/src/types/lists/ToCSV.ts +0 -29
- package/src/types/lists/TruthyReturns.ts +0 -23
- package/src/types/lists/UnionFromProp.ts +0 -26
- package/src/types/lists/index.ts +0 -61
- package/src/types/literals/BooleanLike.ts +0 -9
- package/src/types/literals/Box.ts +0 -20
- package/src/types/literals/Choices.ts +0 -251
- package/src/types/literals/Color.ts +0 -54
- package/src/types/literals/ContainerBlockKey.ts +0 -22
- package/src/types/literals/ContainerKeyGuarantee.ts +0 -26
- package/src/types/literals/DoneFnTuple.ts +0 -31
- package/src/types/literals/ExpandRecursively.ts +0 -68
- package/src/types/literals/FromDefn.ts +0 -151
- package/src/types/literals/FromTokenNames.ts +0 -81
- package/src/types/literals/Narrow.ts +0 -10
- package/src/types/literals/Narrowable.ts +0 -9
- package/src/types/literals/NarrowableDefined.ts +0 -11
- package/src/types/literals/NarrowableScalar.ts +0 -14
- package/src/types/literals/OptRequired.ts +0 -4
- package/src/types/literals/RuntimeUnion.ts +0 -16
- package/src/types/literals/Unset.ts +0 -14
- package/src/types/literals/VueComputedRef.ts +0 -41
- package/src/types/literals/VueRef.ts +0 -23
- package/src/types/literals/index.ts +0 -19
- package/src/types/numeric-literals/Abs.ts +0 -31
- package/src/types/numeric-literals/AbsMaybe.ts +0 -21
- package/src/types/numeric-literals/Add.ts +0 -179
- package/src/types/numeric-literals/AsNegativeNumber.ts +0 -32
- package/src/types/numeric-literals/AsNumberWhenPossible.ts +0 -41
- package/src/types/numeric-literals/CSV.ts +0 -164
- package/src/types/numeric-literals/Decrement.ts +0 -21
- package/src/types/numeric-literals/Delta.ts +0 -70
- package/src/types/numeric-literals/Digit.ts +0 -10
- package/src/types/numeric-literals/DigitNonZero.ts +0 -8
- package/src/types/numeric-literals/Digitize.ts +0 -42
- package/src/types/numeric-literals/Increment.ts +0 -26
- package/src/types/numeric-literals/InvertNumericSign.ts +0 -18
- package/src/types/numeric-literals/LessThan.ts +0 -23
- package/src/types/numeric-literals/LessThanOrEqual.ts +0 -24
- package/src/types/numeric-literals/Negative.ts +0 -12
- package/src/types/numeric-literals/NextDigit.ts +0 -35
- package/src/types/numeric-literals/NumberLike.ts +0 -7
- package/src/types/numeric-literals/NumericRange.ts +0 -17
- package/src/types/numeric-literals/PriorDigit.ts +0 -35
- package/src/types/numeric-literals/Subtract.ts +0 -84
- package/src/types/numeric-literals/ToInteger.ts +0 -45
- package/src/types/numeric-literals/ToNumericArray.ts +0 -27
- package/src/types/numeric-literals/Zero.ts +0 -8
- package/src/types/numeric-literals/index.ts +0 -24
- package/src/types/queues/FifoQueue.ts +0 -39
- package/src/types/queues/LifoQueue.ts +0 -39
- package/src/types/queues/index.ts +0 -3
- package/src/types/runtime-types/AsType.ts +0 -65
- package/src/types/runtime-types/Dict.ts +0 -79
- package/src/types/runtime-types/FromLiteralTokens.ts +0 -56
- package/src/types/runtime-types/Rec.ts +0 -18
- package/src/types/runtime-types/Shape.ts +0 -384
- package/src/types/runtime-types/SimpleType.ts +0 -168
- package/src/types/runtime-types/StringLiteralToken.ts +0 -43
- package/src/types/runtime-types/TokenizeStringLiteral.ts +0 -65
- package/src/types/runtime-types/Type.ts +0 -381
- package/src/types/runtime-types/TypeOf.ts +0 -76
- package/src/types/runtime-types/TypeToken.ts +0 -384
- package/src/types/runtime-types/TypeTuple.ts +0 -22
- package/src/types/runtime-types/index.ts +0 -12
- package/src/types/sets/IntersectingKeys.ts +0 -17
- package/src/types/sets/Intersection.ts +0 -151
- package/src/types/sets/Relate.ts +0 -20
- package/src/types/sets/SetCandidate.ts +0 -9
- package/src/types/sets/Unique.ts +0 -87
- package/src/types/sets/UniqueKeys.ts +0 -36
- package/src/types/sets/UniqueKeysUnion.ts +0 -27
- package/src/types/sets/UniqueKv.ts +0 -17
- package/src/types/sets/index.ts +0 -9
- package/src/types/string-literals/AfterFirstChar.ts +0 -34
- package/src/types/string-literals/Cardinality.ts +0 -82
- package/src/types/string-literals/Chars.ts +0 -27
- package/src/types/string-literals/Concat.ts +0 -45
- package/src/types/string-literals/Date.ts +0 -156
- package/src/types/string-literals/DateTime.ts +0 -56
- package/src/types/string-literals/EmptyString.ts +0 -7
- package/src/types/string-literals/EmptyStringOr.ts +0 -12
- package/src/types/string-literals/EnsureLeading.ts +0 -70
- package/src/types/string-literals/EnsureLeadingEvery.ts +0 -22
- package/src/types/string-literals/EnsureSurround.ts +0 -17
- package/src/types/string-literals/EnsureTrailing.ts +0 -60
- package/src/types/string-literals/FindIndex.ts +0 -174
- package/src/types/string-literals/FirstChar.ts +0 -33
- package/src/types/string-literals/HasUppercase.ts +0 -16
- package/src/types/string-literals/IsCapitalized.ts +0 -18
- package/src/types/string-literals/Join.ts +0 -64
- package/src/types/string-literals/LastChar.ts +0 -35
- package/src/types/string-literals/PathJoin.ts +0 -55
- package/src/types/string-literals/Pluralize.ts +0 -107
- package/src/types/string-literals/Prepend.ts +0 -17
- package/src/types/string-literals/PrependAll.ts +0 -18
- package/src/types/string-literals/Proxmox.ts +0 -6
- package/src/types/string-literals/Repeat.ts +0 -14
- package/src/types/string-literals/RetainAfter.ts +0 -68
- package/src/types/string-literals/RetainUntil.ts +0 -69
- package/src/types/string-literals/Split.ts +0 -113
- package/src/types/string-literals/StrLen.ts +0 -17
- package/src/types/string-literals/StripAfter.ts +0 -24
- package/src/types/string-literals/StripBefore.ts +0 -24
- package/src/types/string-literals/StripLeading.ts +0 -48
- package/src/types/string-literals/StripSurround.ts +0 -34
- package/src/types/string-literals/StripTrailing.ts +0 -51
- package/src/types/string-literals/StripUntil.ts +0 -56
- package/src/types/string-literals/Suggest.ts +0 -52
- package/src/types/string-literals/Surround.ts +0 -48
- package/src/types/string-literals/Time.ts +0 -333
- package/src/types/string-literals/Truncate.ts +0 -59
- package/src/types/string-literals/UnderlyingType.ts +0 -29
- package/src/types/string-literals/casing/AllCaps.ts +0 -24
- package/src/types/string-literals/casing/CamelCase.ts +0 -32
- package/src/types/string-literals/casing/CapFirstAlpha.ts +0 -22
- package/src/types/string-literals/casing/CapitalizeWords.ts +0 -8
- package/src/types/string-literals/casing/DashToSnake.ts +0 -3
- package/src/types/string-literals/casing/DashUppercase.ts +0 -23
- package/src/types/string-literals/casing/KebabCase.ts +0 -48
- package/src/types/string-literals/casing/LowerAllCaps.ts +0 -17
- package/src/types/string-literals/casing/NamingConvention.ts +0 -14
- package/src/types/string-literals/casing/PascalCase.ts +0 -28
- package/src/types/string-literals/casing/RaiseAllLowercase.ts +0 -12
- package/src/types/string-literals/casing/SnakeCase.ts +0 -60
- package/src/types/string-literals/casing/index.ts +0 -12
- package/src/types/string-literals/character-sets/Alpha.ts +0 -19
- package/src/types/string-literals/character-sets/AlphaChar.ts +0 -10
- package/src/types/string-literals/character-sets/AlphaNumeric.ts +0 -31
- package/src/types/string-literals/character-sets/BCP.ts +0 -37
- package/src/types/string-literals/character-sets/CSV.ts +0 -26
- package/src/types/string-literals/character-sets/CarriageReturn.ts +0 -22
- package/src/types/string-literals/character-sets/Consonants.ts +0 -19
- package/src/types/string-literals/character-sets/Country.ts +0 -217
- package/src/types/string-literals/character-sets/DomainName.ts +0 -56
- package/src/types/string-literals/character-sets/DotPathFor.ts +0 -46
- package/src/types/string-literals/character-sets/Hexadecimal.ts +0 -27
- package/src/types/string-literals/character-sets/Indent.ts +0 -37
- package/src/types/string-literals/character-sets/InlineSvg.ts +0 -8
- package/src/types/string-literals/character-sets/IpAddress.ts +0 -161
- package/src/types/string-literals/character-sets/LowerAlpha.ts +0 -19
- package/src/types/string-literals/character-sets/LowerAlphaChar.ts +0 -10
- package/src/types/string-literals/character-sets/NonAlpha.ts +0 -7
- package/src/types/string-literals/character-sets/NumericChar.ts +0 -33
- package/src/types/string-literals/character-sets/Optional.ts +0 -48
- package/src/types/string-literals/character-sets/OptionalSpace.ts +0 -22
- package/src/types/string-literals/character-sets/PlusMinus.ts +0 -1
- package/src/types/string-literals/character-sets/Punctuation.ts +0 -9
- package/src/types/string-literals/character-sets/Repos.ts +0 -54
- package/src/types/string-literals/character-sets/SingularNoun.ts +0 -37
- package/src/types/string-literals/character-sets/SpecialChar.ts +0 -5
- package/src/types/string-literals/character-sets/StringDelimiter.ts +0 -5
- package/src/types/string-literals/character-sets/UpperAlphaChar.ts +0 -10
- package/src/types/string-literals/character-sets/ValueAtDotPath.ts +0 -61
- package/src/types/string-literals/character-sets/Variable.ts +0 -20
- package/src/types/string-literals/character-sets/Whitespace.ts +0 -19
- package/src/types/string-literals/character-sets/YouTube.ts +0 -238
- package/src/types/string-literals/character-sets/brackets/Brackets.ts +0 -7
- package/src/types/string-literals/character-sets/brackets/ClosingBracket.ts +0 -4
- package/src/types/string-literals/character-sets/brackets/OpeningBracket.ts +0 -4
- package/src/types/string-literals/character-sets/brackets/index.ts +0 -3
- package/src/types/string-literals/character-sets/css/color.ts +0 -98
- package/src/types/string-literals/character-sets/css/display-position.ts +0 -42
- package/src/types/string-literals/character-sets/css/global.ts +0 -4
- package/src/types/string-literals/character-sets/css/html-element.ts +0 -195
- package/src/types/string-literals/character-sets/css/index.ts +0 -11
- package/src/types/string-literals/character-sets/css/object.ts +0 -54
- package/src/types/string-literals/character-sets/css/overflow.ts +0 -55
- package/src/types/string-literals/character-sets/css/property.ts +0 -36
- package/src/types/string-literals/character-sets/css/props.ts +0 -115
- package/src/types/string-literals/character-sets/css/pseudo-classes.ts +0 -169
- package/src/types/string-literals/character-sets/css/selector.ts +0 -51
- package/src/types/string-literals/character-sets/css/sizing.ts +0 -35
- package/src/types/string-literals/character-sets/images/Exif.ts +0 -581
- package/src/types/string-literals/character-sets/images/ImgFormat.ts +0 -30
- package/src/types/string-literals/character-sets/images/index.ts +0 -2
- package/src/types/string-literals/character-sets/index.ts +0 -39
- package/src/types/string-literals/character-sets/phone/CountryPhoneNumber.ts +0 -20
- package/src/types/string-literals/character-sets/phone/DialCountryCode.ts +0 -10
- package/src/types/string-literals/character-sets/phone/GetPhoneCountryCode.ts +0 -29
- package/src/types/string-literals/character-sets/phone/GetPhoneNumberType.ts +0 -39
- package/src/types/string-literals/character-sets/phone/InternationalPhoneNumber.ts +0 -19
- package/src/types/string-literals/character-sets/phone/LocalPhoneNumber.ts +0 -14
- package/src/types/string-literals/character-sets/phone/PhoneAreaCode.ts +0 -7
- package/src/types/string-literals/character-sets/phone/PhoneCountryCode.ts +0 -14
- package/src/types/string-literals/character-sets/phone/PhoneNumber.ts +0 -112
- package/src/types/string-literals/character-sets/phone/PhoneNumberDelimiter.ts +0 -5
- package/src/types/string-literals/character-sets/phone/PhoneShortCode.ts +0 -37
- package/src/types/string-literals/character-sets/phone/RawPhoneNumber.ts +0 -88
- package/src/types/string-literals/character-sets/phone/RemovePhoneCountryCode.ts +0 -38
- package/src/types/string-literals/character-sets/phone/ToPhoneFormat.ts +0 -44
- package/src/types/string-literals/character-sets/phone/index.ts +0 -14
- package/src/types/string-literals/character-sets/phone.ts +0 -7
- package/src/types/string-literals/character-sets/quotation-marks/ClosingMark.ts +0 -20
- package/src/types/string-literals/character-sets/quotation-marks/OpeningMark.ts +0 -20
- package/src/types/string-literals/character-sets/quotation-marks/QuotationMark.ts +0 -33
- package/src/types/string-literals/character-sets/quotation-marks/SmartMark.ts +0 -28
- package/src/types/string-literals/character-sets/quotation-marks/StandardMark.ts +0 -22
- package/src/types/string-literals/character-sets/quotation-marks/index.ts +0 -6
- package/src/types/string-literals/character-sets/quotation-marks/individual-smart-marks.ts +0 -77
- package/src/types/string-literals/character-sets/tw/TwColor.ts +0 -138
- package/src/types/string-literals/character-sets/tw/index.ts +0 -1
- package/src/types/string-literals/character-sets/urls/Github.ts +0 -163
- package/src/types/string-literals/character-sets/urls/Social.ts +0 -43
- package/src/types/string-literals/character-sets/urls/Url.ts +0 -428
- package/src/types/string-literals/character-sets/urls/bitbucket.ts +0 -71
- package/src/types/string-literals/character-sets/urls/book-urls.ts +0 -8
- package/src/types/string-literals/character-sets/urls/index.ts +0 -6
- package/src/types/string-literals/character-sets/urls/news/australian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/belgian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/canadian.ts +0 -27
- package/src/types/string-literals/character-sets/urls/news/chinese.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/danish.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/dutch.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/french.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/german.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/index.ts +0 -63
- package/src/types/string-literals/character-sets/urls/news/indian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/italian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/japanese.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/mexican.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/norwegian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/south-korean.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/spanish.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/swiss.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/turkish.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/uk.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/us.ts +0 -26
- package/src/types/string-literals/character-sets/urls/retail.ts +0 -59
- package/src/types/string-literals/geo/index.ts +0 -2
- package/src/types/string-literals/geo/state.ts +0 -63
- package/src/types/string-literals/geo/zip.ts +0 -34
- package/src/types/string-literals/index.ts +0 -56
- package/src/types/string-literals/metrics/acceleration.ts +0 -34
- package/src/types/string-literals/metrics/area.ts +0 -34
- package/src/types/string-literals/metrics/current.ts +0 -34
- package/src/types/string-literals/metrics/distance.ts +0 -33
- package/src/types/string-literals/metrics/energy.ts +0 -34
- package/src/types/string-literals/metrics/frequency.ts +0 -34
- package/src/types/string-literals/metrics/global.ts +0 -63
- package/src/types/string-literals/metrics/index.ts +0 -17
- package/src/types/string-literals/metrics/luminosity.ts +0 -34
- package/src/types/string-literals/metrics/mass.ts +0 -34
- package/src/types/string-literals/metrics/power.ts +0 -34
- package/src/types/string-literals/metrics/pressure.ts +0 -34
- package/src/types/string-literals/metrics/resistance.ts +0 -34
- package/src/types/string-literals/metrics/speed.ts +0 -31
- package/src/types/string-literals/metrics/temperature.ts +0 -34
- package/src/types/string-literals/metrics/time.ts +0 -34
- package/src/types/string-literals/metrics/voltage.ts +0 -34
- package/src/types/string-literals/metrics/volume.ts +0 -34
- package/src/types/string-literals/options/DropChars.ts +0 -47
- package/src/types/string-literals/options/TypeRequired.ts +0 -8
- package/src/types/string-literals/options/TypeStrength.ts +0 -9
- package/src/types/string-literals/options/index.ts +0 -3
- package/src/types/tsconfig.json +0 -51
- package/src/types/tuples/DictArray.ts +0 -21
- package/src/types/tuples/FirstKey.ts +0 -16
- package/src/types/tuples/FirstKeyValue.ts +0 -10
- package/src/types/tuples/FirstOfEach.ts +0 -16
- package/src/types/tuples/FixedLengthArray.ts +0 -28
- package/src/types/tuples/FromDictArray.ts +0 -13
- package/src/types/tuples/LastCharOfSome.ts +0 -0
- package/src/types/tuples/LastOfEach.ts +0 -21
- package/src/types/tuples/SecondOfEach.ts +0 -13
- package/src/types/tuples/index.ts +0 -19
- package/src/types/type-conversion/AsBoolean.ts +0 -16
- package/src/types/type-conversion/AsContainer.ts +0 -17
- package/src/types/type-conversion/AsDefined.ts +0 -8
- package/src/types/type-conversion/AsDictionary.ts +0 -5
- package/src/types/type-conversion/AsFunction.ts +0 -14
- package/src/types/type-conversion/AsNonNull.ts +0 -38
- package/src/types/type-conversion/AsNumber.ts +0 -29
- package/src/types/type-conversion/AsObject.ts +0 -6
- package/src/types/type-conversion/AsObjectKeys.ts +0 -21
- package/src/types/type-conversion/AsPropertyKey.ts +0 -11
- package/src/types/type-conversion/AsRecord.ts +0 -21
- package/src/types/type-conversion/AsRef.ts +0 -5
- package/src/types/type-conversion/AsString.ts +0 -28
- package/src/types/type-conversion/AsStringUnion.ts +0 -49
- package/src/types/type-conversion/Awaited.ts +0 -11
- package/src/types/type-conversion/Break.ts +0 -24
- package/src/types/type-conversion/IntersectWithAll.ts +0 -21
- package/src/types/type-conversion/JSON.ts +0 -40
- package/src/types/type-conversion/LeftWhitespace.ts +0 -19
- package/src/types/type-conversion/Merge.ts +0 -124
- package/src/types/type-conversion/MergeObjects.ts +0 -56
- package/src/types/type-conversion/Mutable.ts +0 -46
- package/src/types/type-conversion/ObjectToKvDict.ts +0 -21
- package/src/types/type-conversion/ReduceValues.ts +0 -32
- package/src/types/type-conversion/RemoveFromEnd.ts +0 -14
- package/src/types/type-conversion/RemoveFromStart.ts +0 -14
- package/src/types/type-conversion/RemoveIndex.ts +0 -27
- package/src/types/type-conversion/Replace.ts +0 -28
- package/src/types/type-conversion/ReplaceAll.ts +0 -87
- package/src/types/type-conversion/RetainChars.ts +0 -35
- package/src/types/type-conversion/ReturnValues.ts +0 -31
- package/src/types/type-conversion/RightWhitespace.ts +0 -13
- package/src/types/type-conversion/StringLength.ts +0 -34
- package/src/types/type-conversion/StringLiteralFromTuple.ts +0 -38
- package/src/types/type-conversion/StripChars.ts +0 -44
- package/src/types/type-conversion/ToBoolean.ts +0 -47
- package/src/types/type-conversion/ToContainer.ts +0 -41
- package/src/types/type-conversion/ToJsonValue.ts +0 -76
- package/src/types/type-conversion/ToNumber.ts +0 -54
- package/src/types/type-conversion/ToString.ts +0 -43
- package/src/types/type-conversion/ToStringArray.ts +0 -15
- package/src/types/type-conversion/ToUnion.ts +0 -11
- package/src/types/type-conversion/Trim.ts +0 -28
- package/src/types/type-conversion/TrimLeft.ts +0 -14
- package/src/types/type-conversion/TrimRight.ts +0 -14
- package/src/types/type-conversion/TupleToUnion.ts +0 -19
- package/src/types/type-conversion/UnionArrayToTuple.ts +0 -29
- package/src/types/type-conversion/UnionFilter.ts +0 -116
- package/src/types/type-conversion/UnionShift.ts +0 -30
- package/src/types/type-conversion/UnionToIntersection.ts +0 -10
- package/src/types/type-conversion/UnionToTuple.ts +0 -31
- package/src/types/type-conversion/UnionWithAll.ts +0 -18
- package/src/types/type-conversion/ValueOrReturnValue.ts +0 -28
- package/src/types/type-conversion/Widen.ts +0 -244
- package/src/types/type-conversion/WidenValues.ts +0 -37
- package/src/types/type-conversion/WithDefault.ts +0 -31
- package/src/types/type-conversion/form-fields.ts +0 -10
- package/src/types/type-conversion/index.ts +0 -71
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { AsArray, Narrowable } from "inferred-types/dist/types/index";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Type utility which converts `undefined[]` to `unknown[]`
|
|
5
|
-
*/
|
|
6
|
-
export type UndefinedArrayIsUnknown<T extends unknown[]> = undefined[] extends T ? unknown[] : T;
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Ensures that any input passed in is passed back as an array:
|
|
10
|
-
*
|
|
11
|
-
* - if it was already an array than this just serves as an _identity_ function
|
|
12
|
-
* - if it was not then it wraps the element into a one element array of the
|
|
13
|
-
* given type
|
|
14
|
-
*
|
|
15
|
-
* Note: by default the _type_ of values will be intentionally widened so that the value "abc"
|
|
16
|
-
* is of type `string` not the literal `abc`. If you want to keep literal types then
|
|
17
|
-
* change the optional _widen_ parameter to _false_.
|
|
18
|
-
*/
|
|
19
|
-
|
|
20
|
-
export const asArray = <T extends Narrowable>(thing: T) => {
|
|
21
|
-
return (
|
|
22
|
-
Array.isArray(thing) === true
|
|
23
|
-
? // proxy thing back as it's already an array
|
|
24
|
-
thing
|
|
25
|
-
: typeof thing === "undefined"
|
|
26
|
-
? ([] as T[])
|
|
27
|
-
: [thing]
|
|
28
|
-
) as AsArray<T>;
|
|
29
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ComparatorOperation, Comparison, ParamsForComparison, Narrowable } from "inferred-types/dist/types/index";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* **createComparison**(op, ...args)
|
|
5
|
-
*
|
|
6
|
-
* Creates a _future_ comparison which can be used with the `filter`, `retain`, and
|
|
7
|
-
* other runtime utilities.
|
|
8
|
-
*/
|
|
9
|
-
export const createComparison = <
|
|
10
|
-
TOp extends ComparatorOperation,
|
|
11
|
-
TArgs extends readonly Narrowable[]
|
|
12
|
-
>(_op: TOp, ...args: TArgs & ParamsForComparison<TOp>) => {
|
|
13
|
-
return [args[0],...args.slice(1)] as unknown as Comparison<TOp, typeof args>
|
|
14
|
-
}
|
|
15
|
-
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import type {
|
|
3
|
-
Narrowable,
|
|
4
|
-
ConverterDefn,
|
|
5
|
-
Tuple,
|
|
6
|
-
Nothing,
|
|
7
|
-
AnyObject,
|
|
8
|
-
TypedFunction
|
|
9
|
-
} from "inferred-types/dist/types/index";
|
|
10
|
-
|
|
11
|
-
import { Never } from "inferred-types/dist/constants/index";
|
|
12
|
-
import { isNothing, isObject } from "src/runtime/index";
|
|
13
|
-
|
|
14
|
-
type CallIfDefined<
|
|
15
|
-
Handler
|
|
16
|
-
> = Handler extends TypedFunction
|
|
17
|
-
? ReturnType<Handler>
|
|
18
|
-
: never;
|
|
19
|
-
|
|
20
|
-
type ConversionResult<
|
|
21
|
-
TConvert extends Partial<
|
|
22
|
-
|
|
23
|
-
ConverterDefn<any, any, any, any, any, any>
|
|
24
|
-
>,
|
|
25
|
-
TInput extends Narrowable | Tuple
|
|
26
|
-
> = TInput extends string
|
|
27
|
-
? CallIfDefined<TConvert["string"]>
|
|
28
|
-
: TInput extends number
|
|
29
|
-
? CallIfDefined<TConvert["number"]>
|
|
30
|
-
: TInput extends boolean
|
|
31
|
-
? CallIfDefined<TConvert["boolean"]>
|
|
32
|
-
: TInput extends AnyObject
|
|
33
|
-
? CallIfDefined<TConvert["object"]>
|
|
34
|
-
: TInput extends Tuple
|
|
35
|
-
? CallIfDefined<TConvert["tuple"]>
|
|
36
|
-
: TInput extends Nothing
|
|
37
|
-
? CallIfDefined<TConvert["nothing"]>
|
|
38
|
-
: never;
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* **createConverter**(mapper)
|
|
42
|
-
*
|
|
43
|
-
* A runtime utility which allows for the creation of a function which
|
|
44
|
-
* receives multiple wide types (string, number, boolean, object) and then transform it
|
|
45
|
-
* based on the "wide type" but while retaining the potentially narrow values passed in.
|
|
46
|
-
*
|
|
47
|
-
* The number of wide types which the converter will accept is based on how it configured
|
|
48
|
-
* as there are discrete functions which must be passed in for handling: strings, numbers,
|
|
49
|
-
* booleans, and "objects" (aka, Record<string,any>).
|
|
50
|
-
*
|
|
51
|
-
* ```ts
|
|
52
|
-
* // handles strings and numbers
|
|
53
|
-
* const convert = createConverter({
|
|
54
|
-
* string: s => `the string was ${s}`,
|
|
55
|
-
* number: n => `the number was ${n}`,
|
|
56
|
-
* });
|
|
57
|
-
* ```
|
|
58
|
-
*/
|
|
59
|
-
export function createConverter<
|
|
60
|
-
TStr extends Narrowable = never,
|
|
61
|
-
TNum extends Narrowable = never,
|
|
62
|
-
TBool extends Narrowable = never,
|
|
63
|
-
TObj extends Narrowable = never,
|
|
64
|
-
TTuple extends Narrowable = never,
|
|
65
|
-
TNothing extends Narrowable = never
|
|
66
|
-
>(mapper: Partial<ConverterDefn<TStr, TNum, TBool, TObj, TTuple, TNothing>>) {
|
|
67
|
-
return <TInput extends Narrowable | Tuple>(input: TInput) => {
|
|
68
|
-
let result: unknown;
|
|
69
|
-
if (isNothing(input)) {
|
|
70
|
-
result = (mapper.nothing
|
|
71
|
-
? mapper.nothing(input as TInput & Nothing)
|
|
72
|
-
: Never
|
|
73
|
-
)
|
|
74
|
-
} else if (isObject(input)) {
|
|
75
|
-
result = (mapper.object
|
|
76
|
-
? mapper.object(input as TInput & AnyObject)
|
|
77
|
-
: Never
|
|
78
|
-
)
|
|
79
|
-
} else {
|
|
80
|
-
switch (typeof input) {
|
|
81
|
-
case "string":
|
|
82
|
-
result = (mapper.string
|
|
83
|
-
? mapper.string(input)
|
|
84
|
-
: Never);
|
|
85
|
-
break;
|
|
86
|
-
case "number":
|
|
87
|
-
case "bigint":
|
|
88
|
-
result = (mapper.number
|
|
89
|
-
? mapper.number(input as any)
|
|
90
|
-
: Never);
|
|
91
|
-
break;
|
|
92
|
-
case "boolean":
|
|
93
|
-
result = (mapper.boolean
|
|
94
|
-
? mapper.boolean(input as any)
|
|
95
|
-
: Never);
|
|
96
|
-
break;
|
|
97
|
-
default:
|
|
98
|
-
throw new Error(`Unhandled type: ${typeof input}`);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
return result as ConversionResult<typeof mapper, TInput>;
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
// import { Filter, Comparison } from "inferred-types/dist/types/index";
|
|
2
|
-
// import { isSameTypeOf } from "../type-guards/higher-order/isSameTypeOf";
|
|
3
|
-
// import { endsWith,startsWith } from "../type-guards";
|
|
4
|
-
// import { asArray } from "./asArray";
|
|
5
|
-
// import { Never } from "inferred-types/dist/constants/index";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
// /**
|
|
9
|
-
// * **createFilter**(op,comparator) → (list) → _filtered results_
|
|
10
|
-
// *
|
|
11
|
-
// * A higher order runtime utility.
|
|
12
|
-
// *
|
|
13
|
-
// * - on it's first call it specifies the comparison that will be
|
|
14
|
-
// * made in the future
|
|
15
|
-
// * ```ts
|
|
16
|
-
// * const filterOutStrings = createFilter("extends", s => s.string())
|
|
17
|
-
// * ```
|
|
18
|
-
// * - all subsequent calls will receive an array of items and _filter out_
|
|
19
|
-
// * the specified criteria
|
|
20
|
-
// * ```ts
|
|
21
|
-
// * // ["foo", "bar"]
|
|
22
|
-
// * filterOutStrings([1,2,"foo","bar"]);
|
|
23
|
-
// * ```
|
|
24
|
-
// */
|
|
25
|
-
// export const createFilter = <
|
|
26
|
-
// TComparison extends Comparison
|
|
27
|
-
// >(
|
|
28
|
-
// comparison: TComparison
|
|
29
|
-
// ) => <
|
|
30
|
-
// TList extends readonly unknown[]
|
|
31
|
-
// >(list: TList) => {
|
|
32
|
-
// let result: unknown;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
// switch(op) {
|
|
37
|
-
// case "equals":
|
|
38
|
-
// result = list.filter(i => i === comparator);
|
|
39
|
-
// break;
|
|
40
|
-
// case "extends":
|
|
41
|
-
// result = list.filter(i => isSameTypeOf(i)(comparator));
|
|
42
|
-
// break;
|
|
43
|
-
// case "startsWith":
|
|
44
|
-
// result = list.filter(i => startsWith(String(comparator))(String(i)));
|
|
45
|
-
// break;
|
|
46
|
-
// case "endsWith":
|
|
47
|
-
// result = list.filter(i => endsWith(String(comparator))(String(i)));
|
|
48
|
-
// break;
|
|
49
|
-
// case "contains":
|
|
50
|
-
// result = list.filter(i => contains(asArray(comparator))(i));
|
|
51
|
-
// break;
|
|
52
|
-
// case "containsAll":
|
|
53
|
-
// // result = list.filter(i => contains())
|
|
54
|
-
// break;
|
|
55
|
-
// default:
|
|
56
|
-
// result = Never
|
|
57
|
-
// }
|
|
58
|
-
|
|
59
|
-
// return result as Filter<TList, TComparator, TOp>;
|
|
60
|
-
// };
|
|
61
|
-
|
|
62
|
-
export const filter = "NOT READY";
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Find ,
|
|
3
|
-
FromDefn,
|
|
4
|
-
Narrowable,
|
|
5
|
-
ShapeCallback,
|
|
6
|
-
Tuple
|
|
7
|
-
} from "inferred-types/dist/types/index";
|
|
8
|
-
import { isContainer } from "src/runtime/index";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* **Finder**
|
|
13
|
-
*
|
|
14
|
-
* A configured utility designed to find elements in a list.
|
|
15
|
-
*/
|
|
16
|
-
export type Finder<
|
|
17
|
-
TList extends Tuple,
|
|
18
|
-
TDeref extends string | number | null
|
|
19
|
-
> = <TExtends extends Narrowable | ShapeCallback>(value: TExtends) => Find<
|
|
20
|
-
TList,
|
|
21
|
-
"equals",
|
|
22
|
-
FromDefn<TExtends>,
|
|
23
|
-
TDeref
|
|
24
|
-
>;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* **find**(list, [deref]) => (value) => el | undefined
|
|
28
|
-
*
|
|
29
|
-
* A higher order function that allows _finding_ an element in a list
|
|
30
|
-
* while preserving any available type information.
|
|
31
|
-
*/
|
|
32
|
-
export const find = <
|
|
33
|
-
TList extends Tuple,
|
|
34
|
-
TDeref extends string | number | null = null
|
|
35
|
-
>(
|
|
36
|
-
list: TList,
|
|
37
|
-
deref: TDeref = null as TDeref
|
|
38
|
-
): Finder<TList, TDeref> => <
|
|
39
|
-
TExtends extends Narrowable | ShapeCallback
|
|
40
|
-
>(comparator: TExtends): Find<TList, "equals", FromDefn<TExtends>, TDeref> => {
|
|
41
|
-
|
|
42
|
-
return list.find((i: any) => {
|
|
43
|
-
const val = deref
|
|
44
|
-
? isContainer(i)
|
|
45
|
-
? deref in i ? i[deref] : undefined
|
|
46
|
-
: i
|
|
47
|
-
: i;
|
|
48
|
-
return val === comparator;
|
|
49
|
-
}) as unknown as Find<TList, "equals", FromDefn<TExtends>, TDeref>;
|
|
50
|
-
};
|
|
51
|
-
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import type { Container, GetEach } from "inferred-types/dist/types/index";
|
|
3
|
-
|
|
4
|
-
import { Never } from "inferred-types/dist/constants/index";
|
|
5
|
-
import { isContainer, isErrorCondition, isNull, get } from "src/runtime/index";
|
|
6
|
-
|
|
7
|
-
export interface GetEachOptions<
|
|
8
|
-
THandleErrors
|
|
9
|
-
> {
|
|
10
|
-
handleErrors?: THandleErrors;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* **getEach**(list, dotPath, [options])
|
|
15
|
-
*
|
|
16
|
-
* Returns a specific _property_ (from an object) or _index_ (from an array) from a list
|
|
17
|
-
* of items.
|
|
18
|
-
*
|
|
19
|
-
* - the options allow for a "default value" to be substituted for any _undefined_ or _never_ values
|
|
20
|
-
* - errors in looking up dotpath's will -- by default -- be removed as this is typically the desired behavior but you can also choose from:
|
|
21
|
-
* - `to-never`: converts _type_ to `never` but runtime maintains error message
|
|
22
|
-
* - `report`: both _type_ and runtime are in the `ErrorCondition` format
|
|
23
|
-
* - the dotpath is VueJS aware of possible `Ref<T>` objects and will gracefully navigate
|
|
24
|
-
* over them without the need to offset by `.value`
|
|
25
|
-
*/
|
|
26
|
-
export function getEach<
|
|
27
|
-
TList extends readonly unknown[],
|
|
28
|
-
TDotPath extends string | null,
|
|
29
|
-
>(
|
|
30
|
-
list: TList,
|
|
31
|
-
dotPath: TDotPath,
|
|
32
|
-
): GetEach<[...TList], TDotPath> {
|
|
33
|
-
|
|
34
|
-
const result: unknown = list
|
|
35
|
-
.map(i => isNull(dotPath)
|
|
36
|
-
? i
|
|
37
|
-
: isContainer(i)
|
|
38
|
-
? get(i as Container, dotPath as TDotPath & string )
|
|
39
|
-
: Never
|
|
40
|
-
)
|
|
41
|
-
.filter(i => !isErrorCondition(i));
|
|
42
|
-
|
|
43
|
-
return result as GetEach<
|
|
44
|
-
[...TList],
|
|
45
|
-
TDotPath
|
|
46
|
-
>;
|
|
47
|
-
}
|
|
48
|
-
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// #autoindex
|
|
2
|
-
|
|
3
|
-
// #region auto-indexed files
|
|
4
|
-
// index last changed at: 8th Aug, 2022, 09:51 AM ( GMT-7 )
|
|
5
|
-
// hash-code: bf4a6791
|
|
6
|
-
|
|
7
|
-
// file exports
|
|
8
|
-
export * from "./asArray";
|
|
9
|
-
export * from "./getEach";
|
|
10
|
-
export * from "./indexOf";
|
|
11
|
-
export * from "./intersection";
|
|
12
|
-
export * from "./unique";
|
|
13
|
-
export * from "./logicalReturns";
|
|
14
|
-
export * from "./find";
|
|
15
|
-
export * from "./filter";
|
|
16
|
-
export * from "./createConverter";
|
|
17
|
-
export * from "./slice";
|
|
18
|
-
export * from "./last";
|
|
19
|
-
export * from "./reverse";
|
|
20
|
-
export * from "./join";
|
|
21
|
-
export * from "./shift";
|
|
22
|
-
|
|
23
|
-
// #endregion auto-indexed files
|
|
24
|
-
|
|
25
|
-
// see https://github.com/inocan-group/do-devops/docs/autoindex.md
|
|
26
|
-
// for more info
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
IndexOf,
|
|
3
|
-
Narrowable,
|
|
4
|
-
Tuple
|
|
5
|
-
} from "inferred-types/dist/types/index";
|
|
6
|
-
import {
|
|
7
|
-
errCondition,
|
|
8
|
-
isArray,
|
|
9
|
-
isNull,
|
|
10
|
-
isNumber,
|
|
11
|
-
isObject
|
|
12
|
-
} from "src/runtime/index";
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* **indexOf**(val, index)
|
|
16
|
-
*
|
|
17
|
-
* A dereferencing utility which receives a **value** and an **index** and then
|
|
18
|
-
* returns `value[idx]`.
|
|
19
|
-
*
|
|
20
|
-
* - If the _index_ is passed in as a `null` value then no dereferencing will be done
|
|
21
|
-
* and it will simply pass back the _value_.
|
|
22
|
-
* - If an array is passed in, you are allowed to use negative values to dereference
|
|
23
|
-
* off the back of the array.
|
|
24
|
-
*/
|
|
25
|
-
export function indexOf<
|
|
26
|
-
TContainer extends Narrowable | Tuple,
|
|
27
|
-
TIdx extends PropertyKey | null
|
|
28
|
-
>(val: TContainer, index: TIdx) {
|
|
29
|
-
|
|
30
|
-
const isNegative = isNumber(index) && index < 0;
|
|
31
|
-
if (isNegative && !Array.isArray(val)) {
|
|
32
|
-
throw new Error(`The indexOf(val,idx) utility received a negative index value [${index}] but the value being de-references is not an array [${typeof val}]!`);
|
|
33
|
-
}
|
|
34
|
-
if (isNegative && Array.isArray(val) && val.length < Math.abs(index)) {
|
|
35
|
-
throw new Error(`The indexOf(val,idx) utility received a negative index of ${index} but the length of the array passed in is only ${val.length}! This is not allowed.`);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/** real index after considering negative indexing */
|
|
39
|
-
const idx = isNegative && Array.isArray(val)
|
|
40
|
-
? val.length + 1 - Math.abs(index)
|
|
41
|
-
: index;
|
|
42
|
-
|
|
43
|
-
return (
|
|
44
|
-
index === null
|
|
45
|
-
? val
|
|
46
|
-
: isNull(idx)
|
|
47
|
-
? val
|
|
48
|
-
: isArray(val)
|
|
49
|
-
? Number(idx as PropertyKey) in val
|
|
50
|
-
? val[Number(idx)]
|
|
51
|
-
: errCondition("invalid-index", `attempt to index a numeric array with an invalid index: ${Number(idx)}`)
|
|
52
|
-
: isObject(val)
|
|
53
|
-
? String(idx as PropertyKey) in val
|
|
54
|
-
? val[String(idx) as keyof TContainer]
|
|
55
|
-
: errCondition("invalid-index", `attempt to index a dictionary object with an invalid index: ${String(idx)}`)
|
|
56
|
-
: errCondition("invalid-container-type", `Attempt to use indexOf() on an invalid container type: ${typeof val}`)
|
|
57
|
-
) as unknown as IndexOf<TContainer, TIdx>;
|
|
58
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import type { Container, Intersection, } from "inferred-types/dist/types/index";
|
|
2
|
-
import { isIndexable, getEach, get } from "src/runtime/index";
|
|
3
|
-
import { ifNotNull } from "../boolean-logic/ifNotNull";
|
|
4
|
-
|
|
5
|
-
function intersectWithOffset<
|
|
6
|
-
A extends readonly unknown[],
|
|
7
|
-
B extends readonly unknown[],
|
|
8
|
-
TDeref extends string | number
|
|
9
|
-
>(a: A, b: B, deref: TDeref) {
|
|
10
|
-
const aIndexable = a.every(i => isIndexable(i));
|
|
11
|
-
const bIndexable = b.every(i => isIndexable(i));
|
|
12
|
-
|
|
13
|
-
if (!aIndexable || !bIndexable) {
|
|
14
|
-
if (!aIndexable) {
|
|
15
|
-
throw new Error(`The "a" array passed into intersect(a,b) was not fully composed of indexable properties: ${a.map(i => typeof i).join(", ")}`);
|
|
16
|
-
} else {
|
|
17
|
-
throw new Error(`The "b" array passed into intersect(a,b) was not fully composed of indexable properties: ${b.map(i => typeof i).join(", ")}`);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
const aMatches = getEach(a, deref as any) as readonly unknown[];
|
|
22
|
-
const bMatches = getEach(b, deref as any) as readonly unknown[];
|
|
23
|
-
|
|
24
|
-
const sharedKeys = ifNotNull(
|
|
25
|
-
deref,
|
|
26
|
-
v => [
|
|
27
|
-
a.filter(i => Array.from(bMatches).includes(get(i as Container, v as string | null))),
|
|
28
|
-
b.filter(i => Array.from(aMatches).includes(get(i as Container, v as string | null)))
|
|
29
|
-
],
|
|
30
|
-
() => a.filter(k => b.includes(k))
|
|
31
|
-
);
|
|
32
|
-
|
|
33
|
-
return sharedKeys;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
function intersectNoOffset<
|
|
37
|
-
A extends readonly unknown[],
|
|
38
|
-
B extends readonly unknown[],
|
|
39
|
-
>(a: A, b: B) {
|
|
40
|
-
return a.length < b.length
|
|
41
|
-
? a.filter((val) => b.includes(val))
|
|
42
|
-
: b.filter((val) => a.includes(val));
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* **intersection**(a,b,[deref])
|
|
47
|
-
*
|
|
48
|
-
* A set operation which provides the _intersection_ between
|
|
49
|
-
* between two array's `a` and `b`.
|
|
50
|
-
*
|
|
51
|
-
* - when passing in arrays, you may also pass in a _dereferencing_ property
|
|
52
|
-
* which will be used for arrays of objects (or sub-arrays) so that the comparison
|
|
53
|
-
* is done on the dereferenced value versus the value as a whole.
|
|
54
|
-
*/
|
|
55
|
-
export const intersection = <
|
|
56
|
-
A extends readonly unknown[],
|
|
57
|
-
B extends readonly unknown[],
|
|
58
|
-
TDeref extends string | null = null
|
|
59
|
-
>(
|
|
60
|
-
a: A,
|
|
61
|
-
b: B,
|
|
62
|
-
deref: TDeref = null as TDeref
|
|
63
|
-
): Intersection<A, B, TDeref> => {
|
|
64
|
-
return (
|
|
65
|
-
deref === null
|
|
66
|
-
? intersectNoOffset(a, b) as unknown
|
|
67
|
-
: intersectWithOffset(a, b, deref) as unknown
|
|
68
|
-
) as unknown as Intersection<A, B, TDeref>;
|
|
69
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Tuple, Join } from "inferred-types/dist/types/index";
|
|
2
|
-
|
|
3
|
-
export type Joiner<
|
|
4
|
-
TJoin extends string> = <TContent extends Tuple<string>
|
|
5
|
-
>(...tuple: TContent) => Join<TContent,TJoin>;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* **join**(joinWith)(tuple) -> joined
|
|
10
|
-
*
|
|
11
|
-
* A higher order runtime utility which provides the ability to create
|
|
12
|
-
* type-strong join's with an array of string and a joining string.
|
|
13
|
-
*
|
|
14
|
-
* ```ts
|
|
15
|
-
* // "hello world"
|
|
16
|
-
* const helloWorld = join("")("hello", " ", "world");
|
|
17
|
-
* // "foo, bar, baz"
|
|
18
|
-
* const list = join(", ")("foo", "bar", "baz");
|
|
19
|
-
* ```
|
|
20
|
-
*/
|
|
21
|
-
export function joinWith<TJoin extends string>(
|
|
22
|
-
joinWith: TJoin
|
|
23
|
-
) {
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* add elements of the tuple you want to join
|
|
27
|
-
*/
|
|
28
|
-
return <TContent extends readonly string[]>(
|
|
29
|
-
...tuple: TContent
|
|
30
|
-
): Join<TContent,TJoin> => {
|
|
31
|
-
const tup: readonly string[] = tuple;
|
|
32
|
-
return tup.join(joinWith) as unknown as Join<TContent,TJoin>
|
|
33
|
-
};
|
|
34
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { LogicFunction, LogicalReturns } from "inferred-types/dist/types/index";
|
|
2
|
-
import { isBoolean, isFunction } from "src/runtime/index";
|
|
3
|
-
import { Never } from "inferred-types/dist/constants/index";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export function logicalReturns<
|
|
7
|
-
TConditions extends readonly (boolean | LogicFunction)[],
|
|
8
|
-
>(conditions: TConditions) {
|
|
9
|
-
|
|
10
|
-
return conditions.map(c => isBoolean(c)
|
|
11
|
-
? c
|
|
12
|
-
: isFunction(c)
|
|
13
|
-
? c()
|
|
14
|
-
: Never
|
|
15
|
-
) as unknown as LogicalReturns<TConditions>;
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Reverse } from "inferred-types/dist/types/index";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* **reverse**(list)
|
|
5
|
-
*
|
|
6
|
-
* Allows reversing the order of a readonly array and preserving the types.
|
|
7
|
-
*/
|
|
8
|
-
export const reverse = <T extends readonly unknown[]>(list: T): Reverse<T> => {
|
|
9
|
-
return [...list].reverse() as unknown as Reverse<T>;
|
|
10
|
-
};
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
First,
|
|
3
|
-
IsEqual,
|
|
4
|
-
IsUndefined,
|
|
5
|
-
Narrowable,
|
|
6
|
-
} from "inferred-types/dist/types/index";
|
|
7
|
-
import { isDefined } from "src/runtime/index";
|
|
8
|
-
|
|
9
|
-
type Rtn<
|
|
10
|
-
T extends readonly K[] | K[] | undefined,
|
|
11
|
-
K extends Narrowable
|
|
12
|
-
> = IsUndefined<T> extends true
|
|
13
|
-
? undefined
|
|
14
|
-
: T extends readonly K[] | K[]
|
|
15
|
-
? IsEqual<T["length"], number> extends true
|
|
16
|
-
? undefined | string
|
|
17
|
-
: T["length"] extends 0
|
|
18
|
-
? undefined
|
|
19
|
-
: First<T>
|
|
20
|
-
: never;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* **shift**(list)
|
|
24
|
-
*
|
|
25
|
-
* Takes a list of elements and:
|
|
26
|
-
*
|
|
27
|
-
* - if the list is empty returns _undefined_
|
|
28
|
-
* - otherwise returns the first element in the list
|
|
29
|
-
*
|
|
30
|
-
* **Note:** unlike using the builtin `ARR.shift()` method:
|
|
31
|
-
*
|
|
32
|
-
* - the source array is _never_ mutated
|
|
33
|
-
* - you can shift off the first element of the readonly array as well a mutable one
|
|
34
|
-
* (because the underlying array is _not_ mutated)
|
|
35
|
-
* - in **many** cases, you should be using a queue of some sort with utils like
|
|
36
|
-
* `createLifoQueue()` or `createFifoQueue()`
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
|
-
export const shift = <
|
|
40
|
-
T extends readonly K[] | K[] | undefined,
|
|
41
|
-
K extends Narrowable
|
|
42
|
-
>(list: T): Rtn<T,K> => {
|
|
43
|
-
let rtn;
|
|
44
|
-
if (isDefined(list)) {
|
|
45
|
-
rtn = (
|
|
46
|
-
list.length === 0
|
|
47
|
-
? undefined
|
|
48
|
-
: list[0]
|
|
49
|
-
) as First<T>;
|
|
50
|
-
|
|
51
|
-
try {
|
|
52
|
-
// remove item from source array where possible
|
|
53
|
-
// note: not possible when array is frozen by being
|
|
54
|
-
// made readonly
|
|
55
|
-
list = list.slice(1) as any;
|
|
56
|
-
} catch {
|
|
57
|
-
// ignore
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
} else {
|
|
61
|
-
rtn = undefined;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
return rtn as Rtn<T,K>;
|
|
65
|
-
};
|
|
66
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Slice, Tuple } from "inferred-types/dist/types/index";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* **slice**(list, start, end)
|
|
5
|
-
*
|
|
6
|
-
* Runtime utility to slice an array while maintaining strong
|
|
7
|
-
* types.
|
|
8
|
-
*/
|
|
9
|
-
export const slice = <
|
|
10
|
-
TList extends Tuple,
|
|
11
|
-
TStart extends number,
|
|
12
|
-
TEnd extends number
|
|
13
|
-
>(list: TList, start: TStart, end: TEnd) => {
|
|
14
|
-
return list.slice(start,end) as Slice<TList,TStart,TEnd>;
|
|
15
|
-
};
|
|
16
|
-
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { First, Narrowable, UnionToTuple, Unique } from "inferred-types/dist/types/index";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* **unique**
|
|
6
|
-
*
|
|
7
|
-
* Runtime utility which removes intersecting values from two sets and
|
|
8
|
-
* provides a unique values contained in each set.
|
|
9
|
-
*/
|
|
10
|
-
export const unique = <
|
|
11
|
-
N extends Narrowable,
|
|
12
|
-
K extends number,
|
|
13
|
-
T extends readonly (Record<K,N> | Narrowable)[]
|
|
14
|
-
>(...values: T) => {
|
|
15
|
-
|
|
16
|
-
const u: any[] = [];
|
|
17
|
-
for (const i of values.flat()) {
|
|
18
|
-
if(!u.includes(i)) {
|
|
19
|
-
u.push(i);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
return u as First<T> extends readonly (Record<K,N> | Narrowable)[]
|
|
24
|
-
? Unique<UnionToTuple<First<T>>>
|
|
25
|
-
: Unique<T>;
|
|
26
|
-
}
|