UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

10 lines (9 loc) 349 B
// 26.1.7 Reflect.getOwnPropertyDescriptor(target, propertyKey) var $ = require('./$') , $export = require('./$.export') , anObject = require('./$.an-object'); $export($export.S, 'Reflect', { getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey){ return $.getDesc(anObject(target), propertyKey); } });