UNPKG

@technobuddha/library

Version:
8 lines (7 loc) 198 B
/** * Change a string to be all from the basic latin unicode plane * @param input - The string * @group String * @category Operations */ export declare function toASCII(input: string): string;