Files
n8n-nodes-gwezz-changdunovel/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js
2025-10-26 23:10:15 +08:00

5 lines
169 B
JavaScript

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