Express.js With Typescript Decorators in Examples

Artem Diashkin
LITSLINK
Published in
5 min readNov 22, 2020

--

Let’s take a look at how we can make our Express.js Server code cleaner with use of the Typescript Method Decorators.

What will be covered in this story:

  1. Prerequisites. Creating Express Typescript project
  2. Wrapping Express API Route with Typescript Method Decorator

--

--