vest-utils
Advanced tools
Comparing version 1.0.0-next-20230623-533c to 1.0.0-next-20230624-aeb0
{ | ||
"version": "1.0.0-next-20230623-533c", | ||
"version": "1.0.0-next-20230624-aeb0", | ||
"name": "vest-utils", | ||
@@ -4,0 +4,0 @@ "author": "ealush", |
@@ -13,2 +13,3 @@ type DropFirst<T extends unknown[]> = T extends [ | ||
type DynamicValue<T, Args extends TArgs = TArgs> = T | CB<T, Args>; | ||
type BlankValue = Maybe<"">; | ||
type TArgs = any[]; | ||
@@ -80,2 +81,3 @@ /** | ||
type DynamicValue<T, Args extends TArgs = TArgs> = T | CB<T, Args>; | ||
type BlankValue = Maybe<"">; | ||
type TArgs = any[]; | ||
@@ -150,2 +152,3 @@ function createBus(): BusType; | ||
type DynamicValue<T, Args extends TArgs = TArgs> = T | CB<T, Args>; | ||
type BlankValue = Maybe<"">; | ||
type TArgs = any[]; | ||
@@ -165,3 +168,3 @@ function createTinyState<S>(initialValue: SetValueInput<S>): TinyState<S>; | ||
export { createCache as cache, CacheApi, BusType, TinyState, isNullish, isNotNullish, asArray, callEach, hasOwnProperty, isPromise, optionalFunctionValue, _default as assign, defaultTo, invariant, isStringValue, bindNot, either, isBoolean, deferThrow, bus, seq, genSeq, isFunction, mapFirst, greaterThan, longerThan, isNumeric, isNotNumeric, isObject, lengthEquals, lengthNotEquals, numberEquals, numberNotEquals, isNull, isNotNull, isUndefined, isNotUndefined, isArray, isNotArray, isEmpty, isNotEmpty, isPositive, text, TStateMachine, StateMachine, nonnullish, tinyState, StringObject }; | ||
export type { DropFirst, Stringable, CB, ValueOf, Nullish, Nullable, Maybe, OneOrMoreOf, DynamicValue }; | ||
export type { DropFirst, Stringable, CB, ValueOf, Nullish, Nullable, Maybe, OneOrMoreOf, DynamicValue, BlankValue }; | ||
//# sourceMappingURL=vest-utils.d.ts.map |
Sorry, the diff of this file is not supported yet
22455
213