UNPKG

133 BTypeScriptView Raw
1import { IGithubRepo } from './types';
2export declare function init(options: {
3 token: string;
4 repo: string;
5}): IGithubRepo;