UNPKG

nu

Version:

nu (new) -- functional object allocation

7 lines (6 loc) 126 B
function nu() { var obj = Object.create(this.prototype); this.apply(obj, arguments); return obj; } module.exports = nu;