Skip to main content
Module

std/path/posix.ts>isAbsolute

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function isAbsolute
import { isAbsolute } from "https://deno.land/std@0.95.0/path/posix.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean