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