mirror of
https://github.com/thangisme/notes.git
synced 2025-01-05 11:06:28 -05:00
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
|
var convert = require('./convert'),
|
||
|
func = convert('findLastIndexFrom', require('../findLastIndex'));
|
||
|
|
||
|
func.placeholder = require('./placeholder');
|
||
|
module.exports = func;
|