UNPKG

gh-star-fetch

Version:

Fetch all the starred repositories for a GitHub user

3 lines (2 loc) 114 B
import { Got, ExtendOptions } from 'got'; export declare const createClient: (opts?: Got | ExtendOptions) => Got;