UNPKG

runtypes

Version:

Runtime validation for static types

4 lines (3 loc) 203 B
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping const escapeRegExp = (string) => string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); export default escapeRegExp;