> ## Documentation Index
> Fetch the complete documentation index at: https://kk-83bff226.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# minMax

> Finds the minimum and maximum values in an array.

## Signature

```typescript path=null start=null theme={null}
minMax(arr: number[]): MinMax
```

## Parameters

* **arr**: `number[]`

## Returns

`MinMax`

## Source

Defined in [array.ts:145](https://github.com/koji/ichigyou/blob/main/src/array.ts#L145)
