UNPKG

rittick-datta

Version:
3 lines 104 B
export function anyMatches(arr, callback){ return !!arr.some((item) => callback(item) === true); }