UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

19 lines (10 loc) 567 B
<!-- 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)<!-- -->.