> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Function: envParseArray()

## Call Signature

> **envParseArray**(`key`, `defaultValue?`): `string`\[]

Defined in: [packages/env-utilities/src/lib/utils.ts:57](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/env-utilities/src/lib/utils.ts#L57)

### Parameters

#### key

`never`

#### defaultValue?

`string`\[]

### Returns

`string`\[]

## Call Signature

> **envParseArray**(`key`, `defaultValue`): `string`\[] | `null`

Defined in: [packages/env-utilities/src/lib/utils.ts:58](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/env-utilities/src/lib/utils.ts#L58)

### Parameters

#### key

`never`

#### defaultValue

`string`\[] | `null`

### Returns

`string`\[] | `null`
