Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

wrapUnsandboxedScript

import { wrapUnsandboxedScript } from "https://garn.io/ts/v0.0.20/environment.ts";

Add the setup of an Environment to a given script for the unsandboxed case. This should be used for Executables and garn enter.

const wrapUnsandboxedScript: (env: Environment, script: NixExpression) => NixExpression;