UNPKG

@pawel-up/jexl

Version:

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

13 lines 347 B
interface TokenTypeConfig { toState?: string; handler?: string; } interface StateConfig { tokenTypes?: Record<string, TokenTypeConfig>; subHandler?: string; endStates?: Record<string, string>; completable?: boolean; } export declare const states: Record<string, StateConfig>; export {}; //# sourceMappingURL=states.d.ts.map