1.0.0 • Published 3 years ago

@jswork/next-local-forage v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

next-local-forage

LocalForage for next.

version license size download

installation

npm install -S @jswork/next-local-forage

apis

apiparamsdescription
get-Get item data.
gets-Get items.
set-Set value.
sets-Set values.
del-Delete a value by key.
dels-Deleta multiple values.
clear-Clear the store.
config-Config the store.

usage

import NxLocalForage from '@jswork/next-local-forage';

resources

license

Code released under the MIT license.