UNPKG

noot

Version:

High quality, well tested, lightweight object oriented toolset for Node.js

12 lines (8 loc) 170 B
var NOOT = require('../../')('object'); var Mixin = NOOT.Object.extend({}, { create: function(def) { return def; }, extend: null }); module.exports = Mixin;