Type Alias: UnitTypeLongPlural

Source: 1.0.0-rc.14 · a572916b42ec

ts
type UnitTypeLongPlural = 
  | "milliseconds"
  | "seconds"
  | "minutes"
  | "hours"
  | "days"
  | "months"
  | "years"
  | "dates";

Defined in: node_modules/.pnpm/[email protected]/node_modules/dayjs/index.d.ts:26