Type Alias: StorageSearch()<K, V>
StorageSearch<
K,V> = <MatchExact,AsMap>(...args) =>ReturnType<typeofsearch>
Defined in: packages/rx/src/data-storage/types.ts:89
Type Parameters
K
K
V
V extends StorageValue
Type Parameters
MatchExact
MatchExact extends boolean = false
AsMap
AsMap extends boolean = true
Parameters
args
...DropFirst<Parameters<typeof search>>
Returns
ReturnType<typeof search>