UNPKG

@compas/code-gen

Version:

Generate various boring parts of your server

11 lines (10 loc) 340 B
/** * Escape `\` and `*` characters in doc strings. Also removes the indentation if it * exists on all lines in the input. * * @param {import("../generate").GenerateContext} generateContext */ export function docStringCleanup( generateContext: import("../generate").GenerateContext, ): void; //# sourceMappingURL=doc-string.d.ts.map