UNPKG

@stream-io/escape-string-regexp

Version:

Escape RegExp special characters

5 lines (3 loc) 144 B
import {expectType} from 'tsd'; import escapeStringRegexp from './index.js'; expectType<string>(escapeStringRegexp('how much $ for a 🦄?'));