README
Storage helpers
✴ Methods that helps us to manage storage on web
get started
We provide two way of using this package single
or multi
:
npm i @snappmarket/storage-helpers
OR
npm i @snappmarket/helpers
methods
getLocalStorageData |
usage
import { METHOD_NAME } from '@snappmarket/storage-helpers';
// or
// import { METHOD_NAME } from '@snappmarket/helpers';
``