UNPKG

react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

4 lines (3 loc) 112 B
export default function hasOwnProperty(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }