UNPKG

@storm-stack/utilities

Version:

This package includes various base utility class and various functions to assist in the development process.

8 lines (7 loc) 192 B
/** * Removes accents from a string. * * @param str - The string to remove accents from * @returns The string without accents */ export declare const removeAccents: (str: string) => any;