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

importFromSourcehut

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

Imports a flake file from a SourceHut repository.

See importFlake for details.

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

§Parameters