Convert several values in a string into a single unit.
The string to parse as values
convertMany('1d 12h').to('hours') === 36; Copy
convertMany('1d 12h').to('hours') === 36;
Generated using TypeDoc
Convert several values in a string into a single unit.