UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 285 B
/** * Correct character sequences that Microsoft Word changes to make it look prettier * @param input - The mangled string * @returns string with special characters corrected * @group String * @category Operations */ export declare function correctMSWord(input: string): string;