UNPKG

waze-api

Version:
4 lines (3 loc) 189 B
import { WazeInfoOptions } from "./types"; export declare const generateParams: (opts: WazeInfoOptions) => string[]; export declare const stringifyQueryParams: (types: string[]) => string;