UNPKG

@pubby/sdk

Version:
6 lines (4 loc) 105 B
function isInterval(sch) { return "interval" in sch && sch.interval > 0; } export { isInterval };