alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 737 forks source link

fix: Export LambdaHandler type definition #615

Closed ShenChen93 closed 4 years ago

ShenChen93 commented 4 years ago

Export LambdaHandler type definition

Description

Based on #614 issue, need to export LambdaHandler type

Motivation and Context

LambdaHandler is a required type definition for developers who use typescript

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License