> ## 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.

# IExposedLibrary interface

> Marker interface for libraries that are directly accessible to game code via the ClientLibraryManager.

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

# IExposedLibrary

## Summary

Marker interface for libraries that are directly accessible to game code via the `ClientLibraryManager`.

## Signature

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

## Remarks

All built-in typed library interfaces (e.g. `IAssetManagerLibrary`, `ISoundLibrary`) extend this interface.
