UNPKG

jimdo-templateflow

Version:
8 lines (6 loc) 162 B
'use-strict' module.exports = function (value) { if (value == undefined) return value if (parseInt(value)) return parseInt(value) return value == "true" }