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    
exotic / dist / types / collection / fromPairsToMap.d.ts
Size: Mime:
import { PairedArray } from '../array/pairs/Pairs.typings';
declare const fromPairsToMap: <Key, Value>(x: PairedArray<Key, Value>) => Map<Key, Value>;
export { fromPairsToMap };
export default fromPairsToMap;