Skip to main content
Module

std/path/mod.ts>isAbsolute

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

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean