@compas/code-gen
Version:
Generate various boring parts of your server
8 lines (7 loc) • 300 B
TypeScript
/**
* Escape `\` and `*` characters in doc strings. Also removes the indentation if it
* exists on all lines in the input.
*
* @param {import("../generate.js").GenerateContext} generateContext
*/
export function docStringCleanup(generateContext: import("../generate.js").GenerateContext): void;