mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 02:08:30 +00:00
6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
/**
|
|
* @param {Array} array
|
|
* @param {Function} predicate
|
|
* @returns {number}
|
|
*/
|
|
module.exports = Function.prototype.call.bind(Array.prototype.findIndex)
|