diff options
Diffstat (limited to 'std/node/global.ts')
-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 1049f8ba1..2f894c8e5 100644 --- a/std/node/global.ts +++ b/std/node/global.ts @@ -1,3 +1,5 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + Object.defineProperty(globalThis, Symbol.toStringTag, { value: "global", writable: false, |