UNPKG

olive_oil

Version:

A namespace handler,class factory and inheritance handler

9 lines 174 B
module.exports={ name:null, init:function(operationName){ this.name=operationName; }, operate:function(a,b){ throw new Error('Operation not implmented'); } }