mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Merge pull request #5749 from MarlonFan/fix/update-serve-favicon
Fix/update serve favicon
This commit is contained in:
4
serve-favicon/serve-favicon.d.ts
vendored
4
serve-favicon/serve-favicon.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for serve-favicon 2.1.6
|
||||
// Type definitions for serve-favicon 2.2.0
|
||||
// Project: https://github.com/expressjs/serve-favicon
|
||||
// Definitions by: Uros Smolnik <https://github.com/urossmolnik/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -24,6 +24,8 @@ declare module "serve-favicon" {
|
||||
*/
|
||||
maxAge?: number;
|
||||
}): express.RequestHandler;
|
||||
|
||||
namespace serveFavicon{}
|
||||
|
||||
export = serveFavicon;
|
||||
}
|
||||
Reference in New Issue
Block a user