UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

13 lines (7 loc) 191 B
/** * Safer Object.hasOwnProperty */ function hasOwn(obj, prop){ return Object.prototype.hasOwnProperty.call(obj, prop); } module.exports = hasOwn;