Skip to content

Commit 5844e51

Browse files
authored
Merge pull request #44 from jmespath-community/feat-export-json-types
feat(types): expose JSON type definitions
2 parents 0829010 + 377fa8e commit 5844e51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import { ScopeChain } from './Scope';
1212
export type { Options } from './Parser.type';
1313
export type { FunctionSignature, RuntimeFunction, InputSignature } from './Runtime';
1414

15+
export type { JSONValue, JSONPrimitive, JSONArray, JSONObject } from './JSON.type';
16+
1517
export const TYPE_ANY = InputArgument.TYPE_ANY;
1618
export const TYPE_ARRAY = InputArgument.TYPE_ARRAY;
1719
export const TYPE_ARRAY_ARRAY = InputArgument.TYPE_ARRAY_ARRAY;

0 commit comments

Comments
 (0)