← Back to index
variable humanize

The humanize function takes an array of strings representing times and returns a formatted string with commas as delimiters and periods as separators.

type

🔗
(times: string[]) => unknown