function isStrTrue()

in src/PluginInfo/PluginInfo.js [448:450]


function isStrTrue (x) {
    return String(x).toLowerCase() === 'true';
}