mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-09 19:44:56 +02:00
8 lines
175 B
JavaScript
8 lines
175 B
JavaScript
'use strict';
|
|
var parent = require('../../actual/object/has-own');
|
|
|
|
// TODO: Remove from `core-js@4`
|
|
require('../../modules/esnext.object.has-own');
|
|
|
|
module.exports = parent;
|