Files

2 lines
101 B
JavaScript

function u(n,o){for(var t=-1,e=n==null?0:n.length;++t<e&&o(n[t],t,n)!==!1;);return n}export{u as a};