Skip to main content
Module

std/path/posix.ts>isAbsolute

Deno standard library
Go to Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/std@0.157.0/path/posix.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean