Skip to content

afeiship/next-local-forage

Repository files navigation

next-local-forage

LocalForage for next.

version license size download

installation

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

apis

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.