Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedProgrammingLanguage

Describes a used programming language for code in a repository

Hierarchy

Index

Properties

Properties

bytesCount

bytesCount: number

The number of bytes of code written in the specific programming language

color

color: string | null

GitHub's color code (i.e. hex-value) for the programming language – e.g. '#5e5086'

name

name: string

Name of the programming language – e.g. 'Haskell'

Generated using TypeDoc