Description
Extend objects with methods prefixed by '_'
Latest Version
2.5.0
Installation
in package.json
Usage
var __ = ; ; var x = ;x; // truex;x; // false__; // _.remove(Array, ['list', 'of' 'methods']) removes multiple methods added by Dundee// _.remove(Array) removes all methods added by Dundeex; // throws error ~= /has no method/
Can also extend via library
;var b = "barfotron";b; // true__; // true