5 lines
166 B
JavaScript
5 lines
166 B
JavaScript
|
require('../../modules/es.reflect.get-own-property-descriptor');
|
||
|
var path = require('../../internals/path');
|
||
|
|
||
|
module.exports = path.Reflect.getOwnPropertyDescriptor;
|