tangent-q

Results 1 issues of tangent-q

Would be nice to have a method to convert **IP range** to CIDR. Something like ```js const cidr = IPCIDR.fromRange('255.255.255.0', '255.255.255.255') cidr instanceof IPCIDR // true cidr.cidr // 255.255.255.128/24 ```