Files
discord.js/vitest.d.ts
Jiralite 071015caef test: Add with_response overload tests (#10685)
test: add overload tests

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-01-05 00:22:58 +00:00

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 {}
}