UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

8 lines (7 loc) 263 B
import isKeyable from "./_isKeyable.js"; function getMapData(map, key) { var data = map.__data__; return isKeyable(key) ? data[typeof key == "string" ? "string" : "hash"] : data.map; } export { getMapData as default }; //# sourceMappingURL=_getMapData.js.map