deno_node 0.182.0

Node compatibility for Deno
Documentation
1
2
3
4
5
6
// Copyright 2018-2026 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;