UNPKG

funcunit

Version:
7 lines (6 loc) 87 B
export default function(a, b){ for(var p in b) { a[p] = b[p]; } return a; };