Skip to content

Commit

Permalink
Build this better solution
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamint08 committed May 29, 2024
1 parent 20244d5 commit 50fe95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/instances/mongodb.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
declare class Mongo {
private client;
private isConnected;
private tryCount;
connect(url: string): Promise<void>;
getCollection(db: string, col: string): Promise<any>;
getDatabase(db: string): Promise<any>;
Expand Down
Loading

0 comments on commit 50fe95e

Please sign in to comment.