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