diff --git a/types/express-enforces-ssl/index.d.ts b/types/express-enforces-ssl/index.d.ts index 16afa2bba9..f4c1d424a4 100644 --- a/types/express-enforces-ssl/index.d.ts +++ b/types/express-enforces-ssl/index.d.ts @@ -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;