UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

6 lines (5 loc) 147 B
export interface IfcExpressionContext { resolvePropRef(): any; resolveElemRef(): any; resolveBuiltinVariable(name: string): unknown; }