We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db2a30 commit 7d6ae32Copy full SHA for 7d6ae32
src/jsonquery.ts
@@ -16,4 +16,21 @@ export { stringify } from './stringify'
16
export { parse } from './parse'
17
export { buildFunction } from './functions'
18
19
-export * from './types'
+export type {
20
+ CustomOperator,
21
+ Fun,
22
+ FunctionBuilder,
23
+ FunctionBuildersMap,
24
+ JSONPath,
25
+ JSONProperty,
26
+ JSONQuery,
27
+ JSONQueryCompileOptions,
28
+ JSONQueryFunction,
29
+ JSONQueryObject,
30
+ JSONQueryOptions,
31
+ JSONQueryParseOptions,
32
+ JSONQueryPipe,
33
+ JSONQueryPrimitive,
34
+ JSONQueryProperty,
35
+ JSONQueryStringifyOptions
36
+} from './types'
0 commit comments