UNPKG

beautiful-react-hooks

Version:

A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development

5 lines (4 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var safeHasOwnProperty = function (obj, prop) { return (obj ? Object.prototype.hasOwnProperty.call(obj, prop) : false); }; exports.default = safeHasOwnProperty;