1
0
mirror of https://gitlab.com/octtspacc/staticoso synced 2025-05-12 07:39:48 +02:00

6 lines
179 B
JavaScript

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