UNPKG

@compas/code-gen

Version:

Generate various boring parts of your server

10 lines (9 loc) 308 B
/** * Generate events that are necessary for CRUD. This currently only works with js and Koa. * * @param {import("../generate").GenerateContext} generateContext */ export function crudEventsGenerate( generateContext: import("../generate").GenerateContext, ): void; //# sourceMappingURL=events.d.ts.map