UNPKG

@esri/arcgis-rest-request

Version:

Common methods and utilities for @esri/arcgis-rest-js packages.

5 lines (4 loc) 160 B
/** * Helper method to ensure that user supplied urls don't include whitespace or a trailing slash. */ export declare function cleanUrl(url: string): string;