Skip to content

@technobuddha > library > Time > Relative Time

Type Alias: DurationOptions

ts
type DurationOptions = {
  fractionDigits?: number;
};

Defined in: duration.ts:10

Options for the relativeTime function

Properties

PropertyTypeDescriptionDefined in
fractionDigits?numberNumber of decimal places for secondssrc/duration.ts:12