Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 275 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 275 Bytes

Text to ms

ttms is a small library used to convert simple text-based time into its millisecond representation.

Example

import {t} from 'ttms'

const delay = t('1 week 2 hours and 45 minutes') // => 614700000

more readme coming soon