UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

4 lines (3 loc) 149 B
export default function expandToHashMap<T extends number | string | boolean, K extends string>(value: T, keys: Array<K>): { [key: string]: T; };