documentation/test/fixture/optional.output.md
2015-10-30 13:44:03 -04:00

264 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');