UNPKG

github-graphql-api

Version:

A node client for the GitHub GraphQL API with minimal dependencies created with TypeScript.

5 lines (4 loc) 109 B
export * from './types'; export * from './github'; import { GitHub } from './github'; export default GitHub;