UNPKG

cjk-conv

Version:

convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )

9 lines (8 loc) 254 B
/** * Created by user on 2017/12/9/009. */ export interface IcharCodeAtFn { (char: any, charCode: any, str: any): any; } export declare function split(str: any): string[]; export declare function charCodeAt(str: any, cb?: IcharCodeAtFn): number[];