summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/internal/util/isScheduler.d.ts
blob: 8acc3ab76d2dfd0c2ee847f027088721ada89d0b (plain)
1
2
import { SchedulerLike } from '../types';
export declare function isScheduler(value: any): value is SchedulerLike;