UNPKG

infrastructure-components

Version:

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

5 lines 153 B
var redefine = require('./$.redefine'); module.exports = function(target, src){ for(var key in src)redefine(target, key, src[key]); return target; };