documentation/test/fixture/optional.output.md
2015-12-07 12:44:15 -05:00

725 B

Address6

Represents an IPv6 address

Parameters

  • address string An IPv6 address string
  • groups number= How many octets to parse (optional, default 8)
  • third ?number A third argument
  • foo Array= to properly be parsed (optional, default [1])

Examples

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