UNPKG

317 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6
7
8var normalizeSlots = function normalizeSlots(slots) {
9 return Object.keys(slots).reduce(function (arr, key) {
10 return arr.concat(slots[key]);
11 }, []);
12};
13exports.default = normalizeSlots;
14//# sourceMappingURL=normalizeSlots.js.map
\No newline at end of file