Type alias Ipv4

Ipv4: `${number}.${number}.${number}.${number}`

Represents a string formatted as an IPv4 address.

The format is four decimal numbers (0–255) separated by dots, e.g. "192.168.0.1". Note: This type only enforces the general string pattern and does not validate the numeric ranges of each segment.

Generated using TypeDoc