diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-03 11:17:57 -0500 |
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-03 11:17:57 -0500 |
| commit | 4f24982112e7d4ad7b3f35c21926eafd6f0c8ff3 (patch) | |
| tree | 3b701d2754b514d8d2351d97f258156fecfdb550 /types/other | |
| parent | 3d033c9501254a39a96aadcdcd68daf053d997e6 (diff) | |
Update imports
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 { }; |