function isEmptyOrWhitespace()

in greengrass-opcua-adapter-nodejs/config_agent.js [61:63]


function isEmptyOrWhitespace(value) {
    return (!value || !value.trim());
}