mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #5552 from bardt/patch-2
Add submit method definition to form-data
This commit is contained in:
Vendored
+1
@@ -11,5 +11,6 @@ declare module "form-data" {
|
||||
getHeaders(): Object;
|
||||
// TODO expand pipe
|
||||
pipe(to: any): any;
|
||||
submit(params: string|Object, callback: (error: any, response: any) => void): any;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user