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

x/windmill/node_modules/denoify/src/lib/types/ModuleAddress.ts>ModuleAddress.GitHubRepo

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
namespace ModuleAddress.GitHubRepo
import { ModuleAddress } from "https://deno.land/x/windmill@v1.298.0/node_modules/denoify/src/lib/types/ModuleAddress.ts";
const { GitHubRepo } = ModuleAddress;

Functions

Match valid parse input

Input example KSXGitHub/simple-js-yaml-port-for-deno or github:KSXGitHub/simple-js-yaml-port-for-deno or KSXGitHub/simple-js-yaml-port-for-deno#3.12.1 or github:KSXGitHub/simple-js-yaml-port-for-deno#3.12.1 or

type alias ModuleAddress.GitHubRepo
import { type ModuleAddress } from "https://deno.land/x/windmill@v1.298.0/node_modules/denoify/src/lib/types/ModuleAddress.ts";
const { GitHubRepo } = ModuleAddress;

e.g: "github:userOrOrg/repositoryName#branch"

definition: { type: "GITHUB REPO"; userOrOrg: string; repositoryName: string; branch?: string; }