UNPKG

js-duration-parser

Version:

Converter between human readable duration and time units

8 lines (7 loc) 117 B
export interface TimeIdentifiersGroup { s: string; m: string; h: string; d: string; w: string; }