Repository URL to install this package:
import { PairedArray } from '../array/pairs/Pairs.typings'; declare const fromPairsToMap: <Key, Value>(x: PairedArray<Key, Value>) => Map<Key, Value>; export { fromPairsToMap }; export default fromPairsToMap;