UNPKG

hms-parse

Version:

Parse hms time strings to and from seconds

8 lines (6 loc) 134 B
const toSeconds = require('./toSeconds') const fromSeconds = require('./fromSeconds') module.exports = { toSeconds, fromSeconds, }