UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

3 lines (2 loc) 188 B
export declare function mostValuesParameter(url: URL): string; export declare function splitUrl(url: URL, maxLength?: number, parameter?: string, explodeQueryParameters?: boolean): URL[];