2019-09-13 11:27:52 +07:00

6 lines
181 B
JavaScript
Executable File

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