UNPKG

@mpxjs/webpack-plugin

Version:

mpx compile core

6 lines (4 loc) 143 B
const hasOwnProperty = Object.prototype.hasOwnProperty module.exports = function hasOwn (obj, key) { return hasOwnProperty.call(obj, key) }