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

package.es.object.create.js Maven / Gradle / Ivy

The newest version!
'use strict';
require('../../modules/es.object.create');
var path = require('../../internals/path');

var Object = path.Object;

module.exports = function create(P, D) {
  return Object.create(P, D);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy