UNPKG

@toreda/time

Version:

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

10 lines (9 loc) 264 B
/** * Check whether provided object defines all time methods required to * a Time object, and is itself callable (Time instances are callable). * @param o * @returns * * @category Validators */ export declare function timeCheckMethods(o: unknown): boolean;