UNPKG

@cdwr/core

Version:

A set of core utilities for the Codeware ecosystem.

8 lines (7 loc) 198 B
/** * Get default branch of the repository. * * @param token GitHub token * @returns Default branch name */ export declare const getRepositoryDefaultBranch: (token: string) => Promise<string>;