UNPKG

zeanium-node

Version:

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

20 lines (15 loc) 231 B
/** * Created by yangyxu on 7/14/15. */ zn.define([ 'node:fs' ],function (fs) { return zn.Class({ properties: { }, methods: { init: function (){ } } }); });