github-pages-deploy-action/node_modules/lodash/fp/sortedLastIndex.js

6 lines
175 B
JavaScript
Raw Normal View History

2019-11-19 20:48:29 +08:00
var convert = require('./convert'),
func = convert('sortedLastIndex', require('../sortedLastIndex'));
func.placeholder = require('./placeholder');
module.exports = func;