UNPKG

timered-counter

Version:

Make the value change more vivid and natural

5 lines (4 loc) 161 B
import { DurationPartType } from '../types/duration.js'; export declare function iso8601Duration(duration: { [key in DurationPartType]?: number; }): string;