module.exports = async function (doc) { const { head, tail } = doc const node = { type: head(), icon: tail() } return node }