francismeynard / lambda-multipart-parser

This nodejs module will parse the multipart-form containing files and fields from the AWS lambda event object. It works very well parsing binary and text files.
MIT License
67 stars 25 forks source link

typescript support #11

Open mdrijwan opened 2 years ago

mdrijwan commented 2 years ago

this package works fine with javascript, however fails with typescript. any fix?