Runtime repo with Library composition for package metadata.
Wraps a Library instance and adds GitHub-specific data (CI status, PRs).
Convenience getters delegate to this.library.* for common properties.
library
type Library
readonly
check_runs
type GithubCheckRunsItem | null
pull_requests
type Array<GithubPullRequest> | null
constructor
type new (repo_json: RepoJson): Repo
repo_json
type RepoJson