Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface DownloadRepoAndExtractProtoFilesConfig
import { type DownloadRepoAndExtractProtoFilesConfig } from "https://deno.land/x/pbkit@v0.0.72/cli/pb/cmds/vendor/downloadRepoAndExtractProtoFiles.ts";

Properties

user: string
repo: string
rev: string
optional
filter: (file: string) => boolean
optional
depth: number
optional
verbose: boolean