UNPKG

@toreda/time

Version:

Simple, small footprint library for common time operations and converting between units of time.

9 lines (8 loc) 253 B
import type { TimeUnit } from '../unit'; import type { TimeUnitLabel } from './label'; /** * Labels for each time unit including singular and plurals. * * @category Time Units */ export declare const timeUnitLabels: Record<TimeUnit, TimeUnitLabel>;