hexo/node_modules/lodash/fp/sortedLastIndexBy.js

6 lines
184 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
var convert = require('./convert'),
func = convert('sortedLastIndexBy', require('../sortedLastIndexBy'));
func.placeholder = require('./placeholder');
module.exports = func;