isScheduler.js 169 Bytes Raw Blame History Permalink 1 2 3 4 5 import { isFunction } from './isFunction'; export function isScheduler(value) { return value && isFunction(value.schedule); } //# sourceMappingURL=isScheduler.js.map