mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(REST): remove dom types (#7922)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { performance } from 'node:perf_hooks';
|
||||
import { MockAgent, setGlobalDispatcher } from 'undici';
|
||||
import type { Interceptable, MockInterceptor } from 'undici/types/mock-interceptor';
|
||||
import { genPath } from './util';
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
// eslint-disable-next-line spaced-comment
|
||||
/// <reference lib="dom" />
|
||||
|
||||
export * from './lib/CDN';
|
||||
export * from './lib/errors/DiscordAPIError';
|
||||
export * from './lib/errors/HTTPError';
|
||||
|
||||
Reference in New Issue
Block a user