UNPKG

lark

Version:

A node.js framework based on koa. Our goal is to build the best industrial node.js framework for high concurrency and high flow application.

8 lines (7 loc) 193 B
'use strict'; module.exports = function (mvc) { var demo = mvc.dataService.create('demo'); demo.getData = function () { return this.daoServices.demo.getData() + '-dataService'; }; };