resolve-reject-promise
Version:
Create an inverted promise with no function allocs
23 lines (22 loc) • 581 B
JSON
{
"name": "resolve-reject-promise",
"version": "1.1.0",
"description": "Create an inverted promise with no function allocs",
"main": "index.js",
"scripts": {
"test": "standard"
},
"devDependencies": {
"standard": "^17.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/resolve-reject-promise.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/resolve-reject-promise/issues"
},
"homepage": "https://github.com/mafintosh/resolve-reject-promise"
}