Welcome to mirror list, hosted at ThFree Co, Russian Federation.

findIndex.js « fp « lodash « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c15fd11606166df05025a2f0f4d32db3c5bd6cf (plain)
1
2
3
4
5
var convert = require('./convert'),
    func = convert('findIndex', require('../findIndex'));

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