mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
"use strict";
|
|
|
|
process.emitWarning("The _stream_wrap module is deprecated.", "DeprecationWarning", "DEP0125");
|
|
|
|
export default require("node:stream");
|