Skip to main content
Module

x/fresh/src/server/deps.ts>isAbsolute

The next-gen web framework.
Extremely Popular
Latest
function isAbsolute
import { isAbsolute } from "https://deno.land/x/fresh@1.6.8/src/server/deps.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean