UNPKG

donkey

Version:

EIP for JavaScript, node style

8 lines (6 loc) 205 B
var ut = require('../Utils'); var Component = module.exports = function(options){ ut.mixin(this,options); console.log('New '+this.constructor.name+' created'); }; Component.prototype.createEndpoint;