Open
Description
Describe the bug
Interface SchedulerLike
is not exported from the index file, but in @deprecated
docs for Scheduler
it suggested to use that interface instead of Scheduler
. Also, if I understood correctly, the docs points that SchdulerLike
should be exported from the index file.

That behavior breaks some ESLint rules (such as import/named)
Expected behavior
Interface SchedulerLike
should be exported from the index file.
Reproduction code
import { SchedulerLike } from 'rxjs';
Reproduction URL
No response
Version
7.5.6
Environment
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels