UNPKG

regexp-cjk

Version:

Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn

8 lines (7 loc) 137 B
/** * Created by user on 2018/5/5/005. */ /** * for regexp-cjk only */ export declare function _re_cjk_conv(flags?: string): RegExp;