2.0.2 • Published 7 years ago

watercress v2.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Watercress 🍀

Simple localStorage wrapper in 2^8 kb.

Just get storage:

cress.get(); // {}

And set new value:

cress.set({prop: 0}); // undefined
cress.get(); // {prop: 0}

That's it!

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

9 years ago