Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dep/lib/apis/github.ts>getRepoContents

Deno dependency management tool.
Latest
variable getRepoContents
import { getRepoContents } from "https://deno.land/x/dep@v0.2.3/lib/apis/github.ts";

type

(
owner: string,
repo: string,
path: string,
ref?: string,
) => unknown