## arrayify() function

**Signature:**

```typescript
export declare function arrayify<T>(value: T | T[] | undefined): T[] | undefined;
```

## Parameters

| Parameter | Type                         | Description |
| --------- | ---------------------------- | ----------- |
| value     | T \| T[] \| undefined       |             |

**Returns:**

T[] \| undefined

- [arrayify() function](/content/docs/sdk/core.arrayify_1#arrayify-function/index.html)
- [Parameters](/content/docs/sdk/core.arrayify_1#parameters/index.html)
