import * as discordRpcDeno from "https://deno.land/x/discord_rpc_deno@v1.1.4/deps.ts";
Namespaces
Helper functions for working with
| |
N path | Utilities for working with OS-specific file paths. |
Enums
Types extracted from https://discord.com/developers/docs/topics/oauth2 | |
Functions
Concatenate an array of byte slices into a single slice. | |
Copy bytes from the source array to the destination array and returns the number of bytes copied. | |
Returns | |
Check whether byte slices are equal to each other. | |
Determines whether the source array contains the needle array. | |
Returns the index of the first occurrence of the needle array in the source array, or -1 if it is not present. | |
Returns the index of the last occurrence of the needle array in the source array, or -1 if it is not present. | |
Returns a new byte slice composed of | |
Returns | |
Return the last portion of a | |
Determines the common path from a set of paths, using an optional separator, which defaults to the OS default separator. | |
Return the directory path of a | |
Return the extension of the | |
Generate a path from | |
Converts a file URL to a path string. | |
Convert a glob string to a regular expression. | |
Verifies whether provided path is absolute | |
Test whether the given string is a glob | |
Join all given a sequence of | |
Like join(), but doesn't collapse "**/.." when | |
Normalize the | |
Like normalize(), but doesn't collapse "**/.." when | |
Return a | |
Return the relative path from | |
Resolves path segments into a | |
Converts a path string to a file URL. | |
Resolves path to a namespace path |
Interfaces
Options for | |
A parsed path object generated by path.parse() or consumed by path.format(). |