@empathyco/x-components
Version:
Empathy X Components
11 lines • 405 B
TypeScript
/**
* Trims the string, transforms it to lower case, and removes
* {@link https://en.wikipedia.org/wiki/Combining_Diacritical_Marks | combining diacritical marks}
* from it.
*
* @param string - The string to normalize.
* @returns The normalized version of the string.
* @public
*/
export declare function normalizeString(string: string | undefined): string;
//# sourceMappingURL=normalize.d.ts.map