UNPKG

@activecollab/components

Version:

ActiveCollab Components

6 lines 246 B
/** * Sanitizes a string by replacing non-breaking spaces and other special whitespace * with standard spaces, then trims the result. */ export declare const sanitizeAndTrim: (value: string) => string; //# sourceMappingURL=stringUtils.d.ts.map