1.0.1 • Published 4 years ago

@feizheng/next-local-forage v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

next-local-forage

LocalForage for next.

installation

npm install -S @feizheng/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 '@feizheng/next-local-forage';

resources