github-pages-deploy-action/node_modules/rxjs/internal/util/isScheduler.d.ts

3 lines
115 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
import { SchedulerLike } from '../types';
export declare function isScheduler(value: any): value is SchedulerLike;