mirror of
https://github.com/denoland/deno.git
synced 2025-02-22 05:12:55 -05:00
4 lines
159 B
TypeScript
4 lines
159 B
TypeScript
![]() |
// Copyright Node.js contributors. All rights reserved. MIT License.
|
||
|
// deno-lint-ignore no-explicit-any
|
||
|
export const errorOrDestroy = (...args: any[]) => {};
|