localstorage-supercharged
v1.0.0
Published
A javascript object which under the hood save all his data in the localStorage
Downloads
1
Readme
localstorage-supercharged
A javascript object which under the hood save all his data in the localStorage
Usage
import { local } from "./index.js"
local.foo = "bar" // use like a normal object
License
Licensed under the MIT License - LICENSE