UNPKG

@toreda/time

Version:

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

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