UNPKG

@toreda/time

Version:

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

3 lines (2 loc) 122 B
import type { TimeUnit } from './unit'; export declare const timeConversions: Record<TimeUnit, Record<TimeUnit, number>>;