github-automated-repos
Version:
The library, ReactJS, that gives you the power to control / automate your GitHub data, your projects on the portfolio / website, in your own GitHub in one place!
10 lines (9 loc) • 411 B
TypeScript
export interface IBanner {
download_url: string;
}
/**
* @param {string} usernameGitHub - Insert your username GitHub Ex.: https://github.com/USERNAME
* @param {string} repositoryName - Insert the repository name
* @returns {(Promise<string[])} - banners_url[] return an array with banner urls
*/
export declare function _handleBanner(usernameGitHub: string, repositoryName: string): Promise<string[]>;