Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { ReturnHostInfoFromPort } from "@tsed/core/src/utils/http/getHostInfoFromPort";
See /packages/core/src/utils/http/getHostInfoFromPort.ts.
type ReturnHostInfoFromPort = ReturnType<typeof getHostInfoFromPort>;
Type alias for the return value of {@link getHostInfoFromPort}.