文件名称:co-temp:用于 co 的临时 thunk 包装器
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-22 04:44:04
JavaScript
用于thunk 包装器 安装 $ npm install co-temp 用法 var temp = require ( 'co-temp' ) . track ( ) ; co ( function * ( ) { var info = yield temp . open ( 'file' ) ; console . log ( info . path ) ; var dirPath = yield temp . mkdir ( 'mydir' ) ; console . log ( info . path ) ; yield temp . cleanup ( ) ; // only if you use track() } ) ; 有关更多信息,请参阅文档。
【文件预览】:
co-temp-master
----.travis.yml(49B)
----index.js(227B)
----package.json(734B)
----test()
--------index.js(806B)
--------.jshintrc(65B)
----.gitignore(14B)
----README.md(614B)
----.jshintrc(298B)