spotube/website/configurations/ocotokit.ts
2022-07-17 21:02:58 +06:00

3 lines
88 B
TypeScript

import { Octokit } from "@octokit/rest";
export const octokit: Octokit = new Octokit();