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) 142 B
'use strict'; module.exports = function (mvc) { var demo = mvc.dao.create('demo'); demo.getData = function () { return 'dao'; }; };