blob: c3f064a3f9a65026bd14a0e2fe2be80ef88086ec (
plain)
1
2
3
4
5
6
|
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
// deno-lint-ignore-file
export const denoGlobals = globalThis.__bootstrap.ext_node_denoGlobals;
export const nodeGlobals = globalThis.__bootstrap.ext_node_nodeGlobals;
|