Skip to content

Type Alias: StorageToJSON()<K, V>

StorageToJSON<K, V> = (replacer?, spacing?, data?) => string

Defined in: packages/rx/src/data-storage/types.ts:120

Type Parameters

K

K

V

V

Parameters

replacer?

null | (key, value) => unknown

spacing?

string | number

data?

Map<K, V>

Returns

string