StaticomitStaticpickStaticpropCreates a function that selects a specific property value from an object.
Useful for use with arrays map function when extracting a single property from each object.
Object target from which the property will be selected
Property name in target that will be selected
The property name to select
select value by key from the target
Creates a function that selects a specific property value from an object.
Useful for use with arrays map function when extracting a single property from each object.
Property name in target that will be selected
The property name to select
select value by key from the target
The
RecordMapperclass provides utility functions for mapping and transforming record types.Since
v1.1.0