auxil javascript辅助函数库
用于日常编程的辅助函数Javascript库javascript编程例程的集合依赖关系没有依赖关系,它适用于commonJs、amd或浏览器全局使用示例tvar auxil = require ( './auxil' ) ; tvar util = require ( 'util' ) ; tvar fs = require ( 'fs' ) ; t/*example of logging to file*/ tvar log = auxil . Logger ( { 'storeTime' : true , 'id' : 'testSCript-1' , 'fs' : fs , 'filePath' : 'tstlog.txt' t} ) ; t/*example of logging to stout using util in node
下载地址
用户评论