Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/web/deps.ts

An ecosystem delivering practices, philosophy and portability.
Go to Latest
import * as hex from "https://deno.land/x/hex@0.5.15/src/web/deps.ts";

Functions

Make an assertion, if not true, then throw.

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient.

Same as walk() but uses synchronous ops

Return the last portion of a path. Trailing directory separators are ignored.

Return the directory path of a path.

Return the extension of the path with leading period.

Generate a path from FormatInputPathObject object.

Converts a file URL to a path string.

Verifies whether provided path is absolute

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

Normalize the path, resolving '..' and '.' segments.

Return a ParsedPath object of the path.

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

Resolves pathSegments into an absolute path.

Converts a path string to a file URL.

Resolves path to a namespace path