0.0.1 • Published 11 years ago
object-id v0.0.1
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
0.0.1
11 years ago