Skip to main content
Module

std/path/posix/mod.ts>isAbsolute

The Deno Standard Library
Latest
function isAbsolute
Re-export
import { isAbsolute } from "https://deno.land/std@0.224.0/path/posix/mod.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean