module.exports = function slotsToCode (map) { return Object.keys(map) .map((slotKey, index) => { return `` }) .join('\n') }