From 261f6eb33e0755d8f1bde0dbb718f1beee05033b Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Thu, 17 Oct 2024 20:09:53 +0300 Subject: [PATCH] --- samples/types/global.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/types/global.d.ts b/samples/types/global.d.ts index bb4fa33..8b6f152 100644 --- a/samples/types/global.d.ts +++ b/samples/types/global.d.ts @@ -1,5 +1,7 @@ export {} +/// + declare global { // Minimal definition of Symbol.iterator required by the for-of statement interface SymbolConstructor {