UNPKG

olive_oil

Version:

A namespace handler,class factory and inheritance handler

9 lines 134 B
module.exports={ name:null, init:function(){ this._super('Multiplication'); }, operate:function(a,b){ return a*b; } }