UNPKG

@technobuddha/library

Version:
10 lines (9 loc) 206 B
/** * Determine if a date is valid * * * @param input The date to check * @returns true, if the date is valid */ export declare function isValidDate(input: Date): boolean; export default isValidDate;