0.0.1 • Published 12 years ago
object-id
Licence
—
Version
0.0.1
Deps
0
Vulns
0
Weekly
0
Object ID
Installation
node.js:
npm install object-id
browser:
component install viatropos/object-id
Example
var id = require('object-id');
var obj = { foo: 'bar' };
id(obj);
console.log(obj.__id__);
Notes
Licence
MIT