1
0
Fork
You've already forked localstorage-supercharged
0
A javascript object which under the hood save all his data in the localStorage
  • JavaScript 94.6%
  • HTML 5.4%
2022年07月22日 09:16:09 +02:00
test fix: dumb && add test 2022年07月15日 20:55:55 +02:00
.npmignore add npmignore 2022年07月22日 09:01:40 +02:00
index.js fix: dumb && add test 2022年07月15日 20:55:55 +02:00
LICENSE Initial commit 2022年07月15日 19:34:58 +02:00
package.json fix: add npm 2022年07月22日 09:16:09 +02:00
README.md fix: add npm 2022年07月22日 09:16:09 +02:00

localstorage-supercharged · npm version

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