UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

6 lines 170 B
export function convertToMap(list) { const map = new Map(); list.forEach(([key, value]) => map.set(key, value)); return map; } //# sourceMappingURL=map.js.map