mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +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");
|