aboutsummaryrefslogtreecommitdiff
path: root/types/other
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-03 11:17:57 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-03 11:17:57 -0500
commit4f24982112e7d4ad7b3f35c21926eafd6f0c8ff3 (patch)
tree3b701d2754b514d8d2351d97f258156fecfdb550 /types/other
parent3d033c9501254a39a96aadcdcd68daf053d997e6 (diff)
Update imports
Diffstat (limited to 'types/other')
-rw-r--r--types/other/globals.d.ts2
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 { };