UNPKG

@esri/arcgis-rest-portal

Version:

ArcGIS Online and Enterprise content and user helpers for @esri/arcgis-rest-request

9 lines (8 loc) 223 B
/** * Returns a new string with all control characters removed. * * Doesn't remove characters from input string. * * @param str - the string to scrub */ export declare function scrubControlChars(str: string): string;