UNPKG

@explores/reg

Version:

正则库

11 lines (10 loc) 169 B
/** * @author zm * 匹配自然数 */ export declare const Natural: RegExp; /** * @author zm * 匹配自然数 */ export declare const Positive: RegExp;