# Functions
LoadFile loads and parses a CODEOWNERS file at the path specified.
LoadFileFromStandardLocation loads and parses a CODEOWNERS file at one of the standard locations for CODEOWNERS files (./, .github/, docs/).
ParseFile parses a CODEOWNERS file, returning a set of rules.
# Constants
EmailOwner is the owner type for email addresses.
TeamOwner is the owner type for GitHub teams.
UsernameOwner is the owner type for GitHub usernames.
# Type aliases
Ruleset is a collection of CODEOWNERS rules.