UNPKG

normalize-cjk

Version:
7 lines (6 loc) 153 B
/** * Normalize chinese characters * * @See https://ctext.org/faq/normalization */ export declare const normalizeChinese: (input: string) => string;