+2
-0
lines changedFilter options
+2
-0
lines changed Original file line number Diff line number Diff line change
@@ -31,5 +31,6 @@ export type {
31
31
JSONQueryParseOptions,
32
32
JSONQueryPrimitive,
33
33
JSONQueryProperty,
34
+
JSONQueryPipe,
34
35
JSONQueryStringifyOptions
35
36
} from './types'
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ export type JSONQuery = JSONQueryFunction | JSONQueryObject | JSONQueryPrimitive
6
6
export type JSONProperty = string
7
7
export type JSONPath = JSONProperty[]
8
8
export type JSONQueryProperty = ['get', path?: string | JSONPath]
9
+
export type JSONQueryPipe = ['pipe', ...JSONQuery[]]
9
10
10
11
export interface JSONQueryOptions {
11
12
functions?: FunctionBuildersMap
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4