Repository URL to install this package:
|
Version:
1.1.21 ▾
|
// // autocurry both? pipe?
// function callDestructure(left, right) {}
//
// // --- example ---
//
// // og
// const mapped = mapNotEmpty(obj)
// return ObjectKeys(obj)
//
// // wham
// const [mapped, keys] = callDestructure(mapNotEmpty, ObjectKeys)(obj)
"use strict";