UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

7 lines (6 loc) 155 B
/** * @param {Array} array * @param {Function} predicate * @returns {number} */ export default Function.prototype.call.bind(Array.prototype.findIndex)