UNPKG

infrastructure-components

Version:

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

5 lines 193 B
var $ = require('../../modules/$'); require('../../modules/es6.object.get-own-property-descriptor'); module.exports = function getOwnPropertyDescriptor(it, key){ return $.getDesc(it, key); };