interface StringifyV6Options {
    fixedLength?: boolean;
    zeroCompression?: boolean;
}

Properties

fixedLength?: boolean

Whether to pad each part to 4 characters

zeroCompression?: boolean

Whether to compress consecutive zeroes (according to RFC 5952)