Skip to content

Commit 3e96fd5

Browse files
committed
chore: lint
1 parent 57f2f3a commit 3e96fd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mongo_types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ export class TypedEventEmitter<Events extends EventsDescription> extends EventEm
473473
}
474474

475475
/**
476-
* @internal
476+
* @public
477+
* @deprecated Will be removed in a future major release. Use AbortSignal instead.
477478
*/
478479
export class CancellationToken extends TypedEventEmitter<{ cancel(): void }> {
479480
constructor(...args: any[]) {

0 commit comments

Comments
 (0)