UNPKG

r2load

Version:

Node.js autoloader for files, folders, and modules

9 lines (8 loc) 221 B
// TODO: run fonksiyonu çalışıyor mu test et module.exports = (app, opts) => { this.opts = opts; this.objName = 'service/c'; this.run = () => 'run'; this.prevService = app.services.ServiceB; return this; };