summaryrefslogtreecommitdiff
path: root/std/node/_stream/duplex.ts
blob: c5faed6f8567d4e7fbcc69a0a1fe5070b8b19d48 (plain)
1
2
3
// Copyright Node.js contributors. All rights reserved. MIT License.
// deno-lint-ignore no-explicit-any
export const errorOrDestroy = (...args: any[]) => {};