js-util

Home > rc-js-util > _Array > compactMap

_Array.compactMap property

Like _Array.map but where the callback returns null it will be omitted from the result.

Signature:

static readonly compactMap: typeof arrayCompactMap;

Remarks

See arrayCompactMap().