Type Alias FileNamesMapJSON

FileNamesMapJSON: Record<string, string>

Represents a mapping of specific filenames to language names (LanguageData["name"])

{ "makefile": "Makefile", "Dockerfile": "Dockerfile" }