mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 21:17:02 +00:00
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
var convert = require('./convert'),
|
|
func = convert('findIndexFrom', require('../findIndex'));
|
|
|
|
func.placeholder = require('./placeholder');
|
|
module.exports = func;
|