@compas/code-gen
Version:
Generate various boring parts of your server
11 lines (10 loc) • 338 B
TypeScript
/**
* If errors are present, they are printed and the process is exited.
* Else this function will just return
*
* @param {import("../generated/common/types").CodeGenContext} context
*/
export function exitOnErrorsOrReturn(
context: import("../generated/common/types").CodeGenContext,
): void;
//# sourceMappingURL=errors.d.ts.map