Skip to content

Commit

Permalink
update .d.ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZwiers committed May 4, 2022
1 parent d09d0a3 commit 49351f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/dts/lib.deno.shared_globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ declare class Worker extends EventTarget {
declare type PerformanceEntryList = PerformanceEntry[];

declare class Performance {
readonly timeOrigin: number;
readonly timeOrigin: DOMHighResTimeStamp;
constructor();

/** Removes the stored timestamp with the associated name. */
Expand Down

0 comments on commit 49351f3

Please sign in to comment.