aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lodash/fp/toJSON.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/fp/toJSON.js')
-rw-r--r--node_modules/lodash/fp/toJSON.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/lodash/fp/toJSON.js b/node_modules/lodash/fp/toJSON.js
new file mode 100644
index 0000000..2d718d0
--- /dev/null
+++ b/node_modules/lodash/fp/toJSON.js
@@ -0,0 +1,5 @@
+var convert = require('./convert'),
+ func = convert('toJSON', require('../toJSON'), require('./_falseOptions'));
+
+func.placeholder = require('./placeholder');
+module.exports = func;