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

x/molt/lib/std/path.ts>isAbsolute

Update dependencies the Deno way
Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/x/molt@0.17.2/lib/std/path.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean