UNPKG

vuestic-ui

Version:
8 lines (7 loc) 184 B
const hasOwnProperty = (object, key) => { return Object.prototype.hasOwnProperty.call(object, key); }; export { hasOwnProperty as h }; //# sourceMappingURL=has-own-property.js.map