Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.16.51.221
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
lib /
node_modules /
npm /
node_modules /
util-promisify /
[ HOME SHELL ]
Name
Size
Permission
Action
.npmignore
13
B
-rw-r--r--
.travis.yml
69
B
-rw-r--r--
LICENSE
52.76
KB
-rw-r--r--
README.md
1.06
KB
-rw-r--r--
index.js
2.91
KB
-rw-r--r--
package.json
1.29
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# 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). [![build status](https://travis-ci.org/juliangruber/util-promisify.svg?branch=master)](http://travis-ci.org/juliangruber/util-promisify) [![downloads](https://img.shields.io/npm/dm/util-promisify.svg)](https://www.npmjs.org/package/util-promisify) [![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/util-promisify.svg)](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
Close