feige
2025-01-16 0bed59a7c83975e466e31aa2fa14d8ee15473813
1
2
3
4
5
/** PURE_IMPORTS_START  PURE_IMPORTS_END */
export function isScheduler(value) {
    return value && typeof value.schedule === 'function';
}
//# sourceMappingURL=isScheduler.js.map