mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-10 07:13:03 +01:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
|
import { Octokit } from '@octokit/rest';
|
||
|
|
||
|
export const octokit = new Octokit();
|