@openfabr/cdf / Exports / ToolingLanguage
Enumeration: ToolingLanguage
A list of IaC languages. The purpose of defining them is to regulate their names throughout the framework and all packages.
Table of contents
Enumeration Members
Enumeration Members
CSHARP
• CSHARP = "csharp"
Defined in
CUSTOM
• CUSTOM = "custom"
Defined in
GO
• GO = "go"
Defined in
JAVA
• JAVA = "java"
Defined in
PYTHON
• PYTHON = "python"
Defined in
TYPESCRIPT
• TYPESCRIPT = "typescript"