UNPKG

regexp-cjk

Version:

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

10 lines (9 loc) 334 B
/** * Created by user on 2018/5/3/003. * * 已廢棄 僅用於舊版相容 */ import { _word_zh_core } from './conv'; export declare function _word_zh(search: string, ret: any, flags?: any, skip?: string): any; export declare function _word_zh(search: RegExp, ret: any, flags?: any, skip?: string): any; export { _word_zh_core };