UNPKG

reablocks

Version:
3 lines (2 loc) 197 B
export type DurationFormatTypes = number | string | null | undefined; export declare function formatDuration(time: DurationFormatTypes, emptyValue?: string, zeroValue?: string): string | string[];