function fetchRawCommitsimport { fetchRawCommits } from "https://deno.land/x/release_up@0.6.0/src/commits.ts"; fetchRawCommits(repo: string, rev?: string): Promise<RawCommit[]>Parametersrepo: stringoptionalrev: stringReturnsPromise<RawCommit[]>