mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Update index.d.ts (#43561)
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user