UNPKG

infrastructure-components

Version:

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

5 lines 174 B
var $ = require('../../modules/$'); require('../../modules/es6.object.get-own-property-names'); module.exports = function getOwnPropertyNames(it){ return $.getNames(it); };