# Functions
DetectJava detects whether the source code in the given repository is Java.
DetectNodeJS detects whether the source code in the given repository is NodeJS.
DetectRuby detects whether the source code in the given repository is Ruby.
# Variables
DefafultDetectors is a default set of Detector functions.
# Type aliases
DetectorFunc is a function that returns source Info from a given directory.
Detectors is a set of DetectorFunc that is used to detect the language/platform for a given source directory.