Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/modules / ___dist / chain-able / src / deps / fp / callDestructure.js
Size: Mime:
// // 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";