Skip to main content
Module

x/clippy/deps.ts>path.isAbsolute

cross-platform Deno module for writing and reading clipboard.
Latest
function path.isAbsolute
import { path } from "https://deno.land/x/clippy@v1.0.0/deps.ts";
const { isAbsolute } = path;

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean