1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

fix(dts): stop default export type behavior (#14977)

Ref: #14976
This commit is contained in:
Carter Snook 2022-07-04 00:41:52 -05:00 committed by GitHub
parent 2d15e926f9
commit 8941a39fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;