PHP 8.2.30
Preview: util.js Size: 390 B
/opt/alt/alt-nodejs8/root/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: 1 × Files: 12

Name Size Perms Modified Actions
locales DIR
- drwxr-xr-x 2024-03-03 22:41:56
Edit Download
1.51 KB lrw-r--r-- 2021-09-28 10:29:24
Edit Download
27.11 KB lrw-r--r-- 2021-09-28 10:29:24
Edit Download
2.20 KB lrw-r--r-- 2021-09-28 10:29:24
Edit Download
1.23 KB lrw-r--r-- 2021-09-28 10:29:24
Edit Download
12.62 KB lrw-r--r-- 2021-09-28 10:29:24
Edit Download
6.70 KB lrw-r--r-- 2021-09-28 10:29:24
Edit Download
755 B lrw-r--r-- 2021-09-28 10:29:24
Edit Download
2.86 KB lrw-r--r-- 2021-09-28 10:29:24
Edit Download
7.10 KB lrw-r--r-- 2021-09-28 10:29:24
Edit Download
6.32 KB lrw-r--r-- 2021-09-28 10:29:23
Edit Download
390 B lrw-r--r-- 2021-09-28 10:29:24
Edit Download
490 B lrw-r--r-- 2021-09-28 10:29:24
Edit Download

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