UNPKG
@grnsft/if-github-plugin
Version:
latest (0.0.1)
0.0.1
Github plugin for Impact Framework.
greensoftware.foundation
@grnsft/if-github-plugin
/
build
/
lib
/
api.d.ts
7 lines
(6 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
GithubAPI
:
() =>
{
getRepoClonesAndSizes
:
(
owner
:
string
,
repo
:
string
) =>
Promise
<{
clones
:
any
;
size
:
number
; }>; };