UNPKG

@studiohyperdrive/utils

Version:
7 lines (6 loc) 190 B
/** * Replaces all special characters to their normal counterparts * * @param value - The value you want to normalize */ export declare const normalizeString: (value: string) => string;