mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
ci: api-extractor support for docs
This commit is contained in:
@@ -4,6 +4,7 @@ import type { IncomingMessage, ServerResponse } from 'node:http';
|
||||
* Represents a potentially awaitable value
|
||||
*/
|
||||
export type Awaitable<T> = T | PromiseLike<T>;
|
||||
|
||||
/**
|
||||
* Represents a simple HTTP request handler
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user