UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

7 lines (6 loc) 176 B
/** * Checks if a string can be parsed into a JS date object * * @param date The string to be checked */ export declare const isValidDateString: (date: string) => boolean;