mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
chore: monorepo setup (#7175)
This commit is contained in:
10
packages/rest/src/index.ts
Normal file
10
packages/rest/src/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// eslint-disable-next-line spaced-comment
|
||||
/// <reference lib="dom" />
|
||||
|
||||
export * from './lib/CDN';
|
||||
export * from './lib/errors/DiscordAPIError';
|
||||
export * from './lib/errors/HTTPError';
|
||||
export * from './lib/errors/RateLimitError';
|
||||
export * from './lib/RequestManager';
|
||||
export * from './lib/REST';
|
||||
export * from './lib/utils/constants';
|
||||
Reference in New Issue
Block a user