UNPKG

utilizes.beside

Version:

Put children beside their father

5 lines (4 loc) 131 B
export declare const beside: <T extends { [prop: string]: any; }>(tree: T[], prop: keyof T) => T[]; export default beside;