Module

x/proc/site/scripts/deps/path.ts>isAbsolute

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

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean
import isAbsolute
import { isAbsolute } from "https://dotland.deno.dev/x/proc@0.21.9/site/scripts/deps/path.ts";