@compas/code-gen
Version:
Generate various boring parts of your server
11 lines (10 loc) • 345 B
TypeScript
/**
* Call all preprocessors, removing internal only types and adding the 'real' types
* before calling the generators
*
* @param {import("../generated/common/types").CodeGenContext} context
*/
export function preprocessorsExecute(
context: import("../generated/common/types").CodeGenContext,
): void;
//# sourceMappingURL=index.d.ts.map