UNPKG

@pagopa/dx-cli

Version:

A CLI useful to manage DX tools.

3 lines (2 loc) 133 B
import { GitHubRepo } from "../../domain/github-repo.js"; export declare const getGithubRepo: () => Promise<GitHubRepo | undefined>;