Module

x/proc/tests/deps/path.ts>isAbsolute

A better way to work with processes in Deno.
Latest
function isAbsolute
import { isAbsolute } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/path.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean