Unit_AI/node_modules/lodash/fp/sortedLastIndexBy.js

6 lines
179 B
JavaScript
Raw Normal View History

2024-06-01 21:24:36 +01:00
var convert = require('./convert'),
func = convert('sortedLastIndexBy', require('../sortedLastIndexBy'));
func.placeholder = require('./placeholder');
module.exports = func;