object-id
v0.0.1
Published
## Installation
Downloads
11
Readme
Object ID
Installation
node.js:
npm install object-idbrowser:
component install viatropos/object-idExample
var id = require('object-id');
var obj = { foo: 'bar' };
id(obj);
console.log(obj.__id__);Notes
- http://stackoverflow.com/questions/17934888/how-to-add-non-enumerable-property-in-javascript-for-ie8/17935125#17935125
Licence
MIT
