@specs-feup/kadabra
Version:
A Java source-to-source compiler written in Typescript
9 lines • 367 B
TypeScript
export default class Kadabra {
/**
* Launches a Kadabra weaving session.
* @param args - The arguments to pass to the weaver, as if it was launched from the command-line
* @returns true if the weaver executes without problems, false otherwise
*/
static runKadabra(args: string | Array<string>): any;
}
//# sourceMappingURL=Kadabra.d.ts.map