UNPKG

foop

Version:

interfaces that describe their intentions.

12 lines (11 loc) 256 B
// // autocurry both? pipe? // function callDestructure(left, right) {} // // // --- example --- // // // og // const mapped = mapNotEmpty(obj) // return ObjectKeys(obj) // // // wham // const [mapped, keys] = callDestructure(mapNotEmpty, ObjectKeys)(obj)