Skip to content

Commit 377fa8e

Browse files
committed
feat(types): expose JSON type definitions
<!-- ps-id: 21522e18-a728-4e4f-a7db-5fb2b1ba52a9 -->
1 parent 0829010 commit 377fa8e

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)