UNPKG

@pawel-up/jexl

Version:

Javascript Expression Language: Powerful context-based expression parser and evaluator

5 lines 632 B
export type { FunctionFunction, ComparableValue, BaseASTNode, ArrayLiteralNode, BinaryExpressionNode, ConditionalExpressionNode, FilterExpressionNode, IdentifierNode, LiteralNode, ObjectLiteralNode, UnaryExpressionNode, ASTNode, GrammarElement, BinaryElement, UnaryElement, Grammar, FunctionCallNode, TransformFunction, BinaryOpFunction, UnaryOpFunction, EvaluationContext, } from './grammar.js'; export { Validator } from './Validator.js'; export { type ValidationResult, type ValidationIssue, type ValidationOptions, ValidationSeverity } from './Validator.js'; export { Jexl } from './Jexl.js'; //# sourceMappingURL=index.d.ts.map