WAT
Add type safety to any route you have in your express.js
Auto Generate API docs, that would be in sync with current project version.
Installation
npm install --save type-safety
Usage
const hasShape = const router = express //.. laterrouter //.. where routeHandler, and route2Handler are plain express routes { // its safe to use console}