diff --git a/packages/collection/src/index.ts b/packages/collection/src/index.ts index ca9d3df23..91a3b94f4 100644 --- a/packages/collection/src/index.ts +++ b/packages/collection/src/index.ts @@ -29,8 +29,6 @@ export interface Collection extends Map { * an ID, for significantly improved performance and ease-of-use. */ export class Collection extends Map { - public static readonly default: typeof Collection = Collection; - /** * Obtains the value of the given key if it exists, otherwise sets and returns the value provided by the default value generator. *