mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Remove unused namespace.
This commit is contained in:
-3
@@ -10,7 +10,4 @@ import { Request, Response, NextFunction } from 'express';
|
||||
*/
|
||||
declare function enforceHTTPS(): (req: Request, res: Response, next: NextFunction) => void;
|
||||
|
||||
declare namespace enforceHTTPS {
|
||||
}
|
||||
|
||||
export = enforceHTTPS;
|
||||
|
||||
Reference in New Issue
Block a user