wishthis/node_modules/rxjs/_esm2015/internal/util/isScheduler.js
2022-01-21 09:28:41 +01:00

4 lines
No EOL
136 B
JavaScript

export function isScheduler(value) {
return value && typeof value.schedule === 'function';
}
//# sourceMappingURL=isScheduler.js.map