import * as postgres from "https://deno.land/x/postgres@ls/tests/test_deps.ts";
Namespaces
| |
N date | Utilities for dealing with |
N hex | Port of the Go encoding/hex library. |
Classes
BufReader implements buffering for a Reader object. | |
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 given RFC4648 base64 encoded string | |
CREDIT: https://gist.github.com/enepomnyaschih/72c423f727d395eeaa09697058238727 Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation | |
f bold | Make the text bold. |
f copy | Copy bytes from the |
Get number of the day in the year | |
Calculate difference between two dates. | |
Format date using format string | |
Check given year is a leap year or not. based on : https://docs.microsoft.com/en-us/office/troubleshoot/excel/determine-a-leap-year | |
Parse date from string using format string | |
Parse a date to return a IMF formatted string date RFC: https://tools.ietf.org/html/rfc7231#section-7.1.1.1 IMF is the time format to use when generating times in HTTP headers. The time being formatted must be in UTC for Format to generate the correct format. | |
Get number of the week in the year (ISO-8601) | |
Creates a Promise with the | |
Decodes | |
Encodes | |
Copies from | |
Turns a Reader, | |
Turns a ReaderSync, | |
Create a | |
Create a | |
Read Reader | |
Synchronously reads Reader | |
Create a | |
Create a | |
Convert the generator function into a TransformStream. | |
Create a | |
Write all the content of the array buffer ( | |
Synchronously write all the content of the array buffer ( | |
Create a | |
Set text color to yellow. |