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 e526327 commit 727a5aeCopy full SHA for 727a5ae
src/deps.ts
@@ -1,5 +1,5 @@
1
/* eslint-disable @typescript-eslint/no-var-requires */
2
-import type { deserialize, Document, serialize } from './bson';
+import type { Document } from './bson';
3
import type { AWSCredentials } from './cmap/auth/mongodb_aws';
4
import type { ProxyOptions } from './cmap/connection';
5
import { MongoMissingDependencyError } from './error';
0 commit comments