Remove unused namespace.

This commit is contained in:
Kevin Stubbs
2017-06-20 13:24:01 -07:00
parent dbb73101aa
commit 6592e19f7c
-3
View File
@@ -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;