projecte_ionic/node_modules/rxjs/_esm2015/internal/util/isScheduler.js
2022-02-09 18:30:03 +01:00

4 lines
No EOL
136 B
JavaScript
Executable file

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