@compas/code-gen
Version:
Generate various boring parts of your server
11 lines (10 loc) • 374 B
TypeScript
/**
* Hoist all named types to the top of the structure, replacing them with references
* before serialization
*
* @param {import("../generated/common/types.js").CodeGenStructure} structure
*/
export function structureHoistNamedItems(
structure: import("../generated/common/types.js").CodeGenStructure,
): void;
//# sourceMappingURL=structureHoistNamedItems.d.ts.map