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

# get

> Retrieve a library registered under a custom symbol.

# get

## Summary

Retrieve a library registered under a custom symbol.

## Signature

```typescript theme={null}
get<T extends ILibrary = ILibrary>(sym: symbol): T;
```

## Parameters

### sym

**Type**:`symbol`

The symbol the library was registered with.

## Returns

**Type**:`T`

Retrieve a library registered under a custom symbol.
