diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/lodash/_nativeCreate.js')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/lodash/_nativeCreate.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/lodash/_nativeCreate.js b/sandbox/testAppNevena/Front/node_modules/lodash/_nativeCreate.js deleted file mode 100644 index c7aede85..00000000 --- a/sandbox/testAppNevena/Front/node_modules/lodash/_nativeCreate.js +++ /dev/null @@ -1,6 +0,0 @@ -var getNative = require('./_getNative'); - -/* Built-in method references that are verified to be native. */ -var nativeCreate = getNative(Object, 'create'); - -module.exports = nativeCreate; |