UNPKG

@maskito/kit

Version:

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

6 lines 200 B
/** * Copy-pasted solution from lodash * @see https://lodash.com/docs/4.17.15#escapeRegExp */ export declare function escapeRegExp(str: string): string; //# sourceMappingURL=escape-reg-exp.d.ts.map