Skip to content

Commit

Permalink
fix(discord.js-utilities): add tslib dependency to fix __exportStar n…
Browse files Browse the repository at this point in the history
…ot being defined
  • Loading branch information
favna committed Apr 17, 2023
1 parent 4c51387 commit 2f6e4e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/discord.js-utilities/src/index.ts
@@ -1,7 +1,9 @@
import 'tslib';

export * from '@sapphire/discord-utilities';
export * from './lib/builders/MessageBuilder';
export * from './lib/MessagePrompter';
export * from './lib/PaginatedMessages';
export * from './lib/builders/MessageBuilder';
export * from './lib/type-guards';
export * from './lib/utilities';
export * from './lib/utility-types';

0 comments on commit 2f6e4e6

Please sign in to comment.