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 76f04c1 commit 68f5881Copy full SHA for 68f5881
src/timeout.ts
@@ -1,6 +1,6 @@
1
-import { type Document } from 'bson';
2
import { clearTimeout, setTimeout } from 'timers';
3
+import { type Document } from './bson';
4
import { MongoInvalidArgumentError, MongoOperationTimeoutError, MongoRuntimeError } from './error';
5
import { type ClientSession } from './sessions';
6
import { csotMin, noop } from './utils';
0 commit comments