Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/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.177.1/node/path/posix.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean