UNPKG

kmc

Version:
11 lines (10 loc) 189 B
/** * Created by lizn on 14/11/10. */ define(function (require, exports, module) { var a = require('./mods/a'); module.exports = { hello: 'world', a: a }; });