Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/src/build/deps.ts

The next-gen web framework.
Extremely Popular
Go to Latest
import * as fresh from "https://deno.land/x/fresh@1.6.2/src/build/deps.ts";

Functions

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Converts a file URL to a path string.

Join all given a sequence of paths,then normalizes the resulting path.

Escapes arbitrary text for interpolation into a regexp, such that it will match exactly that text and nothing else.

Return the relative path from from to to based on current working directory.

Converts a path string to a file URL.