UNPKG

cql-execution

Version:

An execution framework for the Clinical Quality Language (CQL)

3 lines (2 loc) 116 B
import * as E from './expressions'; export declare function build(json: any): E.Expression | E.Expression[] | null;