UNPKG

qsu

Version:

qsu is a utility library that contains useful and frequently used functions. Start with your preferred language and the modern development environment.

1 lines 145 B
export function isTrueMinimumNumberOfTimes(e,t=1){const n=e.length;let o=0;for(let t=0;t<n;t+=1)"boolean"==typeof e[t]&&e[t]&&(o+=1);return o>=t}