Files
control-pane/public/novnc/node_modules/lodash/_nativeCreate.js
Charlie Root 58f2e80eb5 update
2022-07-31 09:56:11 +00:00

7 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;