UNPKG

interval-management

Version:

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

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