Skip to main content
Module

x/fastro/http/deps.ts>isAbsolute

The web framework for full stack apps
Go to Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/x/fastro@v0.79.3/http/deps.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean