UNPKG

@550w-tools/core

Version:

550w-tools 核心库,暴露若干API供应用层调用

3 lines (2 loc) 135 B
export declare function escapeRegExp(string: string): string; export declare function strArrayToRegExpStr(strArray: string[]): string;