We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1f203 commit 311811fCopy full SHA for 311811f
packages/mongodb-ns/src/index.ts
@@ -23,6 +23,7 @@ type NS = {
23
};
24
25
type NSConstructor = {
26
+ (ns: string | NS): NS;
27
new (ns: string | NS): NS;
28
prototype: NS;
29
MAX_DATABASE_NAME_LENGTH: number;
0 commit comments