chensenlai 10988628a0 语音房项目初始化 | 5 年之前 | |
---|---|---|
.. | ||
examples | 5 年之前 | |
node_modules | 5 年之前 | |
test | 5 年之前 | |
.npmignore | 5 年之前 | |
History.md | 5 年之前 | |
Makefile | 5 年之前 | |
Readme.md | 5 年之前 | |
index.js | 5 年之前 | |
package.json | 5 年之前 |
Node core fs
wrapped functions that return thunks for co.
$ npm install co-fs
Use all the regular async fs functions without callback hell:
var json = yield fs.readFile('package.json', 'utf8')
var files = yield fs.readdir('/tmp')
MIT