????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/has-own-prop/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/has-own-prop/index.js |
'use strict'; const hasOwnProp = Object.prototype.hasOwnProperty; module.exports = (object, property) => hasOwnProp.call(object, property);