Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sandbox/sandbox.ts>Sandbox

🦕 Create a temporary sandbox directory and temporary move into it
Latest
type alias Sandbox
import { type Sandbox } from "https://deno.land/x/sandbox@v2.0.1/sandbox.ts";
definition: { readonly path: string; readonly origin: string; }