UNPKG

246 BTypeScriptView Raw
1import { Octokit } from "@octokit/core";
2export declare function throttling(octokit: Octokit, octokitOptions?: {}): void;
3export declare namespace throttling {
4 var VERSION: string;
5 var triggersNotification: (string: string) => boolean;
6}