4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
|
declare function durationFormat(duration: number, mask?: string): string;
|
||
|
|
||
|
export = durationFormat;
|