summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/lodash/fp/findIndexFrom.js
blob: 32e98cb9530eb4de50cf3541c0b9722024438bc6 (plain)
1
2
3
4
5
var convert = require('./convert'),
    func = convert('findIndexFrom', require('../findIndex'));

func.placeholder = require('./placeholder');
module.exports = func;