We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debug
1 parent c38c021 commit 2c4041cCopy full SHA for 2c4041c
scripts/templates/index.d.ts.tpl
@@ -13,7 +13,6 @@ declare namespace Github {
13
}
14
15
export interface Options {
16
- debug?: boolean;
17
timeout?: number;
18
host?: string;
19
pathPrefix?: string;
scripts/templates/index.js.flow.tpl
@@ -9,7 +9,6 @@ declare module "github" {
9
};
10
11
declare type Options = {
12
0 commit comments