📄 has-own.js
/home/palash/git/site/node_modules/core-js/full/object/has-own.js
Language: js • Lines: 7
'use strict';
var parent = require('../../actual/object/has-own');

// TODO: Remove from `core-js@4`
require('../../modules/esnext.object.has-own');

module.exports = parent;