UNPKG

str-util

Version:

convert full/half width, Chinese/Japanese number, 中日漢字轉換... others util helper

19 lines (18 loc) 690 B
/** * Created by user on 2017/12/10/010. * * https://github.com/peertransfer/cjk-protector/blob/master/dist/cjk-protector.js * http://www.cnblogs.com/yitian/archive/2008/11/14/1333569.html * https://gist.github.com/kiinlam/11275992 * https://github.com/Lizhooh/only-space/blob/master/index.js */ export declare const hanRegex: RegExp; export declare const katakanaRegex: RegExp; export declare const hiraganaRegex: RegExp; export declare const hangulRegex: RegExp; export declare const allRegex: RegExp[]; export declare const zhs: RegExp; export declare const zh: RegExp; export declare const Arabic: RegExp; declare const _default: typeof import("./var"); export default _default;