> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# INetworkLibrary interface

> Interface for network libraries.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# INetworkLibrary

## Summary

Interface for network libraries.

## Signature

```typescript theme={null}
interface INetworkLibrary extends IExposedLibrary 
```

## Remarks

Implemented by `BaseNetworkLibrary` and its concrete subclasses `NetworkClientLibrary` and `NetworkServerLibrary`. Access an instance via `ctx.libraries.getNetwork().library`.
