4 Commits
Author SHA1 Message Date
David Gardiner 40191cf78c Remove circular dependency
express.d.ts and serve-static.d.ts had a circular dependency, which causes NuGet pain.
Extract core definitions from express.d.ts and move them to express-serve-static-core.d.ts
Update serve-static.d.ts to depend on express-serve-static-core.d.ts
2016-02-19 10:05:49 +10:30
Kyle Gretchev 52ef0043e7 Converted imports to ES6 module syntax 2015-08-04 20:47:16 -04:00
Ole Rehmsen 813035a67f Add type definition for the mime property exposed on serve-static.
JS source of serve-static exposes npm module mime, see: https://github.com/expressjs/serve-static/blob/master/index.js#L122
2015-06-11 21:35:17 +02:00
Florian Holzapfel fbf1fa4327 add tests 2015-03-19 16:35:26 +01:00