mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
9 lines
212 B
TypeScript
9 lines
212 B
TypeScript
// Hardcoded module "node:stream" / "readable-stream"
|
|
const exports = require("internal/stream");
|
|
|
|
$debug("node:stream loaded");
|
|
|
|
exports.eos = require("internal/streams/end-of-stream");
|
|
|
|
export default exports;
|