durationFormat.d.ts 100 B

123
  1. declare function durationFormat(duration: number, mask?: string): string;
  2. export = durationFormat;