Skip to main content
Module

x/wasmbuild/lib/deps.ts>path.isAbsolute

Build tool to use Rust code in Deno and the browser.
Very Popular
Latest
function path.isAbsolute
import { path } from "https://deno.land/x/wasmbuild@0.15.6/lib/deps.ts";
const { isAbsolute } = path;

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean