UNPKG

get-booking-prices

Version:

Tiny library to retrieve booking data (rooms with their prices) from Booking.com.

2 lines (1 loc) 106 B
export declare function fetchData(url: string, customHeaders?: Record<string, string>): Promise<string>;