/node_modules/lodash/fp/flatMapDepth.js

https://bitbucket.org/coleman333/smartsite · JavaScript · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 4754b9ad134d4fc710fccbb088b3afe1 MD5 · raw file

  1. var convert = require('./convert'),
  2. func = convert('flatMapDepth', require('../flatMapDepth'));
  3. func.placeholder = require('./placeholder');
  4. module.exports = func;