Skip to main content
Module

x/coward/deps.ts

πŸ” Coward is a Deno module for easy interaction with the Discord API.
Latest
File
// websocket stuffexport { connectWebSocket, isWebSocketCloseEvent, WebSocket,} from "https://deno.land/std@0.61.0/ws/mod.ts";
// deferred promises :)export * from "https://deno.land/std@0.61.0/async/deferred.ts";
// coloursexport * from "https://deno.land/std@0.61.0/fmt/colors.ts";
// Evt export { Evt } from "https://deno.land/x/evt@1.7.13/mod.ts";
export { use } from "https://raw.githubusercontent.com/michaelolof/typescript-mix/master/src/index.ts";