Skip to content

ReturnHostInfoFromPort

@tsed/core

Usage

typescript
import { ReturnHostInfoFromPort } from "@tsed/core/src/types/utils/http/getHostInfoFromPort";

See /packages/core/src/types/utils/http/getHostInfoFromPort.ts.

Overview

ts
type ReturnHostInfoFromPort = ReturnType<typeof getHostInfoFromPort>;

Released under the MIT License.