Skip to content

Commit

Permalink
added export of Database and Collection class (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertFent authored May 24, 2021
1 parent 6c9a465 commit b0ee9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { MongoClient } from "./src/client.ts";
export { Database } from "./src/database.ts";
export { Collection } from "./src/collection/mod.ts";
export * from "./src/types.ts";
export { Bson } from "./deps.ts";

0 comments on commit b0ee9b7

Please sign in to comment.