UNPKG

browserstack

Version:
8 lines (6 loc) 87 B
module.exports = function(a, b) { for (var p in b) { a[p] = b[p]; } return a; };