> For the complete documentation index, see [llms.txt](https://docs.zrxnx.at/zrxnx-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zrxnx.at/zrxnx-scripts/archived/zrx_utility/exports.md).

# Exports

## Client

### getUtility()

Returns the core Utility

<mark style="color:green;">**Returns:**</mark>\
`table` - Utility object

<mark style="color:orange;">**Example:**</mark>

```lua
local CORE = exports.zrx_utility:getUtility()

print(json.encode(CORE, { indent = true })
```

***

## Server

### getUtility()

Returns the core Utility

<mark style="color:green;">**Returns:**</mark>\
`table` - Utility object

<mark style="color:orange;">**Example:**</mark>

```lua
local CORE = exports.zrx_utility:getUtility()

print(json.encode(CORE, { indent = true })
```
