mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix header
This commit is contained in:
Vendored
+2
-2
@@ -1,9 +1,9 @@
|
||||
// Type definitions for response-time 2.2.0
|
||||
// Project: https://github.com/expressjs/response-time
|
||||
// Definitions by: Uros Smolnik <https://github.com/urossmolnik/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/* =================== USAGE ===================
|
||||
/* =================== USAGE ===================
|
||||
|
||||
import responseTime = require('response-time');
|
||||
app.use(responseTime());
|
||||
|
||||
Vendored
+2
-2
@@ -1,9 +1,9 @@
|
||||
// Type definitions for serve-favicon 2.1.6
|
||||
// Project: https://github.com/expressjs/serve-favicon
|
||||
// Definitions by: Uros Smolnik <https://github.com/urossmolnik/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/* =================== USAGE ===================
|
||||
/* =================== USAGE ===================
|
||||
|
||||
import serveFavicon = require('serve-favicon');
|
||||
app.use(serveFavicon(__dirname + '/public/favicon.ico'));
|
||||
|
||||
Vendored
+2
-2
@@ -1,9 +1,9 @@
|
||||
// Type definitions for serve-static 1.7.1
|
||||
// Project: https://github.com/expressjs/serve-static
|
||||
// Definitions by: Uros Smolnik <https://github.com/urossmolnik/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/* =================== USAGE ===================
|
||||
/* =================== USAGE ===================
|
||||
|
||||
import serveStatic = require('serve-static');
|
||||
app.use(serveStatic('public/ftp', {'index': ['default.html', 'default.htm']}))
|
||||
|
||||
Reference in New Issue
Block a user