Library for easily defining, enforcing, consuming, and/or serving strongly typed RESTful API endpoints in TypeScript.
TypePoint Express
This library creates express compatible middleware from your TypePoint Server router.
Install
Install @typepoint/express
and it's peer dependencies.
npm add @typepoint/express express @typepoint/shared @typepoint/server
Guide
Check out our detailed guide for how to start using TypePoint.
Contributing
Got an problem or suggestion? Submit an issue!
Want to contribute? Fork the repository and submit a pull request! 😸