Skip to content

Commit 2c4041c

Browse files
committedNov 29, 2017
docs: remove debug argument from flow/typescript definitions
1 parent c38c021 commit 2c4041c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎scripts/templates/index.d.ts.tpl

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ declare namespace Github {
1313
}
1414

1515
export interface Options {
16-
debug?: boolean;
1716
timeout?: number;
1817
host?: string;
1918
pathPrefix?: string;

‎scripts/templates/index.js.flow.tpl

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ declare module "github" {
99
};
1010

1111
declare type Options = {
12-
debug?: boolean;
1312
timeout?: number;
1413
host?: string;
1514
pathPrefix?: string;

0 commit comments

Comments
 (0)
Please sign in to comment.