Skip to main content
Module

x/postgres/deps.ts>isAbsolute

PostgreSQL driver for Deno
Extremely Popular
Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/x/postgres@v0.19.3/deps.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean