mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
test: Add with_response overload tests (#10685)
test: add overload tests Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
8
vitest.d.ts
vendored
Normal file
8
vitest.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/* 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 {}
|
||||
}
|
||||
Reference in New Issue
Block a user