Skip to main content
Module

std/path/posix/is_absolute.ts>isAbsolute

The Deno Standard Library
Go to Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/std@0.222.1/path/posix/is_absolute.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean