Skip to main content
Module

x/discord_rpc_deno/deps.ts

port of @xhayper/discord-rpc to deno
Go to Latest
import * as discordRpcDeno from "https://deno.land/x/discord_rpc_deno@1.0.11/deps.ts";

Namespaces

Utilities for working with OS-specific file paths.

Classes

Buffer objects are used to represent a fixed-length sequence of bytes. Many Node.js APIs support Buffers.

The EventEmitter class is defined and exposed by the events module:

This class is used to create a TCP or IPC server.

This class is an abstraction of a TCP socket or a streaming IPC endpoint (uses named pipes on Windows, and Unix domain sockets otherwise). It is also an EventEmitter.

Functions

Attempts to grant a set of permissions or rejects.

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 globstar is true.

Like normalize(), but doesn't collapse "**/.." when globstar is true.