UNPKG

gm-storage

Version:

An ES6 Map wrapper for the synchronous userscript storage API

4 lines (3 loc) 324 B
export { GMStorage, GMStorage as default, GMStorage as GMStore } from './gm-storage.js'; export type { Callback, JSONValue, Options } from './gm-storage-base.js'; export { JSONKeyStore, JSONKeyStore as JSONKeyStorage, type JSONKeyStoreOptions, type JSONKeyStoreOptions as JSONKeyStorageOptions } from './json-key-store.js';