@compas/code-gen
Version:
Generate various boring parts of your server
8 lines (7 loc) • 298 B
TypeScript
/**
* Generate the handler implementations that are necessary for CRUD. This currently only
* works with js and Koa.
*
* @param {import("../generate.js").GenerateContext} generateContext
*/
export function crudHandlersGenerate(generateContext: import("../generate.js").GenerateContext): void;