# Structs
ContributionCounter represents a repository and options describing how to count changes and attribute them to collaborators to determine experience.
Stat contains information about a collaborator and the total "experience" in a branch as determined by the percentage of lines owned out of the total number of lines of code in a changed file.
# Interfaces
No description provided by the author
# Type aliases
Stats is a collection of all the collaboration statistics obtained across changes in a repository.