import * as ogone from "https://deno.land/x/ogone@revb3/deps/deps.ts";
Functions
Make an assertion that | |
Make an assertion that | |
Make an assertion that actual contains expected. If not then thrown. | |
Executes a function, expecting it to throw. If it does not, then it throws. An error class and a string that should be included in the error message can also be asserted. | |
Set background color using 24bit rgb.
| |
Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit | |
Set text color using 24bit rgb.
| |
Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit | |
Test whether or not the given path exists by checking with the file system | |
f fail | Forcefully throws a failed assertion |
Create a HTTP server |