Skip to main content
Module

x/discord_rpc_deno/deps.ts

port of @xhayper/discord-rpc to deno
Go to Latest
File
export { grantOrThrow } from "https://deno.land/std@0.159.0/permissions/mod.ts";export { EventEmitter } from "https://deno.land/std@0.159.0/node/events.ts"; // TODO: Stop using node!export { Buffer } from "https://deno.land/std@0.159.0/node/buffer.ts"; // TODO: Stop using node!
export * as path from "https://deno.land/std@0.159.0/path/mod.ts";export * as net from "https://deno.land/std@0.159.0/node/net.ts"; // TODO: Stop using node!export * as log from "https://deno.land/std@0.159.0/log/mod.ts";
export type { ActivityType, APIApplication, APIAttachment, APIEmbed, ChannelType, GatewayActivity, GatewayActivityButton, GatewayVoiceState, MessageType, OAuth2Scopes, PresenceUpdateStatus, UserFlags, UserPremiumType,} from "https://deno.land/x/discord_api_types@0.37.12/v10.ts";