import { SchedulerLike } from '../types';
import { isFunction } from './isFunction';
export function isScheduler(value: any): value is SchedulerLike {
return value && isFunction(value.schedule);
}
send patches to the email below yukais@pinapelz.com
include the subject [PATCH repo_name]