Skip to main content

Type Alias: DropKVStore()

DropKVStore: (name) => Promise<void>

Function for deleting Store instances.

The name is used to identify the store. If the same name is used for multiple stores, they should share the same data.

Parameters

name

string

Returns

Promise<void>