UNPKG

@gabliam/expression

Version:
9 lines (8 loc) 285 B
import type { Expression as AstExpression } from 'estree'; export declare class Expression { private context; private input; private parser; constructor(ast: AstExpression | null, context: object, input: string); getValue<T>(vars?: object): T | undefined | null; }