From ecf9f3ebd82419639c27fe2d4c85758a16dcd3f9 Mon Sep 17 00:00:00 2001 From: Skillz Date: Fri, 31 Jul 2020 15:04:56 -0400 Subject: [PATCH] add collection to mod.ts --- mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.ts b/mod.ts index 81f9dfa96..9e5ec821a 100644 --- a/mod.ts +++ b/mod.ts @@ -31,6 +31,7 @@ export * from "./types/role.ts"; export * from "./utils/cache.ts"; export * from "./utils/cdn.ts"; +export * from "./utils/collection.ts"; export * from "./utils/logger.ts"; export * from "./utils/permissions.ts"; export * from "./utils/utils.ts";