Extracts the first Element if Possible, which includes the Operand
const a = [{path:'hallo'}, {path:'hallo2'}]const res = getElement(a, 'hallo2', 'path') // => {path:'hallo2'}
The list which is considered
The Element which should looked for
Optional
The where the Element should be found
Generated using TypeDoc
Extracts the first Element if Possible, which includes the Operand
Example
Export
Returns