UNPKG

@jengaui/utils

Version:

Jenga UI Utils component in React

8 lines (4 loc) 215 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function a(t,f){return t.reduce((e,r)=>(r.isLeaf?e.push(r):e=[...e,...f?[r]:[],...a(r.children||[],f)],e),[])} exports.toFlatTree = a;