Skip to content

Commit

Permalink
Update index.d.ts (DefinitelyTyped#12958)
Browse files Browse the repository at this point in the history
Removed duplicated (qsStringifyOptions and qsParseOptions) properties in CoreOptions
  • Loading branch information
tiagomestre authored and Andy committed Nov 28, 2016
1 parent 0b35913 commit 798b8d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions request/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ declare namespace request {
oauth?: OAuthOptions;
aws?: AWSOptions;
hawk?: HawkOptions;
qsStringifyOptions?: any;
qsParseOptions?: any;
qs?: any;
qsStringifyOptions?: any;
qsParseOptions?: any;
Expand Down

0 comments on commit 798b8d0

Please sign in to comment.