mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
remove export default, they suck
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { chooseRandom } from "./utils.ts";
|
import { chooseRandom } from "./utils.ts";
|
||||||
|
|
||||||
export default class Collection<K, V> extends Map<K, V> {
|
export class Collection<K, V> extends Map<K, V> {
|
||||||
maxSize?: number;
|
maxSize?: number;
|
||||||
|
|
||||||
set(key: K, value: V) {
|
set(key: K, value: V) {
|
||||||
|
|||||||
Reference in New Issue
Block a user