UNPKG

@empathyco/x-components

Version:
9 lines 274 B
/** * Sanitize characters from a given string. * * @param str - The string to remove unwanted characters. * @returns The string without the unwanted characters. * @public */ export declare const sanitize: (str: string) => string; //# sourceMappingURL=sanitize.d.ts.map