Package-level declarations

Types

Link copied to clipboard
value class Hostname(val value: String)

Represents a hostname.

Link copied to clipboard
value class Ip(val value: String)

Represents an IP address (IPv4 or IPv6).

Link copied to clipboard
value class Language(val value: String)

Represents a language code.

Link copied to clipboard
value class ScreenSize(val value: String)

Represents a screen size in the format "width x height" (e.g., "1920x1080").