call-back:节点样式回调工具

时间:2024-05-22 15:42:00
【文件属性】:

文件名称:call-back:节点样式回调工具

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-22 15:42:00

JavaScript

打回来 节点样式回调实用程序。 为什么?! 我使用node制作的大多数CLI应用程序都有一个共同的模式: output ( data , function ( err , result ) { if ( ! err ) { console . log ( result ) } else { throw new Error ( err ) ; } } ) ; 想要减少它: output ( data , cb ) ; 安装 $ npm install --save call-back 用法 var cb = require ( 'call-back' ) ; output ( data , cb ) ; // ^ where output is a module that as node-style callback. 执照 麻省理工学院:copyright:


【文件预览】:
call-back-master
----.gitignore(13B)
----package.json(428B)
----.travis.yml(60B)
----index.js(132B)
----license(1KB)
----readme.md(532B)
----.gitattributes(12B)
----.editorconfig(231B)

网友评论