documentation/test/fixture/optional.output.md
2015-07-10 15:18:22 -04:00

251 B

Address6

Represents an IPv6 address

Parameters

  • address string An IPv6 address string
  • groups [number] How many octets to parse (optional, default 8)

Examples

var address = new Address6('2001::/32');