# Functions
Scorecard creates a new Writer instance that is used to write a csv file of repositories that is compatible with the github.com/ossf/scorecard project.
Text creates a new Writer instance that is used to write a simple text file of repositories, where each line has a single repository url.
# Constants
WriterTypeScorecard corresponds to the Writer returned by Scorecard.
WriterTypeText corresponds to the Writer returned by Text.
# Variables
No description provided by the author
# Interfaces
Writer is a simple interface for writing a repo.
# Type aliases
No description provided by the author