UNPKG

lambdaorm

Version:
8 lines (7 loc) 255 B
import { OperandHelper, Operand } from '3xpr'; export declare class OrmOperandHelper { private readonly operandHelper; constructor(operandHelper: OperandHelper); toExpression(operand: Operand): string; getClauses(operand: Operand): any; }