mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Use 'let' instead of 'var' in definitions for 'parse'.
This commit is contained in:
Vendored
+1
-3
@@ -867,9 +867,7 @@ declare namespace Parse {
|
||||
*
|
||||
* import Buffer = require("buffer").Buffer;
|
||||
*/
|
||||
let HTTPOptions: {
|
||||
new (): HTTPOptions;
|
||||
};
|
||||
var HTTPOptions: new () => HTTPOptions;
|
||||
interface HTTPOptions extends FunctionResponse {
|
||||
/**
|
||||
* The body of the request.
|
||||
|
||||
Reference in New Issue
Block a user