js-util

Home > rc-js-util > _Array > flatMap

_Array.flatMap property

Iterate over ArrayLike calling a callback against it, the callback returns ArrayLike which is concatenated into a single Array.

Signature:

static readonly flatMap: typeof arrayFlatMap;

Remarks

See arrayFlatMap().