Skip to main content
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.218.0/path/is_absolute.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean