diff options
Diffstat (limited to 'types/other')
| -rw-r--r-- | types/other/globals.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/other/globals.d.ts b/types/other/globals.d.ts index 330f16c2..4f6db6c9 100644 --- a/types/other/globals.d.ts +++ b/types/other/globals.d.ts @@ -19,4 +19,4 @@ declare global { function clearTimeout(timeoutId: NodeJS.Timeout | string | number | undefined): void; } -export {}; +export { }; |