We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var a = new v6.Address('a::b'); a.isValid(); // true a.isCorrect(); // true a.isCanonical(); // false a.isMulticast(); // false a.zone; // '' a.parsedAddress.join(':'); // 'a:0:0:0:0:0:0:b' a.canonicalForm(); // '000a:0000:0000:0000:0000:0000:0000:000b' a.v4inv6(); a.decimal(); a.bigInteger().toString(16); a.bigInteger().toString(); a.binaryZeroPad(); a.isTeredo(); // false a.teredo();