UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

6 lines 159 B
export default function expandToHashMap(value, keys) { return keys.reduce(function (hashMap, key) { hashMap[key] = value; return hashMap; }, {}); }