Type Alias Prefix<T>

Prefix<T>: T extends IPv4
    ? Prefix
    : Prefix

Type Parameters