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

Add TypeScript typings #5

Closed Envek closed 3 years ago

Envek commented 3 years ago

First of all, thank you for this small but very useful library. It made my life a bit easier.

I'm developing some Lambda function on Typescript and I don't want to keep typings for dependencies in my repo. So I propose to put it here so it can work out of the box.

My example of AWS Lambdas on TypeScript for reference: https://github.com/Envek/aws-sam-typescript-layers-example/

gbernalmulti commented 3 years ago

pls, take a look on this @francismeynard

francismeynard commented 3 years ago

Hey guys, apologies for late response. It looks fine with me, will merge your pull request.

@Envek, thanks for adding a support Typescript typings.

Envek commented 3 years ago

Thank you! It feels so good when you remove 3-rd party typings from an application repository,