UNPKG

@macalinao/codama-renderers-js-esm

Version:

ESM-native TypeScript renderer for Codama JavaScript code generation

8 lines 308 B
import { rootNodeVisitor } from "codama"; /** * Codama visitor for rendering the code to be TypeScript compatible. * @param path * @returns */ export declare function renderESMTypeScriptVisitor(path: string): ReturnType<typeof rootNodeVisitor>; //# sourceMappingURL=render-esm-typescript-visitor.d.ts.map