mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
parent
2d15e926f9
commit
8941a39fe5
1 changed files with 2 additions and 0 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue