File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11# nodeify-ts
2-
2+ Create functions that both return promises and accept node-style callbacks
33
44[ ![ NPM] ( https://nodei.co/npm/nodeify-ts.png?downloads=true&downloadRank=true )] ( https://nodei.co/npm/nodeify-ts/ )
55[ ![ NPM] ( https://nodei.co/npm-dl/nodeify-ts.png?months=6&height=3 )] ( https://nodei.co/npm/nodeify-ts/ )
99[ ![ Build status] [ travis-image ]] [ travis-url ]
1010[ ![ Gitter] [ gitter-image ]] [ gitter-url ]
1111
12- Create functions that accept both node-style callbacks and return promises
13-
14-
1512## Installation
1613
1714 npm install nodeify-ts
Original file line number Diff line number Diff line change 11{
22 "name" : " nodeify-ts" ,
3- "version" : " 1.0.0 " ,
4- "description" : " Create functions that accept both node-style callbacks and return promises " ,
3+ "version" : " 1.0.1 " ,
4+ "description" : " Create functions that both return promises and accept node-style callbacks " ,
55 "main" : " dist/index.js" ,
66 "typings" : " dist/index" ,
77 "files" : [
You can’t perform that action at this time.
0 commit comments