Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 444 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 444 Bytes

#locker

Build Status Coverage Status

##how to use

npm install pandora-locker -S
var locker = new Locker();
locker.set('x', 1);
locker.set('length', 10);
console.log(locker.get('x'))