dotfiles/.vscode/extensions/vscodevim.vim-0.1.10/node_modules/lodash/_nativeCreate.js
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02: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;