UNPKG

statistician

Version:

Create and compare files stats, and webpack bundle stats

9 lines (8 loc) 136 B
module.exports = (...objects) => Array.from( new Set( objects.reduce( (arr, obj) => arr.concat(Object.keys(obj)), [] ) ) );