xy-server/node_modules/lodash/fp/sortedLastIndex.js

6 lines
175 B
JavaScript
Raw Permalink Normal View History

2025-04-23 09:34:08 +08:00
var convert = require('./convert'),
func = convert('sortedLastIndex', require('../sortedLastIndex'));
func.placeholder = require('./placeholder');
module.exports = func;