UNPKG
@stream-io/escape-string-regexp
Version:
latest (5.0.1)
5.0.1
Escape RegExp special characters
sindresorhus/escape-string-regexp
@stream-io/escape-string-regexp
/
dist
/
index.test-d.ts
5 lines
(3 loc)
•
144 B
text/typescript
View Raw
1
2
3
4
5
import
{expectType}
from
'tsd'
;
import
escapeStringRegexp
from
'./index.js'
; expectType<
string
>(
escapeStringRegexp
(
'how much $ for a 🦄?'
));