mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 15:30:07 +00:00
* refactor!: organize directory structure * fix: avoid stack overflow err * chore: swtch back to std/encoding for base64 * style: format source files
2 lines
74 B
TypeScript
2 lines
74 B
TypeScript
export { encode } from "https://deno.land/std@0.81.0/encoding/base64.ts";
|