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

x/sandbox/sandbox.ts>Sandbox#makeTempFile

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

Parameters

optional
options: Omit<Deno.MakeTempOptions, "dir">

Returns

Promise<string>