UNPKG

@technobuddha/library

Version:
7 lines (6 loc) 186 B
/** * Change a string to be all from the basic latin unicode plane * @param input The string */ export declare function toASCII(input: string): string; export default toASCII;