UNPKG

@tictuk/item-availability

Version:

Provides functions to check availability

9 lines (8 loc) 186 B
export interface ExceptionDate { year: number; month: number; day: number; hour: number; minute: number; } export declare function toDate(date: ExceptionDate): Date;