@yantrix/codegen v0.0.2 • Docs
Yantrix API / @yantrix/codegen / ICodegen
Interface: ICodegen<T>
Interface that is implemented by all code generators.
Type Parameters
• T extends TOutLang
The output language.
Properties
getCode()
ts
getCode: (options) => string;
The function that returns the generated code, following all the conventions established by the output language T
.
Parameters
• options: TGetCodeOptionsMap
[T
]
Returns
string