1.0.0 • Published 5 years ago
@jswork/next-local-forage v1.0.0
next-local-forage
LocalForage for next.
installation
npm install -S @jswork/next-local-forageapis
| api | params | description |
|---|---|---|
| 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.
1.0.0
5 years ago