Files
documentation/node_modules/core-js/es/object/has-own.js
2024-03-22 03:47:51 +05:30

6 lines
140 B
JavaScript

'use strict';
require('../../modules/es.object.has-own');
var path = require('../../internals/path');
module.exports = path.Object.hasOwn;