UNPKG

@toreda/time

Version:

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

8 lines (7 loc) 191 B
import type { TimeUnit } from './unit'; /** * Maps common time unit aliases to unique time unique keys. * * @category Time Units */ export declare const timeUnits: Map<string, TimeUnit>;