UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

8 lines (7 loc) 246 B
/** * Check if a string is a valid date. * * @param {string} dateString - The string to check. * @returns {boolean} - True if the string is a valid date, false otherwise. */ export declare function isValidDate(dateString?: string): boolean;