# Networks.ipv4 property · @imqueue/net

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

The IPv4 networks, as a [NetworkList](https://imqueue.org/api/net/latest/net.networklist/) — reachable as `.ipv4`.

**Signature:**

```typescript
readonly [NetworkType.IPV4]: NetworkList;
```

## Remarks

Left unset when the set has no IPv4 networks, despite the non-null assertion in its declaration, so check it before use. [Networks.includes()](https://imqueue.org/api/net/latest/net.networks.includes/) already does. Its [NetworkList.networks](https://imqueue.org/api/net/latest/net.networklist.networks/) buffer is what the constructor's first argument accepts back.

