UNPKG

infrastructure-components

Version:

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

9 lines (8 loc) 207 B
// http://goo.gl/XkBrjD var $export = require('./$.export') , $values = require('./$.object-to-array')(false); $export($export.S, 'Object', { values: function values(it){ return $values(it); } });