import * as denoflow from "https://deno.land/x/denoflow@0.0.35/deps.ts";
Classes
Simple and common Key-value storage interface for multiple Database backends. | |
Simple and common Key-value storage interface for multiple Database backends. |
Enums
Get log level numeric values through enum constants |
Variables
v cac | |
This method is like | |
This method is like | |
Functions
Make an assertion, error will be thrown if | |
Make an assertion that | |
f bold | Make the text bold. |
Ensures that the file exists.
If the file that is requested to be created is in directories that do not
exist.
these directories are created. If the file already exists,
it is NOTMODIFIED.
Requires the | |
Filters out the files that were either not included in | |
Returns a string from standard input | |
f gray | Set text color to gray. |
Set text color to green. | |
Checks if | |
Checks if | |
Log with critical level, using default logger. | |
Log with debug level, using default logger. | |
Log with error level, using default logger. | |
Get a logger instance. If not specified | |
Log with info level, using default logger. | |
Setup logger config. | |
Log with warning level, using default logger. | |
Parses | |
f red | Set text color to red. |
Serializes | |
Set text color to yellow. |
Type Aliases
Union of valid log level strings | |