import * as vento from "https://deno.land/x/vento@v0.11.0/deps.ts";
Namespaces
N html | Functions for HTML tasks such as escaping or unescaping HTML entities |
N path | Utilities for working with OS-specific file paths. |
Functions
Escapes text for safe interpolation into HTML text content and quoted attributes | |
Unescapes HTML entities in text | |
Return the last portion of a | |
Determines the common path from a set of paths, using an optional separator, which defaults to the OS default separator. | |
Return the directory path of a | |
Return the extension of the | |
Generate a path from | |
Converts a file URL to a path string. | |
Convert a glob string to a regular expression. | |
Verifies whether provided path is absolute | |
Test whether the given string is a glob | |
Join all given a sequence of | |
Like join(), but doesn't collapse "**/.." when | |
Normalize the | |
Like normalize(), but doesn't collapse "**/.." when | |
Return a | |
Return the relative path from | |
Resolves path segments into a | |
Converts a path string to a file URL. | |
Resolves path to a namespace path |
Interfaces
A parsed path object generated by path.parse() or consumed by path.format(). |