UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

6 lines (5 loc) 245 B
export declare const MS = 1000; export declare const MS_PER_MINUTE: number; export declare const MS_PER_HOUR: number; export declare const MS_PER_DAY: number; export declare const getDayDiff: (from: Date | string, to?: Date | string) => number;