README
nor-data
Helpers for dealing with JavaScript data
Install
npm install nor-data
Usage
copy(value)
Declare it:
var copy = require('nor-data').copy;
And use it:
var obj = {"foo": 10};
var obj2 = copy(obj);
obj2.foo = 100;
assert( obj.foo !== obj2.foo );
Test it
npm install -d
npm run lint
npm run test
Commercial Support
You can buy commercial support from Sendanor.