// ./index.d.ts /** * convert `str` to ms */ export default function parse (str: string): number | null