Skip to content

Type Alias: DurationUnit

DurationUnit = "millisecond" | "second" | "minute" | "hour" | "day"

Defined in: utils/date/formatDuration.ts:1

Released under the MIT License.