API — Type Alias: Language

Type Alias: Language

type Language = 
  | "typescript"
  | "python"
  | "rust"
  | "go"
  | "csharp"
  | "fsharp"
  | "dart"
  | "protobuf"
  | "php";

Defined in: converters/types.ts:6