deno/ext/node/polyfills/00_globals.js
2024-12-31 19:12:39 +00:00

6 lines
225 B
JavaScript

// Copyright 2018-2025 the Deno authors. MIT license.
// deno-lint-ignore-file
export const denoGlobals = globalThis.__bootstrap.ext_node_denoGlobals;
export const nodeGlobals = globalThis.__bootstrap.ext_node_nodeGlobals;