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.
2 parents 0829010 + 377fa8e commit 5844e51Copy full SHA for 5844e51
src/index.ts
@@ -12,6 +12,8 @@ import { ScopeChain } from './Scope';
12
export type { Options } from './Parser.type';
13
export type { FunctionSignature, RuntimeFunction, InputSignature } from './Runtime';
14
15
+export type { JSONValue, JSONPrimitive, JSONArray, JSONObject } from './JSON.type';
16
+
17
export const TYPE_ANY = InputArgument.TYPE_ANY;
18
export const TYPE_ARRAY = InputArgument.TYPE_ARRAY;
19
export const TYPE_ARRAY_ARRAY = InputArgument.TYPE_ARRAY_ARRAY;
0 commit comments