UNPKG

a-to-treejs

Version:

Convert array to tree fastly, and opposite.

8 lines (5 loc) 148 B
import a2t from './to-tree' import t2a from './to-array' export const treeToArray = t2a const arrayToTree = a2t export default arrayToTree