UNPKG

mobility-toolbox-js

Version:

Toolbox for JavaScript applications in the domains of mobility and logistics.

9 lines (8 loc) 289 B
/** * Return the styleUrl with apiKey parameters set. * @param {string} url a url. * @param {Object<String,String>} params a list of key/value pair to add to the url. * @private */ declare const getUrlWithParams: (url: string, params: object) => URL; export default getUrlWithParams;