promisify-tuple
Version:
Promisify a callback-style function, always resolve with [err,val]
30 lines (29 loc) • 637 B
JSON
{
"name": "promisify-tuple",
"version": "1.2.0",
"description": "Promisify a callback-style function, always resolve with [err,val]",
"repository": "https://github.com/staltz/promisify-tuple",
"main": "index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"author": "Andre Staltz <contact@staltz.com>",
"license": "MIT",
"keywords": [
"chain",
"pipe",
"functions",
"functional",
"compose"
],
"engines": {
"node": ">=6"
},
"scripts": {
"test": "tape test.js | tap-spec"
},
"devDependencies": {
"tap-spec": "^5.0.0",
"tape": "5.2.2",
"typescript": "4.2.x"
}
}