mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
* [@types/ol] Update to openlayers 5.3 * [@types/ol] fix case sensitive * [@types/ol] fix case sensitive
2 lines
83 B
TypeScript
2 lines
83 B
TypeScript
export function appendParams(uri: string, params: { [key: string]: any }): string;
|