diff options
Diffstat (limited to 'std/node/_stream/duplex.ts')
-rw-r--r-- | std/node/_stream/duplex.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/std/node/_stream/duplex.ts b/std/node/_stream/duplex.ts new file mode 100644 index 000000000..c5faed6f8 --- /dev/null +++ b/std/node/_stream/duplex.ts @@ -0,0 +1,3 @@ +// Copyright Node.js contributors. All rights reserved. MIT License. +// deno-lint-ignore no-explicit-any +export const errorOrDestroy = (...args: any[]) => {}; |