PHP 8.2.30
Preview: readable.js Size: 771 B
//lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/readable.js

var Stream = require('stream');
if (process.env.READABLE_STREAM === 'disable' && Stream) {
  module.exports = Stream;
  exports = module.exports = Stream.Readable;
  exports.Readable = Stream.Readable;
  exports.Writable = Stream.Writable;
  exports.Duplex = Stream.Duplex;
  exports.Transform = Stream.Transform;
  exports.PassThrough = Stream.PassThrough;
  exports.Stream = Stream;
} else {
  exports = module.exports = require('./lib/_stream_readable.js');
  exports.Stream = Stream || exports;
  exports.Readable = exports;
  exports.Writable = require('./lib/_stream_writable.js');
  exports.Duplex = require('./lib/_stream_duplex.js');
  exports.Transform = require('./lib/_stream_transform.js');
  exports.PassThrough = require('./lib/_stream_passthrough.js');
}

Directory Contents

Dirs: 2 × Files: 13

Name Size Perms Modified Actions
doc DIR
- drwxr-xr-x 2024-03-03 22:36:28
Edit Download
lib DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
1.28 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
53 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
46 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
5.42 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
2.28 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
2.33 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
51 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
351 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
771 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
2.93 KB lrw-r--r-- 2021-03-10 14:36:36
Edit Download
49 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
55 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download
229 B lrw-r--r-- 2021-03-10 14:36:36
Edit Download

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