UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

5 lines (4 loc) 120 B
/** * Checks if an ISO string is a timezoned date. */ export declare const isTimezoneDate: (date: string) => boolean;