diff options
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index ac27648fe..d82e07be0 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -4,6 +4,8 @@ /// <reference lib="deno.ns" /> declare namespace Deno { + export {}; // stop default export type behavior + export interface BenchDefinition { fn: () => void | Promise<void>; name: string; |