All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.fn.object.create.js Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
require('../../modules/es6.object.create');
var $Object = require('../../modules/_core').Object;
module.exports = function create(P, D) {
  return $Object.create(P, D);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy