import * as postgres from "https://deno.land/x/postgres@v0.17.2/tests/test_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
Make an assertion, error will be thrown if | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Executes a function which returns a promise, expecting it to reject. | |
Executes a function, expecting it to throw. If it does not, then it throws. | |
Decodes a base64-encoded string. | |
Converts data into a base64-encoded string. | |
f bold | Make the text bold. |
f copy | Copy bytes from the |
Copies from | |
Resolve a | |
Takes an input | |
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 to yellow. |