We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf961f commit 2bce2a4Copy full SHA for 2bce2a4
1 file changed
src/index.ts
@@ -87,7 +87,6 @@ export {
87
MongoWriteConcernError,
88
WriteConcernErrorResult
89
} from './error';
90
-export type { TokenBucket } from './token_bucket';
91
export {
92
AbstractCursor,
93
// Actual driver classes exported
@@ -622,6 +621,7 @@ export type {
622
621
TimeoutContext,
623
TimeoutContextOptions
624
} from './timeout';
+export type { TokenBucket } from './token_bucket';
625
export type { Transaction, TransactionOptions, TxnState } from './transactions';
626
export type {
627
BufferPool,
0 commit comments