bbc / sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
https://bbc.github.io/sqs-consumer/
Other
1.72k stars 331 forks source link

chore: using typedoc to auto generate docs #347

Closed nicholasgriffintn closed 1 year ago

nicholasgriffintn commented 1 year ago

In this PR, we are using the package typedoc to automatically generate documentation from our TypeScript files, which will allow us to:

Changes