import * as mod from "https://dotland.deno.dev/x/postgres@v0.19.0/deps.ts";
Namespaces
Utilities for base64 encoding and decoding. | |
N hex | Port of the Go encoding/hex library. |
Classes
BufWriter implements buffering for an deno.Writer object. If an error occurs writing to a Writer, no more data will be accepted and all subsequent writes, and flush(), will return the error. After all data has been written, the client should call the flush() method to guarantee all data has been forwarded to the underlying deno.Writer. |
Variables
An wrapper for WebCrypto adding support for additional non-standard algorithms, but delegating to the runtime WebCrypto implementation whenever possible. |
Functions
Decodes a base64-encoded string. | |
Converts data into a base64-encoded string. | |
f bold | Make the text bold. |
f copy | Copy bytes from the |
Resolve a {@link | |
Converts a file URL to a path string. | |
Decodes the given hex-encoded string. If the input is malformed, an error is thrown. | |
Converts data into a hex-encoded string. | |
Verifies whether provided path is absolute | |
Join all given a sequence of | |
Takes an input | |
Set text color using 24bit rgb.
| |
Set text color to yellow. |