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