UNPKG

cql-execution

Version:

An execution framework for the Clinical Quality Language (CQL)

6 lines (5 loc) 174 B
export declare class Exception { message?: string | undefined; wrapped?: any | undefined; constructor(message?: string | undefined, wrapped?: any | undefined); }