UNPKG

@toreda/time

Version:

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

10 lines (9 loc) 212 B
import type { Time } from '../../time'; /** * Check whether provided object is a Time object. * @param o * @returns * * @category Validators */ export declare function timeCheckType(o: unknown): o is Time;