git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

sortedLastIndexOf.js (179B)


      1 var convert = require('./convert'),
      2     func = convert('sortedLastIndexOf', require('../sortedLastIndexOf'));
      3 
      4 func.placeholder = require('./placeholder');
      5 module.exports = func;