ms-to-humanreadable
v1.2.0
Published
MS to any formats
Downloads
6
Readme
MS to Human readable
Transform ms to human readable format. 123456789 to 34:17:36
Install
$ npm install ms-to-humanreadable
Usage
import { msToHMS } from 'ms-to-humanreadable';
msToHMS(1000); // => '0:00:01'