documentation/test/fixture/optional.output.md
Tom MacWright a65801a6d4 Add and test default parameter parsing.
cc @killercup this implements default parameter parsing for both
flow-annotated and unannotated methods
2015-10-06 15:51:46 -04:00

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