UNPKG

react-router

Version:

A complete routing library for React.js

11 lines (8 loc) 235 B
function mergeProperties(object, properties) { for (var property in properties) { if (properties.hasOwnProperty(property)) object[property] = properties[property]; } return object; } module.exports = mergeProperties;