Skip to content

Commit b62b12d

Browse files
chore: updated types for getGenuineMongoDB (#24)
1 parent cf8bda8 commit b62b12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export declare function isAtlasStream(uri: string): boolean;
99
export declare function isLocalhost(uri: string): boolean;
1010
export declare function isDigitalOcean(uri: string): boolean;
1111

12-
export declare function getGenuineMongoDB(buildInfo: any, cmdLineOpts: any): {
12+
export declare function getGenuineMongoDB(uri: string): {
1313
isGenuine: boolean;
1414
serverName: string;
1515
};

0 commit comments

Comments
 (0)