UNPKG

@grnsft/if-github-plugin

Version:

Github plugin for Impact Framework.

7 lines (6 loc) 164 B
export declare const GithubAPI: () => { getRepoClonesAndSizes: (owner: string, repo: string) => Promise<{ clones: any; size: number; }>; };