Version 1
[yaffs-website] / node_modules / grunt-uncss / node_modules / async / internal / breakLoop.js
diff --git a/node_modules/grunt-uncss/node_modules/async/internal/breakLoop.js b/node_modules/grunt-uncss/node_modules/async/internal/breakLoop.js
new file mode 100644 (file)
index 0000000..1065058
--- /dev/null
@@ -0,0 +1,9 @@
+"use strict";
+
+Object.defineProperty(exports, "__esModule", {
+  value: true
+});
+// A temporary value used to identify if the loop should be broken.
+// See #1064, #1293
+exports.default = {};
+module.exports = exports["default"];
\ No newline at end of file