UNPKG

@specs-feup/clava

Version:

A C/C++ source-to-source compiler written in Typescript

10 lines 248 B
export interface MathInfo { name: string; returnType: string; paramTypes: string[]; } export default class MathHInfo { static getInfo(): MathInfo[]; static hardcodedFallback: MathInfo[]; } //# sourceMappingURL=MathHInfo.d.ts.map