diff options
Diffstat (limited to 'std/node')
-rw-r--r-- | std/node/global.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/std/node/global.ts b/std/node/global.ts index 0cb6b8b06..1049f8ba1 100644 --- a/std/node/global.ts +++ b/std/node/global.ts @@ -7,3 +7,5 @@ Object.defineProperty(globalThis, Symbol.toStringTag, { // eslint-disable-next-line @typescript-eslint/no-explicit-any (globalThis as any)["global"] = globalThis; + +export {}; |