UNPKG

zeanium-node

Version:

Zeanium for Node.js, simple http server and custome your business.

15 lines (11 loc) 181 B
/** * Created by yangyxu on 7/14/15. */ zn.define(function () { return zn.Class({ methods: { init: function (objs){ } } }); });