setup-node/node_modules/lodash/_nativeCreate.js
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

6 lines
187 B
JavaScript

var getNative = require('./_getNative');
/* Built-in method references that are verified to be native. */
var nativeCreate = getNative(Object, 'create');
module.exports = nativeCreate;