Type Alias: PortNumber
type PortNumber = number & {
[portNumberBrand]: true;
};
Defined in: shared/types/units.ts:16
Numeric port identifier constrained to the inclusive TCP/UDP port range.
Type Declarationโ
[portNumberBrand]โ
readonly [portNumberBrand]: true;