const toBool = val => val === 'true'; export default toBool;