strikeentco / multi-part

Simple multipart/form-data implementation with automatic data type detection. Supports: Strings, Numbers, Arrays, Streams, Buffers and Vinyl.
MIT License
9 stars 2 forks source link

Typescript support #4

Open xamgore opened 4 years ago

xamgore commented 4 years ago

Hello @strikeentco, thank you very much! Your integration with got is really handy.

Is there a chance to support typescript? Like in the form-data package: https://github.com/form-data/form-data/blob/master/index.d.ts

I may help and make a PR, but that will require some time.