UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

3 lines (2 loc) 144 B
export declare const iso8601DurationRegex: RegExp; export declare const isISO8601Duration: (durationString: string) => RegExpMatchArray | null;