Version 1
[yaffs-website] / node_modules / uncss / node_modules / lodash / seq.js
diff --git a/node_modules/uncss/node_modules/lodash/seq.js b/node_modules/uncss/node_modules/lodash/seq.js
new file mode 100644 (file)
index 0000000..15aac5a
--- /dev/null
@@ -0,0 +1,17 @@
+module.exports = {
+  'at': require('./wrapperAt'),
+  'chain': require('./chain'),
+  'commit': require('./commit'),
+  'flatMap': require('./wrapperFlatMap'),
+  'lodash': require('./wrapperLodash'),
+  'next': require('./next'),
+  'plant': require('./plant'),
+  'reverse': require('./wrapperReverse'),
+  'tap': require('./tap'),
+  'thru': require('./thru'),
+  'toIterator': require('./toIterator'),
+  'toJSON': require('./toJSON'),
+  'value': require('./wrapperValue'),
+  'valueOf': require('./valueOf'),
+  'wrapperChain': require('./wrapperChain')
+};