var HasValue = function (source, key){ return (source.hasOwnProperty(key)); } ; module.exports = HasValue;