/ttms

Small (<1kb) library to transform written time to milliseconds

Primary LanguageTypeScriptMIT LicenseMIT

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