From 8941a39fe54cf746caae71a3b460fbd874d4c994 Mon Sep 17 00:00:00 2001 From: Carter Snook Date: Mon, 4 Jul 2022 00:41:52 -0500 Subject: fix(dts): stop default export type behavior (#14977) Ref: #14976 --- cli/dts/lib.deno.unstable.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli') 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 @@ /// declare namespace Deno { + export {}; // stop default export type behavior + export interface BenchDefinition { fn: () => void | Promise; name: string; -- cgit v1.2.3