UNPKG

dtable-utils

Version:

dtable common utils

6 lines (4 loc) 148 B
var formatTextToCheckbox = function formatTextToCheckbox(value) { return value === 'true' || value === true; }; export { formatTextToCheckbox };