mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
build: switch to bundler moduleResolution
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { URL } from 'node:url';
|
||||
import type { RequestMethod, REST, RouteLike } from '@discordjs/rest';
|
||||
import { populateSuccessfulResponse, populateErrorResponse } from '../util/responseHelpers.js';
|
||||
import type { RequestHandler } from '../util/util';
|
||||
import type { RequestHandler } from '../util/util.js';
|
||||
|
||||
/**
|
||||
* Creates an HTTP handler used to forward requests to Discord
|
||||
|
||||
Reference in New Issue
Block a user