UNPKG

flow-typed

Version:

A repository of high quality flow type definitions

13 lines (10 loc) 233 B
// @flow import {Octokit} from '@octokit/rest'; const CLIENT = process.env.GITHUB_TOKEN ? new Octokit({ auth: process.env.GITHUB_TOKEN, }) : new Octokit(); export function gitHubClient(): Octokit { return CLIENT; }