UNPKG
@textlint/regexp-string-matcher
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.2
1.0.1
Regexp-like string matcher.
github.com/textlint/regexp-string-matcher
textlint/regexp-string-matcher
@textlint/regexp-string-matcher
/
lib
/
regexp-parse.d.ts
6 lines
(5 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
parseRegExpString
:
(
str
:
string
) =>
{
source
:
string
;
flagString
:
string
; } |
null
;
export
declare
const
isRegExpString
:
(
str
:
string
) =>
boolean
;