Skip to main content
Module

x/fastro/http/deps.ts>isAbsolute

Fast and simple web application framework for deno
Go to Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/x/fastro@v0.83.5/http/deps.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean