UNPKG

adjust-chinese

Version:

simple chinese to tradition chinese 簡體轉繁體

8 lines (7 loc) 191 B
declare module 'adjust-chinese'; declare class ChineseAdjustor { constructor(dictionaries: any); adjust(utf8str: any); static encodingToUtf8(content: any); outputDictionary(fileName); };