'use strict'; module.exports = function addSpace() { return { type: 'space', value: ' ' }; };