You need to sign in before continuing.
Blame view
node_modules/lodash/fp/findIndexFrom.js
167 Bytes
aaac7fed
liuqimichale
add
|
1
2
3
4
5
|
var convert = require('./convert'),
func = convert('findIndexFrom', require('../findIndex'));
func.placeholder = require('./placeholder');
module.exports = func;
|