UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

6 lines (4 loc) 174 B
import { SchedulerLike } from '../types'; export function isScheduler(value: any): value is SchedulerLike { return value && typeof (<any>value).schedule === 'function'; }