Skip to main content
Module

std/path/win32.ts>isAbsolute

Deno standard library
Go to Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/std@0.91.0/path/win32.ts";

Verifies whether path is absolute

Parameters

path: string

to verify

Returns

boolean