Version 1
[yaffs-website] / node_modules / grunt-uncss / node_modules / lodash / fp / fromPairs.js
diff --git a/node_modules/grunt-uncss/node_modules/lodash/fp/fromPairs.js b/node_modules/grunt-uncss/node_modules/lodash/fp/fromPairs.js
new file mode 100644 (file)
index 0000000..f8cc596
--- /dev/null
@@ -0,0 +1,5 @@
+var convert = require('./convert'),
+    func = convert('fromPairs', require('../fromPairs'));
+
+func.placeholder = require('./placeholder');
+module.exports = func;