Skip to content

Commit

Permalink
fix(REST): remove dom types (#7922)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed May 14, 2022
1 parent d1504f2 commit e92b17d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions packages/rest/__tests__/RequestHandler.test.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
3 changes: 0 additions & 3 deletions packages/rest/src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit e92b17d

Please sign in to comment.