PHP 8.2.30
Preview: extend-through2.js Size: 233 B
/opt/alt/alt-nodejs9/root/lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/lib/extend-through2.js

'use strict'
const through2 = require('through2')
module.exports = function (opt) {
  return opt.objectMode
    ? through2.obj(func)
    : through2(func)

  function func (data, enc, done) {
    this.push(data, enc)
    done()
  }
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
220 B lrw-r--r-- 2021-09-28 11:28:37
Edit Download
233 B lrw-r--r-- 2021-09-28 11:28:37
Edit Download
230 B lrw-r--r-- 2021-09-28 11:28:37
Edit Download
216 B lrw-r--r-- 2021-09-28 11:28:37
Edit Download
896 B lrw-r--r-- 2021-09-28 11:28:37
Edit Download
387 B lrw-r--r-- 2021-09-28 11:28:37
Edit Download

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