gordo
v0.1.1
Published
Monkey patches that are out of this world!
Downloads
3
Readme
gordo
Monkey patches that are out of this world!
use
Just require('gordo') and you'll be in orbit.
Adds Symbol.identity and Symbol.metadata and associates these with properties added to Object.
myObject[Symbol.identity] should return a unique id (during a given run) for any object.
myObject[Symbol.metadata] should return a Map unique to that object. Not intended to be private but should not be inherited or popping up in unexpected places.
License
ISC