UNPKG

@compas/code-gen

Version:

Generate various boring parts of your server

10 lines (9 loc) 284 B
/** * Generate the open api specification for the provided structure. * * @param {import("../generate").GenerateContext} generateContext */ export function openApiGenerate( generateContext: import("../generate").GenerateContext, ): void; //# sourceMappingURL=generator.d.ts.map