/**
 * Safer Object.hasOwnProperty
 */
declare function hasOwn(obj: object, prop: string): boolean;
export default hasOwn;
