# NetworkList.toIntArray() method · @imqueue/net

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

The stored ranges as integer pairs.

**Signature:**

```typescript
toIntArray(): [bigint, bigint][];
```
**Returns:**

\[bigint, bigint\]\[\]

One `[start, end]` tuple per record, ascending by start address.

## Remarks

Decodes the whole buffer on every call rather than caching, so it is a debugging and export aid, not something to call per lookup.

