All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.entries.js Maven / Gradle / Ivy

export default function(map) {
  var entries = [];
  for (var key in map) entries.push({key: key, value: map[key]});
  return entries;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy