export function hasOwn (source, target) { return Object.prototype.hasOwnProperty.call(source, target) }