UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

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