UNPKG

@jengaui/utils

Version:

Jenga UI Utils component in React

4 lines (2 loc) 126 B
function a(t,f){return t.reduce((e,r)=>(r.isLeaf?e.push(r):e=[...e,...f?[r]:[],...a(r.children||[],f)],e),[])} export { a };