UNPKG

@compas/code-gen

Version:

Generate various boring parts of your server

7 lines (6 loc) 272 B
/** * Generate events that are necessary for CRUD. This currently only works with js and Koa. * * @param {import("../generate.js").GenerateContext} generateContext */ export function crudEventsGenerate(generateContext: import("../generate.js").GenerateContext): void;