Skip to content

Commit 311811f

Browse files
Update packages/mongodb-ns/src/index.ts
Co-authored-by: Neal Beeken <[email protected]>
1 parent 2f1f203 commit 311811f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mongodb-ns/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type NS = {
2323
};
2424

2525
type NSConstructor = {
26+
(ns: string | NS): NS;
2627
new (ns: string | NS): NS;
2728
prototype: NS;
2829
MAX_DATABASE_NAME_LENGTH: number;

0 commit comments

Comments
 (0)