UNPKG

@yieldbits/probot

Version:

a probot integration library for nestjs projects

9 lines 511 B
import { Probot } from 'probot'; import SmeeClient from 'smee-client'; import { OctokitConfig, ProbotConfig } from './probot.types'; import { Octokit } from '@octokit/rest'; export declare const parseConfig: (config: ProbotConfig) => Record<string, any>; export declare const createProbot: (config: ProbotConfig) => Probot; export declare const createSmee: (config: ProbotConfig) => SmeeClient; export declare const createOctokit: (config: OctokitConfig) => Octokit; //# sourceMappingURL=probot.helpers.d.ts.map