find.js 202 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 define(['./make_', '../array/find', '../object/find'], function(make, arrFind, objFind) { /** * Find value that returns true on iterator check. */ return make(arrFind, objFind); });