W72crm_web-master/node_modules/rxjs/_esm2015/internal/util/isScheduler.js

4 lines
136 B
JavaScript
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
export function isScheduler(value) {
return value && typeof value.schedule === 'function';
}
//# sourceMappingURL=isScheduler.js.map