1.0.3 • Published 3 years ago

ms2human v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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
1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago