FormatDurationOptions
The FormatDurationOptions type.
import type { FormatDurationOptions } from "@northguild/gmt/duration/format";Members
Section titled “Members”| Member | Type | Description |
|---|---|---|
style? |
"long" | "short" | "narrow" |
— |
zero? |
boolean |
— |
Definition
Section titled “Definition”interface FormatDurationOptions { style?: "long" | "short" | "narrow"; zero?: boolean;}