UNPKG

@compas/code-gen

Version:

Generate various boring parts of your server

10 lines (9 loc) 399 B
/** * Use the provided name in JSDoc blocks * * @param {import("../generate.js").GenerateContext} generateContext * @param {import("../file/context.js").GenerateFile} file * @param {string} name * @returns {string} */ export function typesJavascriptUseTypeName(generateContext: import("../generate.js").GenerateContext, file: import("../file/context.js").GenerateFile, name: string): string;