archive | Tar is a utility for collecting multiple files (or any arbitrary data) into one archive file, while untar is the inverse utility to extract the files from an archive. Files are not compressed, only collected into the archive. |
assert | A library of assertion functions.
If the assertion is false an |
async | Provide help with asynchronous tasks like delays, debouncing, deferring, or pooling. |
bytes | Provides helper functions to manipulate |
cli | Tools for creating interactive command line tools. |
collections | Functions for specific common tasks around collection types like |
console | Functions for console-related tasks such as TTY text layout |
crypto | Extensions to the Web Crypto supporting additional encryption APIs, but also delegating to the built-in APIs when possible. |
csv | Reads and writes comma-separated values (CSV) files. |
data_structures | |
datetime | Utilities for dealing with |
dotenv | Load environment variables from a |
encoding | |
expect | |
flags | |
fmt | |
front_matter | Extracts front matter from strings. |
fs | Helpers for working with the filesystem. |
html | Functions for HTML tasks such as escaping or unescaping HTML entities |
http | Provides user-friendly |
io | Utilities for working with Deno's readers, writers, and web streams. |
json | Utilities for parsing streaming JSON data. |
jsonc |
|
log | Logging library with the support for terminal and file outputs. Also provides interfaces for building custom loggers. |
media_types | Utility functions for media types (MIME types). |
msgpack | |
path | Utilities for working with OS-specific file paths. |
permissions | Helpers for interacting with Deno's permissions system. |
regexp | Functions for tasks related to regular expression (regexps), such as escaping text for interpolation into a regexp |
semver | The semantic version parser. |
signal | Higher level API for dealing with OS signals. |
streams | Utilities for working with the Streams API. |
testing | |
text | |
toml |
|
ulid | |
url | Utilities for working with URL paths. |
uuid | Generators and validators for UUIDs for versions v1, v3, v4 and v5. |
yaml |
|
types.d.ts | |
version.ts |