toBool.js 61 B

123
  1. const toBool = val => val === 'true';
  2. export default toBool;