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
/
extra
/
expression.d.ts
7 lines
(6 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
FilterExpression
}
from
"../expression"
;
import
{
FilterContext
,
Nothing
}
from
"../types"
;
export
declare
class
CurrentKey
extends
FilterExpression
{
evaluate
(
context
:
FilterContext
):
string
|
number
|
typeof
Nothing
;
toString
():
string
; }