github-pages-deploy-action/node_modules/rxjs/internal/util/isScheduler.d.ts
2020-03-06 22:45:40 -05:00

3 lines
115 B
TypeScript

import { SchedulerLike } from '../types';
export declare function isScheduler(value: any): value is SchedulerLike;