biofriction-wp-theme/node_modules/rxjs/_esm2015/util/isScheduler.js

4 lines
136 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
export function isScheduler(value) {
return value && typeof value.schedule === 'function';
}
//# sourceMappingURL=isScheduler.js.map