Skip to main content
Module

x/enzastdlib/realm/blocklist.ts>generateGlobalsBlockList

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
function generateGlobalsBlockList
import { generateGlobalsBlockList } from "https://deno.land/x/enzastdlib@v0.0.4/realm/blocklist.ts";

Generates a blocklist of globals in Deno's runtime that need to be removed to ensure proper sandboxing.

Parameters

globals: unknown

Returns

string[]