A bunch of fixes to express declaration

- 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
This commit is contained in:
Sam Gronblom
2013-09-24 12:00:17 +09:00
parent 060269ee39
commit 55d38312e9
2 changed files with 1134 additions and 1129 deletions
+1131 -1126
View File
File diff suppressed because it is too large Load Diff