UNPKG

interval-management

Version:

No dependency interval management library, able to work with numbers, string, Dates or special objects

2 lines (1 loc) 123 B
export declare const dateInterval: (start: Date, end: Date, next: (current: Date) => Date) => import("..").Interval<Date>;