Sindbad~EG File Manager

Current Path : /home/infinitibizsol/autocrm.infinitibizsol.com/node_modules/core-js/internals/
Upload File :
Current File : /home/infinitibizsol/autocrm.infinitibizsol.com/node_modules/core-js/internals/create-property.js

'use strict';
var toPropertyKey = require('../internals/to-property-key');
var definePropertyModule = require('../internals/object-define-property');
var createPropertyDescriptor = require('../internals/create-property-descriptor');

module.exports = function (object, key, value) {
  var propertyKey = toPropertyKey(key);
  if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
  else object[propertyKey] = value;
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists