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.
getGenuineMongoDB
1 parent a6dc933 commit 0334266Copy full SHA for 0334266
packages/mongodb-build-info/src/index.ts
@@ -112,6 +112,9 @@ export function isDigitalOcean(uri: string): boolean {
112
return !!getHostnameFromUrl(uri).match(DIGITAL_OCEAN_REGEX);
113
}
114
115
+/**
116
+ * @deprecated Use `identifyServerName` instead.
117
+ */
118
export function getGenuineMongoDB(uri: string): {
119
isGenuine: boolean;
120
serverName: string;
0 commit comments