Skip to content

Commit 2bce2a4

Browse files
committed
move export of TokenBucket type into "internal" section
1 parent 6cf961f commit 2bce2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export {
8787
MongoWriteConcernError,
8888
WriteConcernErrorResult
8989
} from './error';
90-
export type { TokenBucket } from './token_bucket';
9190
export {
9291
AbstractCursor,
9392
// Actual driver classes exported
@@ -622,6 +621,7 @@ export type {
622621
TimeoutContext,
623622
TimeoutContextOptions
624623
} from './timeout';
624+
export type { TokenBucket } from './token_bucket';
625625
export type { Transaction, TransactionOptions, TxnState } from './transactions';
626626
export type {
627627
BufferPool,

0 commit comments

Comments
 (0)