UNPKG

@remcostoeten/fync

Version:

Unified TypeScript library for 9 popular APIs with consistent functional architecture

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