From f770ab800d1d19cc6e47ee306522877527e82cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KARASZI=20Istv=C3=A1n?= Date: Tue, 30 Apr 2019 22:46:03 +0200 Subject: [PATCH] Try to fix Node 6 issue --- types/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/index.d.ts b/types/index.d.ts index 2b854f2..6e3366c 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -3,6 +3,8 @@ import { Request, RequestHandler, Response } from 'express'; import { DefaultMetricsCollectorConfiguration } from 'prom-client'; +export {}; + export = express_prom_bundle; declare namespace express_prom_bundle {