Your IP : 216.73.216.79


Current Path : /var/www/html/mswp/node_modules/vue-router/src/util/
Upload File :
Current File : /var/www/html/mswp/node_modules/vue-router/src/util/misc.js

export function extend (a, b) {
  for (const key in b) {
    a[key] = b[key]
  }
  return a
}