npm install --save @types/format-duration
This package contains type definitions for format-duration (https://github.com/hypermodules/format-duration).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/format-duration.
declare function formatDuration(ms: number, options?: { leading?: boolean; ms?: boolean }): string;
export = formatDuration;
- Last updated: Sun, 24 Nov 2024 20:02:37 GMT
- Dependencies: none
These definitions were written by Giles Roadnight.