mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
- Move Express-prefixed interface names into internal module as unprefixed names - The importing code will use express.Response instead of ExpressServerResponse - Internal definitions can just use Response instead of ExpressServerResponse - Response should extend http.Response to be able to type check .end for example