Skip to main content
Module

std/node/global.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
Object.defineProperty(globalThis, Symbol.toStringTag, { value: "global", writable: false, enumerable: false, configurable: true,});
// eslint-disable-next-line @typescript-eslint/no-explicit-any(globalThis as any)["global"] = globalThis;
export {};