fix(REST): remove dom types (#7922)

This commit is contained in:
Khafra
2022-05-14 12:39:12 -04:00
committed by GitHub
parent d1504f2ae1
commit e92b17d855
2 changed files with 1 additions and 3 deletions

View File

@@ -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';

View File

@@ -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';