Skip to content

@continuum-js/std


@continuum-js/std / StorageLike

Type Alias: StorageLike

StorageLike = Pick<Storage, "getItem" | "setItem">

Defined in: index.ts:217

The slice of the Storage interface persistence relies on.