@koine/utils 2.0.0-beta.200 → 2.0.0-beta.202
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/index.d.ts +3 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -166,6 +166,8 @@ export { uuidNumeric } from "./uuidNumeric";
|
|
|
166
166
|
export { wait } from "./wait";
|
|
167
167
|
export type { ExactlyAs, AnythingFalsy, FlatObjectFirstLevel, KeysStartsWith, KeysTailsStartsWith, KeysOfValue, NonNullableObjectDeep, NullableObjectDeep, OmitNever, PickStartsWith, PickStartsWithTails, RequiredNonNullableObjectDeep, RequiredObjectDeep, Reverse, TestType, OverloadsToTuple, } from "./types";
|
|
168
168
|
/**
|
|
169
|
+
* @borrows type-fest@v5.1.0
|
|
170
|
+
*
|
|
169
171
|
* These types should not be documented by using [`excludeExternals` TypeDoc flag](https://typedoc.org/options/input/#excludeexternals)
|
|
170
172
|
*/
|
|
171
|
-
export type { KeysOfUnion, DistributedOmit, DistributedPick, EmptyObject, IsEmptyObject, IfEmptyObject, NonEmptyObject, UnknownRecord, UnknownArray, Except, TaggedUnion, Writable, WritableDeep, Merge, MergeDeep, MergeDeepOptions, MergeExclusive, RequireAtLeastOne, RequireExactlyOne, RequireAllOrNone, RequireOneOrNone, SingleKeyObject, OmitIndexSignature, PickIndexSignature, PartialDeep, PartialDeepOptions, RequiredDeep, PickDeep, OmitDeep, PartialOnUndefinedDeep, PartialOnUndefinedDeepOptions, UndefinedOnPartialDeep, ReadonlyDeep, LiteralUnion, Promisable, Opaque, UnwrapOpaque, Tagged, GetTagMetadata, UnwrapTagged, InvariantOf, SetOptional, SetReadonly, SetRequired, SetNonNullable, ValueOf, AsyncReturnType, ConditionalExcept, ConditionalKeys, ConditionalPick, ConditionalPickDeep, ConditionalPickDeepOptions, UnionToIntersection, Stringified, StringSlice, FixedLengthArray, MultidimensionalArray, MultidimensionalReadonlyArray, IterableElement, Entry, Entries, SetReturnType, SetParameterType, Asyncify, Simplify, SimplifyDeep, Jsonify,
|
|
173
|
+
export type { Primitive, TypedArray, Class, Constructor, AbstractClass, AbstractConstructor, JsonObject, JsonArray, JsonPrimitive, JsonValue, UppercaseLetter, LowercaseLetter, DigitCharacter, Alphanumeric, KeysOfUnion, DistributedOmit, DistributedPick, EmptyObject, IsEmptyObject, IfEmptyObject, NonEmptyObject, NonEmptyString, UnknownRecord, UnknownArray, UnknownSet, UnknownMap, Except, ExceptOptions, TaggedUnion, Writable, WritableDeep, Merge, MergeDeep, MergeDeepOptions, MergeExclusive, RequireAtLeastOne, RequireExactlyOne, RequireAllOrNone, RequireOneOrNone, SingleKeyObject, OmitIndexSignature, PickIndexSignature, PartialDeep, PartialDeepOptions, RequiredDeep, PickDeep, OmitDeep, PartialOnUndefinedDeep, PartialOnUndefinedDeepOptions, UndefinedOnPartialDeep, ReadonlyDeep, LiteralUnion, Promisable, Arrayable, Opaque, UnwrapOpaque, Tagged, GetTagMetadata, UnwrapTagged, InvariantOf, SetOptional, SetReadonly, SetRequired, SetRequiredDeep, SetNonNullable, SetNonNullableDeep, ValueOf, AsyncReturnType, ConditionalExcept, ConditionalKeys, ConditionalPick, ConditionalPickDeep, ConditionalPickDeepOptions, UnionToIntersection, Stringified, StringSlice, FixedLengthArray, MultidimensionalArray, MultidimensionalReadonlyArray, IterableElement, Entry, Entries, SetReturnType, SetParameterType, Asyncify, Simplify, SimplifyDeep, Jsonify, Jsonifiable, StructuredCloneable, Schema, SchemaOptions, LiteralToPrimitive, LiteralToPrimitiveDeep, PositiveInfinity, NegativeInfinity, Finite, Integer, Float, NegativeFloat, Negative, NonNegative, NegativeInteger, NonNegativeInteger, IsNegative, GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual, Sum, Subtract, KeyAsString, Exact, ReadonlyTuple, OverrideProperties, OptionalKeysOf, IsOptionalKeyOf, HasOptionalKeys, RequiredKeysOf, IsRequiredKeyOf, HasRequiredKeys, ReadonlyKeysOf, IsReadonlyKeyOf, HasReadonlyKeys, WritableKeysOf, IsWritableKeyOf, HasWritableKeys, Spread, SplitOnRestElement, ExtractRestElement, ExcludeRestElement, IsInteger, IsFloat, TupleToObject, TupleToUnion, UnionToTuple, IntRange, IntClosedRange, IsEqual, IsLiteral, IsStringLiteral, IsNumericLiteral, IsBooleanLiteral, IsSymbolLiteral, IsAny, IfAny, IsNever, IfNever, IsUnknown, IfUnknown, IsTuple, IsTupleOptions, ArrayIndices, ArrayValues, ArraySlice, ArraySplice, ArrayTail, SetFieldType, SetFieldTypeOptions, Paths, PathsOptions, AllUnionFields, SharedUnionFields, SharedUnionFieldsDeep, SharedUnionFieldsDeepOptions, IsNull, IfNull, IsUndefined, And, Or, Xor, AllExtend, AllExtendOptions, NonEmptyTuple, FindGlobalInstanceType, FindGlobalType, If, IsUnion, IsLowercase, IsUppercase, IsOptional, IsNullable, TupleOf, CamelCase, CamelCaseOptions, CamelCasedProperties, CamelCasedPropertiesDeep, KebabCase, KebabCasedProperties, KebabCasedPropertiesDeep, PascalCase, PascalCasedProperties, PascalCasedPropertiesDeep, SnakeCase, SnakeCasedProperties, SnakeCasedPropertiesDeep, ScreamingSnakeCase, DelimiterCase, DelimiterCasedProperties, DelimiterCasedPropertiesDeep, Join, Split, SplitOptions, Words, WordsOptions, Trim, Replace, ReplaceOptions, StringRepeat, Includes, Get, GetOptions, LastArrayElement, ConditionalSimplify, ConditionalSimplifyDeep, RemovePrefix, RemovePrefixOptions, GlobalThis, PackageJson, TsConfigJson, ExtendsStrict, ExtractStrict, ExcludeStrict } from "type-fest";
|
package/package.json
CHANGED
|
@@ -1058,10 +1058,10 @@
|
|
|
1058
1058
|
}
|
|
1059
1059
|
},
|
|
1060
1060
|
"dependencies": {
|
|
1061
|
-
"type-fest": "^
|
|
1061
|
+
"type-fest": "^5.1.0"
|
|
1062
1062
|
},
|
|
1063
1063
|
"module": "./index.esm.js",
|
|
1064
1064
|
"main": "./index.cjs.js",
|
|
1065
1065
|
"types": "./index.d.ts",
|
|
1066
|
-
"version": "2.0.0-beta.
|
|
1066
|
+
"version": "2.0.0-beta.202"
|
|
1067
1067
|
}
|