github-pages-deploy-action/node_modules/lodash/fp/findLastIndexFrom.js
2020-01-27 23:58:23 -05:00

6 lines
175 B
JavaScript

var convert = require('./convert'),
func = convert('findLastIndexFrom', require('../findLastIndex'));
func.placeholder = require('./placeholder');
module.exports = func;