We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2058a commit c8f44d4Copy full SHA for c8f44d4
global.d.ts
@@ -1,4 +1,5 @@
1
declare global {
2
+ var BROWSER: boolean;
3
var FRAME_TIME: number;
4
}
5
0 commit comments