# NetworksIntRanges interface · @imqueue/net

Source: https://imqueue.org/api/net/latest/net.networksintranges/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/net 3.0.2 — generated reference, not hand-written

Integer address ranges grouped by family, as returned by [Networks.toIntRanges()](https://imqueue.org/api/net/latest/net.networks.tointranges/).

**Signature:**

```typescript
export interface NetworksIntRanges 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [ipv4](https://imqueue.org/api/net/latest/net.networksintranges.ipv4/) |  | \[bigint, bigint\]\[\] | IPv4 ranges, ascending by start address. Empty if the set has no IPv4. |
| [ipv6](https://imqueue.org/api/net/latest/net.networksintranges.ipv6/) |  | \[bigint, bigint\]\[\] | IPv6 ranges, ascending by start address. Empty if the set has no IPv6. |

