add collection to mod.ts

This commit is contained in:
Skillz
2020-07-31 15:04:56 -04:00
parent 9afa71a790
commit ecf9f3ebd8

1
mod.ts
View File

@@ -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";