__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# util-promisify
Node 8's [`require('util').promisify`](https://nodejs.org/api/util.html#util_util_promisify_original) as a node module, so you can use it right now!
Supports [all major node versions](https://github.com/nodejs/LTS#lts-schedule1).
[](http://travis-ci.org/juliangruber/util-promisify)
[](https://www.npmjs.org/package/util-promisify)
[](https://greenkeeper.io/)
## Usage
```js
const promisify = require('util-promisify');
const fs = require('fs');
const stat = promisify(fs.stat);
stat('/tmp/').then(s => {
// ...
});
```
## Installation
```bash
$ npm install util-promisify
```
## API
See `util.promisify`'s [API docs](https://nodejs.org/api/util.html#util_util_promisify_original).
### promisify(original)
### (Symbol) promisify.custom
If available, the Symbol is reexported from node core's `util` module.
## License
MIT
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| .npmignore | File | 13 B | 0644 |
|
| .travis.yml | File | 69 B | 0644 |
|
| LICENSE | File | 52.76 KB | 0644 |
|
| README.md | File | 1.06 KB | 0644 |
|
| index.js | File | 2.91 KB | 0644 |
|
| package.json | File | 1.29 KB | 0644 |
|