mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
6 lines
225 B
JavaScript
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;
|