Version 1
[yaffs-website] / node_modules / uncss / node_modules / lodash / internal / nativeCreate.js
diff --git a/node_modules/uncss/node_modules/lodash/internal/nativeCreate.js b/node_modules/uncss/node_modules/lodash/internal/nativeCreate.js
new file mode 100644 (file)
index 0000000..1d6c35c
--- /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;