blob: 51a2ba40312032fd4a20cf57d3a1ba05433f25cd [file] [log] [blame]
export function isScheduler(value) {
return value && typeof value.schedule === 'function';
}
//# sourceMappingURL=isScheduler.js.map