<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [\_Array](./rc-js-util._array.md) &gt; [flatMap](./rc-js-util._array.flatmap.md)

## \_Array.flatMap property

Iterate over `ArrayLike` calling a callback against it, the callback returns `ArrayLike` which is concatenated into a single `Array`<!-- -->.

**Signature:**

```typescript
static readonly flatMap: typeof arrayFlatMap;
```

## Remarks

See [arrayFlatMap()](./rc-js-util.arrayflatmap.md)<!-- -->.

