UNPKG

@remcostoeten/fync

Version:

A unified TypeScript library for easy access to popular APIs (GitHub, Spotify, GitLab, etc.)

8 lines 186 B
export type TGitHubConfig = { token?: string; baseUrl?: string; cache?: boolean; cacheTTL?: number; userAgent?: string; }; //# sourceMappingURL=github-common.d.ts.map