UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

5 lines (4 loc) 224 B
import { Octokit } from "@octokit/rest"; import parseGitUrl from "git-url-parse"; export declare function createGitHubClient(): Octokit; export declare function parseGitRepo(remote?: string, opts?: any): parseGitUrl.GitUrl;