1 line
259 B
JSON
1 line
259 B
JSON
{"ast":null,"code":"export default function expandToHashMap(value, keys) {\n return keys.reduce(function (hashMap, key) {\n hashMap[key] = value;\n return hashMap;\n }, {});\n}","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |