????

Your IP : 3.15.27.146


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/date-fns/esm/_lib/assign/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/date-fns/esm/_lib/assign/index.js

export default function assign(target, object) {
  if (target == null) {
    throw new TypeError('assign requires that input parameter not be null or undefined');
  }
  for (var property in object) {
    if (Object.prototype.hasOwnProperty.call(object, property)) {
      ;
      target[property] = object[property];
    }
  }
  return target;
}