文件名称:auxil:javascript 辅助函数库
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-26 18:16:04
JavaScript
用于日常编程的辅助函数Javascript库 javascript 编程例程的集合 依赖关系 没有依赖关系,它适用于 commonJs、amd 或浏览器全局 使用示例 var auxil = require ( './auxil' ) ; var util = require ( 'util' ) ; var fs = require ( 'fs' ) ; /*example of logging to file*/ var log = auxil . Logger ( { 'storeTime' : true , 'id' : 'testSCript-1' , 'fs' : fs , 'filePath' : 'tstlog.txt' } ) ; /*example of logging to stout using util in node
【文件预览】:
auxil-master
----.gitignore(57B)
----auxil.min.js(3KB)
----test.html(274B)
----test.js(2KB)
----LICENCE.txt(1KB)
----README.md(1KB)
----README.md~(2KB)
----auxil.js(9KB)