Whetherthecallbackhasanerrorasthefirstargument.You'llwanttosetthisto`false` if you're dealing with an API that doesn't have an error as the first argument, like `fs.exists()`,somebrowserAPIs,ChromeExtensionAPIs,etc.
#####promiseModule
Type:`Function`
Custompromisemoduletouseinsteadofthenativeone.
Checkout[`pinkie-promise`](https://github.com/floatdrop/pinkie-promise) if you need a tiny promise polyfill.
##Related
-[p-event](https://github.com/sindresorhus/p-event) - Promisify an event by waiting for it to be emitted
-[p-map](https://github.com/sindresorhus/p-map) - Map over promises concurrently