mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
cc @killercup this implements default parameter parsing for both flow-annotated and unannotated methods
277 B
277 B
Address6
Represents an IPv6 address
Parameters
-
addressstring An IPv6 address string -
groups[number] How many octets to parse (optional, default8)
Examples
var address = new Address6('2001::/32');