setup
install
# install ts-endpoint-express
$ yarn add ts-endpoint-express
peerDependencies
- "express": "^4"
description
ts-endpoint-express works in tandem with ts-endpoint to allow you to write your server endpoint implementations in a typesafe manner.
It is specifically developed to target the express framework.