mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-03-18 21:30:38 +01:00
Try to fix Node 6 issue
This commit is contained in:
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@@ -3,6 +3,8 @@
|
|||||||
import { Request, RequestHandler, Response } from 'express';
|
import { Request, RequestHandler, Response } from 'express';
|
||||||
import { DefaultMetricsCollectorConfiguration } from 'prom-client';
|
import { DefaultMetricsCollectorConfiguration } from 'prom-client';
|
||||||
|
|
||||||
|
export {};
|
||||||
|
|
||||||
export = express_prom_bundle;
|
export = express_prom_bundle;
|
||||||
|
|
||||||
declare namespace express_prom_bundle {
|
declare namespace express_prom_bundle {
|
||||||
|
|||||||
Reference in New Issue
Block a user