Update index.d.ts (#43561)

This commit is contained in:
Vincenzo Chianese
2020-04-01 15:42:26 -07:00
committed by GitHub
parent 4fb709457d
commit 46cb9e4438
+1 -1
View File
@@ -5,6 +5,6 @@
import express = require('express');
declare function vhost(hostname: string, handler: express.Handler): string;
declare function vhost(hostname: string | RegExp, handler: express.Handler): string;
export = vhost;