MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / arrayFromMap

Function arrayFromMap

static/plugins/pdfmake/pdfmake.js:1393–1399  ·  view source on GitHub ↗
(map)

Source from the content-addressed store, hash-verified

1391};
1392
1393var arrayFromMap = function arrayFromMap(map) {
1394 var array = [];
1395 map.forEach(function (value, key) {
1396 return array.push([key, value]);
1397 });
1398 return array;
1399};
1400
1401var objectIs = Object.is ? Object.is : __webpack_require__(609);
1402var objectGetOwnPropertySymbols = Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols : function () {

Callers 1

mapEquivFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected