'use strict'; module.exports = { append: (str, append) => str + append, toBool: val => val === 'true' };