diff options
Diffstat (limited to 'node_modules/lodash/fp/_falseOptions.js')
-rw-r--r-- | node_modules/lodash/fp/_falseOptions.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/lodash/fp/_falseOptions.js b/node_modules/lodash/fp/_falseOptions.js new file mode 100644 index 0000000..773235e --- /dev/null +++ b/node_modules/lodash/fp/_falseOptions.js @@ -0,0 +1,7 @@ +module.exports = { + 'cap': false, + 'curry': false, + 'fixed': false, + 'immutable': false, + 'rearg': false +}; |