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

x/sandbox/sandbox.ts>Sandbox#resolve

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

Resolves paths in a sandbox directory to an absolute path

Parameters

...paths: string[]

Returns

string