Newer
Older
alert / js / node_modules / lodash / _nativeCreate.js
@Réz István Réz István on 18 Nov 2021 187 bytes first commit
var getNative = require('./_getNative');

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

module.exports = nativeCreate;