zeanium-node
Version:
Zeanium for Node.js, simple http server and custome your business.
24 lines (21 loc) • 474 B
JavaScript
zn.define([
'./Base',
'./DefineTable',
'./DefineTableField',
'./Tag',
'./Tree',
'./Rights',
'./Attachment',
'./File'
], function (Base, DefineTable, DefineTableField, Tag, Tree, Rights, Attachment, File) {
return {
Base: Base,
DefineTable: DefineTable,
DefineTableField: DefineTableField,
Tag: Tag,
Tree: Tree,
Rights: Rights,
Attachment: Attachment,
File: File
}
});