import { tryGetRepository } from "https://deno.land/x/fathym_everything_as_code@v0.1.72/src/octokit/tryGetRepository.ts";
Try to find a repository.
Parameters
octokit: Octokit
The Octokit instance.
Returns
Promise<Repository | undefined>
The repository if it exists, otherwise undefined.