A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jsonquerylang/jsonquery/commit/82333d778f814da92d1a2287253cf64967abe2c6 below:

the type definition of `JSONQueryPipe` · jsonquerylang/jsonquery@82333d7 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+2

-0

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+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