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 cf8bda8 commit b62b12dCopy full SHA for b62b12d
index.d.ts
@@ -9,7 +9,7 @@ export declare function isAtlasStream(uri: string): boolean;
9
export declare function isLocalhost(uri: string): boolean;
10
export declare function isDigitalOcean(uri: string): boolean;
11
12
-export declare function getGenuineMongoDB(buildInfo: any, cmdLineOpts: any): {
+export declare function getGenuineMongoDB(uri: string): {
13
isGenuine: boolean;
14
serverName: string;
15
};
0 commit comments