PHP 8.2.30
Preview: util.js Size: 390 B
/opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules/libnpx/util.js

'use strict'

module.exports.promisify = promisify
function promisify (f) {
  const util = require('util')
  if (util.promisify) {
    return util.promisify(f)
  } else {
    return function () {
      return new Promise((resolve, reject) => {
        f.apply(this, [].slice.call(arguments).concat((err, val) => {
          err ? reject(err) : resolve(val)
        }))
      })
    }
  }
}

Directory Contents

Dirs: 2 × Files: 12

Name Size Perms Modified Actions
locales DIR
- drwxr-xr-x 2024-03-03 22:42:04
Edit Download
- drwxr-xr-x 2024-03-03 22:42:02
Edit Download
1.51 KB lrw-r--r-- 2021-09-28 11:28:17
Edit Download
24.25 KB lrw-r--r-- 2021-09-28 11:28:17
Edit Download
2.17 KB lrw-r--r-- 2021-09-28 11:28:14
Edit Download
1.26 KB lrw-r--r-- 2021-09-28 11:28:17
Edit Download
12.48 KB lrw-r--r-- 2021-09-28 11:28:17
Edit Download
6.59 KB lrw-r--r-- 2021-09-28 11:28:14
Edit Download
234 B lrw-r--r-- 2021-09-28 11:28:17
Edit Download
3.16 KB lrw-r--r-- 2021-09-28 11:28:17
Edit Download
6.87 KB lrw-r--r-- 2021-09-28 11:28:17
Edit Download
6.21 KB lrw-r--r-- 2021-09-28 11:28:14
Edit Download
390 B lrw-r--r-- 2021-09-28 11:28:17
Edit Download
490 B lrw-r--r-- 2021-09-28 11:28:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).