UNPKG

regexp-helper

Version:
10 lines (9 loc) 244 B
/** * Created by user on 2019/4/9. */ /** * for cjk-conv and regexp-cjk only */ export declare function _re_cjk_conv(flags?: string, addSource?: string): RegExp; declare const _default: typeof import("./cjk-conv"); export default _default;