UNPKG

olive_oil

Version:

A namespace handler,class factory and inheritance handler

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