From 4f24982112e7d4ad7b3f35c21926eafd6f0c8ff3 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 3 Dec 2023 11:17:57 -0500 Subject: Update imports --- types/other/globals.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types/other') 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 { }; -- cgit v1.2.3