array-fromlists
NOTE: array-fromlists was renamed to @extra-array/from-lists.
Create array from lists of keys and values.
const fromLists = ;// fromLists(<lists>, [map function], [this]) a = 'care' 'hospital' 'hitech';;// ['care', 'hospital', 'hitech'];// ['care', 'hitech', 'hospital'];// ['are', 'itech', 'ospital']