Skip to content

Commit

Permalink
Merge pull request #37 from serdar2nc/patch-1
Browse files Browse the repository at this point in the history
+pipe
  • Loading branch information
soywiz committed Oct 23, 2013
2 parents fa1c665 + 848090e commit 4812aad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions form-data.d.ts
@@ -1,8 +1,9 @@
// https://github.com/felixge/node-form-data

declare module "form-data" {
// https://github.com/felixge/node-form-data

declare module "form-data" {
export class FormData {
append(key: string, value: any): FormData;
getHeaders(): any;
}
}
pipe(any): any;
}
}

0 comments on commit 4812aad

Please sign in to comment.