UNPKG

dtable-utils

Version:

dtable common utils

10 lines (6 loc) 247 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var formatTextToCheckbox = function formatTextToCheckbox(value) { return value === 'true' || value === true; }; exports.formatTextToCheckbox = formatTextToCheckbox;