UNPKG

react-foundation-components-fork

Version:

Foundation Sites components built with the power of React and CSS Modules

15 lines (12 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = keyMirrorArray; function keyMirrorArray(array) { var result = {}; array.forEach(function (item) { result[item] = item; }); return result; }