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

x/ter/deps/std.ts>isAbsolute

A tiny wiki-style site generator with Zettelkasten flavor.
Go to Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/x/ter@0.15.44/deps/std.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean