UNPKG
gh-star-fetch
Version:
latest (1.5.0)
next (1.0.0-next.2)
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
1.0.0-next.2
1.0.0-next.1
Fetch all the starred repositories for a GitHub user
github.com/simonecorsi/gh-star-fetch
gh-star-fetch
/
types
/
client.d.ts
3 lines
(2 loc)
•
114 B
TypeScript
View Raw
1
2
3
import
{
Got
,
ExtendOptions
}
from
'got'
;
export
declare
const
createClient
:
(
opts
?:
Got
|
ExtendOptions
) =>
Got
;