meta-for
Get and set your own un-collidable meta properties on objects. Powered by Symbols.
Install
$ npm install --save meta-for
Usage
; let obj = {};let meta = ; // meta is writablemetasomeMetaProperty = true;let meta = ; // meta is read-onlymetasomeMetaProperty === true for var prop in obj // The meta property won't appear here! // It's also impossible to collide with another property, // thanks to the magic of Symbols