Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/core/internal.d.ts>__bootstrap

A modern runtime for JavaScript and TypeScript.
Go to Latest
namespace __bootstrap
import { __bootstrap } from "https://deno.land/x/deno@v1.28.0/core/internal.d.ts";

Namespaces

Primordials are a way to safely use globals without fear of global mutation Generally, this means removing this parameter usage and instead using a regular parameter:

Variables