Skip to content

FormatDurationOptions

The FormatDurationOptions type.

import type { FormatDurationOptions } from "@northguild/gmt/duration/format";
Member Type Description
style? "long" | "short" | "narrow"
zero? boolean
interface FormatDurationOptions {
style?: "long" | "short" | "narrow";
zero?: boolean;
}

duration/format/formatDuration.ts