UNPKG

@halloverden/number-utilities-ts

Version:

Typescript library with utility functions for a bunch of numbers

9 lines (8 loc) 180 B
/** * Checks whether a given date exists * * @param year * @param month * @param day */ export declare function checkDate(year: number, month: number, day: number): boolean;