UNPKG

@ginstone/nga-api

Version:

9 lines (8 loc) 203 B
export declare class PatternFactory { /** * 获取正则 * @param regex 表达式字符串 * @param flags flags */ static getPattern(regex: string, flags?: string): RegExp; }