jeremydaly / lambda-warmer

A module to optimize AWS Lambda function cold starts
MIT License
525 stars 55 forks source link

TypeScript types? #20

Closed ktwbc closed 1 year ago

ktwbc commented 4 years ago

Can you include an index.d.ts file to export TypeScript types?

alopix commented 4 years ago

There actually is a PR already for this: https://github.com/jeremydaly/lambda-warmer/pull/17 Would be amazing if it could be merged, please!