mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
test: add overload tests Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
9 lines
254 B
TypeScript
9 lines
254 B
TypeScript
/* eslint-disable @typescript-eslint/no-empty-interface */
|
|
// This file only exists because of https://github.com/vitejs/vite/issues/9813.
|
|
declare interface Worker {}
|
|
declare interface WebSocket {}
|
|
|
|
declare namespace WebAssembly {
|
|
interface Module {}
|
|
}
|