deno/std/node/_stream/duplex.ts

3 lines
159 B
TypeScript

// Copyright Node.js contributors. All rights reserved. MIT License.
// deno-lint-ignore no-explicit-any
export const errorOrDestroy = (...args: any[]) => {};