diff --git a/ext/node/polyfills/stream.ts b/ext/node/polyfills/stream.ts index 72f25019e8669a..5f6551720188e2 100644 --- a/ext/node/polyfills/stream.ts +++ b/ext/node/polyfills/stream.ts @@ -167,7 +167,7 @@ Stream._uint8ArrayToBuffer = function _uint8ArrayToBuffer(chunk) { export { addAbortSignal, compose, - destroyer, + destroyer as destroy, Duplex, duplexPair, getDefaultHighWaterMark,