Skip to content

Commit 2b7b946

Browse files
committed
update documentation
1 parent 29362cb commit 2b7b946

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,11 @@ If you are using persistent connections in your function routes (such as AWS RDS
13001300
## TypeScript Support
13011301
An `index.d.ts` declaration file has been included for use with your TypeScript projects (thanks @hassankhan). Please feel free to make suggestions and contributions to keep this up-to-date with future releases.
13021302

1303+
```javascript
1304+
// import Lambda API and TypeScript definitions
1305+
import API from 'lambda-api'
1306+
```
1307+
13031308
## Contributions
13041309
Contributions, ideas and bug reports are welcome and greatly appreciated. Please add [issues](https://github.com/jeremydaly/lambda-api/issues) for suggestions and bug reports or create a pull request.
13051310

0 commit comments

Comments
 (0)