UNPKG

@maskito/kit

Version:

The optional framework-agnostic Maskito's package with ready-to-use masks

6 lines (5 loc) 156 B
/** * Copy-pasted solution from lodash * @see https://lodash.com/docs/4.17.15#escapeRegExp */ export declare function escapeRegExp(str: string): string;