Version 1
[yaffs-website] / node_modules / grunt-legacy-util / node_modules / lodash / _nativeCreate.js
diff --git a/node_modules/grunt-legacy-util/node_modules/lodash/_nativeCreate.js b/node_modules/grunt-legacy-util/node_modules/lodash/_nativeCreate.js
new file mode 100644 (file)
index 0000000..c7aede8
--- /dev/null
@@ -0,0 +1,6 @@
+var getNative = require('./_getNative');
+
+/* Built-in method references that are verified to be native. */
+var nativeCreate = getNative(Object, 'create');
+
+module.exports = nativeCreate;