Skip to main content
Module

std/node/global.ts

Deno standard library
Go to Latest
File
Object.defineProperty(globalThis, Symbol.toStringTag, { value: "global", writable: false, enumerable: false, configurable: true,});
// @ts-ignoreglobalThis["global"] = globalThis;