Skip to main content
Module

x/fastro/http/server/deps.ts>isAbsolute

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/x/fastro@v0.86.0/http/server/deps.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean