Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drake/tests/deps.ts>path.isAbsolute

Drake is a make-like task runner for Deno.
Latest
function path.isAbsolute
import { path } from "https://deno.land/x/drake@v1.7.0/tests/deps.ts";
const { isAbsolute } = path;

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean