@compas/code-gen
Version:
Generate various boring parts of your server
11 lines (10 loc) • 336 B
TypeScript
/**
* Generate the handler implementations that are necessary for CRUD. This currently only
* works with js and Koa.
*
* @param {import("../generate").GenerateContext} generateContext
*/
export function crudHandlersGenerate(
generateContext: import("../generate").GenerateContext,
): void;
//# sourceMappingURL=handlers.d.ts.map