projects
/
dotfiles
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update .bashrc
[dotfiles/.git]
/
.config
/
coc
/
extensions
/
node_modules
/
coc-prettier
/
node_modules
/
lodash
/
fp
/
findLastIndexFrom.js
1
var convert = require('./convert'),
2
func = convert('findLastIndexFrom', require('../findLastIndex'));
3
4
func.placeholder = require('./placeholder');
5
module.exports = func;