persistentjs
v1.0.0
Published
Simple persistent storage of objects and lists
Downloads
3
Readme
PersistentJS
##persistent.list ###push(el) ###pushFront(el) ###get(index) ###set(index,el) ###run(callback) Run on each element ###search(property,value) Search and return the first object in the list with set on
##persistent.object ###get(property) ###set(property,value)