urlForHttpServer.d.ts 183 B

1234
  1. /// <reference types="node" />
  2. import type { Server } from 'http';
  3. export declare function urlForHttpServer(httpServer: Server): string;
  4. //# sourceMappingURL=urlForHttpServer.d.ts.map