UNPKG

waze-api

Version:
2 lines (1 loc) 126 B
export declare const request: <T, U extends object>(url: string, method: "POST" | "GET", data?: U | undefined) => Promise<T>;