UNPKG

infrastructure-components

Version:

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

8 lines (7 loc) 304 B
// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P) var toIObject = require('./$.to-iobject'); require('./$.object-sap')('getOwnPropertyDescriptor', function($getOwnPropertyDescriptor){ return function getOwnPropertyDescriptor(it, key){ return $getOwnPropertyDescriptor(toIObject(it), key); }; });