Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

importFromGithub

import { importFromGithub } from "https://garn.io/ts/v0.0.20/mod.ts";

Imports a flake file from a GitHub repository.

See importFlake for details.

function importFromGithub(options: RepoConfig): ImportedFlake;
§
importFromGithub(options: RepoConfig): ImportedFlake
[src]

§Parameters