import * as discordRpcDeno from "https://deno.land/x/discord_rpc_deno@1.0.9/deps.ts";
Namespaces
N log | Logging library with the support for terminal and file outputs. Also provides interfaces for building custom loggers. |
N net | |
N path | Utilities for working with OS-specific file paths. |
Classes
| |
The | |
This class is used to create a TCP or IPC server. | |
This class is an abstraction of a TCP socket or a streaming |
Enums
Get log level numeric values through enum constants | |
Types extracted from https://discord.com/developers/docs/topics/oauth2 | |
Functions
Attempts to grant a set of permissions or rejects. | |
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. | |
Creates a new TCP or IPC server. | |
Determines the common path from a set of paths, using an optional separator, which defaults to the OS default separator. | |
Convert a glob string to a regular expression. | |
Test whether the given string is a glob | |
Like join(), but doesn't collapse "**/.." when | |
Like normalize(), but doesn't collapse "**/.." when |
Interfaces
A parsed path object generated by path.parse() or consumed by path.format(). |
Type Aliases
Union of valid log level strings | |