Skip to main content

storage-helpers — npm version GitHub license bundle size on npm

Description

localStorage and sessionStorage utily functions.

Getting started

node

Add storage-helpers to package.json

  npm i storage-helpers --save

deno

Import directly in your typescript files

import { setStorageItem }  "https://deno.land/x/storage_helpers@v0.4.1/mod.ts";

Documentation

License

MIT