ship-gis/node_modules/core-js/modules/es.object.has-own.js

10 lines
241 B
JavaScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
'use strict';
var $ = require('../internals/export');
var hasOwn = require('../internals/has-own-property');
// `Object.hasOwn` method
// https://tc39.es/ecma262/#sec-object.hasown
$({ target: 'Object', stat: true }, {
hasOwn: hasOwn
});