UNPKG

@compas/code-gen

Version:

Generate various boring parts of your server

11 lines (10 loc) 336 B
/** * Write an ERD diagram in a Mermaid codeblock in a Markdown file. * This is supported on GitHub and in quite some IDE's. * * @param {import("../generate").GenerateContext} generateContext */ export function databaseERDCreate( generateContext: import("../generate").GenerateContext, ): void; //# sourceMappingURL=erd.d.ts.map