aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js
blob: 05b4f3febf29cb3508bd6cdc22f74ade53067aeb (plain) (blame)
1
2
3
4
5
import { isFunction } from './isFunction';
export function isScheduler(value) {
    return value && isFunction(value.schedule);
}
//# sourceMappingURL=isScheduler.js.map
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage