UNPKG
json-p3
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
JSONPath, JSON Pointer and JSON Patch
github.com/jg-rp/json-p3
jg-rp/json-p3
json-p3
/
dist
/
path
/
functions
/
pattern.d.ts
3 lines
(2 loc)
•
120 B
TypeScript
View Raw
1
2
3
export
declare
function
mapRegexp
(
pattern
:
string
):
string
;
export
declare
function
fullMatch
(
pattern
:
string
):
string
;