0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 07:16:56 -05:00
denoland-deno/ext/node/polyfills/00_globals.js

7 lines
225 B
JavaScript
Raw Normal View History

2025-01-01 04:12:39 +09:00
// 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;