mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
refactor(collection): remove default export (#8053)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, test, expect } from 'vitest';
|
||||
import Collection from '../src';
|
||||
import { Collection } from '../src';
|
||||
|
||||
type TestCollection = Collection<string, number>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user