shawnliujw / puppeteer-lambda

Module for using Headless-Chrome by Puppeteer on AWS Lambda.
MIT License
117 stars 20 forks source link

Add puppeteer-lambda type definitions #21

Closed yamachu closed 5 years ago

yamachu commented 5 years ago

Hi, thank you for the awesome library!

It is difficult to use in TypeScript without type definition for puppeter-lambda. So I added a type definition.

When developing with TypeScript, you need to add @types/puppeteer to dependency. So I wrote about it in the README.

Thank you.