UNPKG

@prettyy/ui

Version:

vue2 UI

7 lines (4 loc) 139 B
const hasOwnProperty = Object.prototype.hasOwnProperty export function hasOwn(obj, key) { return hasOwnProperty.call(obj, key) }