Version 1
[yaffs-website] / node_modules / uncss / node_modules / lodash / internal / Set.js
diff --git a/node_modules/uncss/node_modules/lodash/internal/Set.js b/node_modules/uncss/node_modules/lodash/internal/Set.js
new file mode 100644 (file)
index 0000000..63bfd05
--- /dev/null
@@ -0,0 +1,6 @@
+var getNative = require('./getNative');
+
+/* Built-in method references that are verified to be native. */
+var Set = getNative(global, 'Set');
+
+module.exports = Set;