UNPKG

react-toolbox

Version:

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

9 lines (8 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = hasOwnProperty; function hasOwnProperty(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }