UNPKG

repture

Version:

Lightweight JavaScript ES6 based utility library

4 lines (3 loc) 106 B
export default function findIndex(array: any, callback: Function) { return array.findIndex(callback); }