ms2human

1.0.3 • Public • Published

Function

  • Example response:
    const ms2human = require('ms2human');
    
    console.log(ms2human(8941));
    // 02:29:01
    
    console.log(ms2human('41'));
    // 00:41
    
    console.log(ms2human(92));
    // 01:32
    
    console.log(ms2human(0));
    // undefined
    
    console.log(ms2human(true));
    // undefined
    
    console.log(ms2human('xx'));
    // undefined

Installation

  • npm i ms2human --save

Package Sidebar

Install

npm i ms2human

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

2.03 kB

Total Files

4

Last publish

Collaborators

  • zige