diff options
Diffstat (limited to 'node_modules/lodash/fp/isMatchWith.js')
-rw-r--r-- | node_modules/lodash/fp/isMatchWith.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/lodash/fp/isMatchWith.js b/node_modules/lodash/fp/isMatchWith.js new file mode 100644 index 000000000..d95f31935 --- /dev/null +++ b/node_modules/lodash/fp/isMatchWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isMatchWith', require('../isMatchWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; |