ReactiveX/rxjs

Interface SchedulerLike not exported from index file

m-kleputin opened this issue · 0 comments

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.

Screenshot 2024-05-16 at 10 51 21

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