@exodus/storage-local-storage
v1.0.2
Published
@exodus/storage-spec implementation on top of localStorage
Downloads
684
Readme
@exodus/storage-local-storage
Install
yarn add @exodus/storage-local-storage`
Usage
@exodus/storage-spec
implementation on top of browser localStorage
import createStorage from '@exodus/storage-local-storage'
const storage = createStorage({ localStorage })
// use as any other `@exodus/storage-spec` compliant interface