auth-api/tests/node_modules/lodash/fp/sortedLastIndexBy.js
2021-06-23 22:30:45 +02:00

6 lines
179 B
JavaScript

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