UNPKG

@toreda/time

Version:

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

3 lines (2 loc) 99 B
import type { Time } from '../time'; export declare function timeUntil(time: Time | number): Time;