This commit is contained in:
13
node_modules/ol/uri.d.ts
generated
vendored
Normal file
13
node_modules/ol/uri.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @module ol/uri
|
||||
*/
|
||||
/**
|
||||
* Appends query parameters to a URI.
|
||||
*
|
||||
* @param {string} uri The original URI, which may already have query data.
|
||||
* @param {!Object} params An object where keys are URI-encoded parameter keys,
|
||||
* and the values are arbitrary types or arrays.
|
||||
* @return {string} The new URI.
|
||||
*/
|
||||
export function appendParams(uri: string, params: any): string;
|
||||
//# sourceMappingURL=uri.d.ts.map
|
||||
Reference in New Issue
Block a user