runtime-to-seconds
v2.1.0
Published
Converts a string hh:mm:ss to seconds
Readme
runtime-to-seconds
Converts a string hh:mm:ss to seconds
Install
npm i runtime-to-secondsUsage
var runtimeToSeconds = require('runtime-to-seconds');
runtimeToSeconds('1:25:46'); // => 5146See spec.
