Skip to main content
Module

x/sandbox/sandbox.ts>sandbox

🦕 Create a temporary sandbox directory which is removed when the instance is disposed
Go to Latest
function sandbox
import { sandbox } from "https://deno.land/x/sandbox@v1.1.0/sandbox.ts";

Create a temporary directory and return a Sandbox instance which manipulate file/directory entries in the temporary directory

Parameters

optional
options: SandboxOptions = [UNSUPPORTED]