UNPKG

@specs-feup/clava

Version:

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

9 lines 233 B
/** * Source code assumptions: * - Arrays have predetermined size * - No pointers */ export default class TraceInstrumentation { static instrument(funName: string): void; } //# sourceMappingURL=TraceInstrumentation.d.ts.map