stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes adding JSON schema and validation for when a user is providing their own set of themes. Currently, the user can provide any object as a...
### Description This RFC proposes adding the package `@stdlib/iter/cuany-by`, which cumulatively tests whether at least one iterated value passes a test implemented by a predicate function. The returned iterator should...
### Description This RFC proposes adding the package `@stdlib/array/base/cusome-by-right`, which cumulatively tests whether at least `n` array elements in a provided array pass a test implemented by a predicate function,...
### Description This RFC proposes adding the package `@stdlib/array/base/cunone-by-right`, which cumulatively tests whether no array element in a provided array passes a test implemented by a predicate function, while iterating...
### Description This RFC proposes adding the package `@stdlib/array/base/cuevery-by-right`, which cumulatively tests whether every array element in a provided array passes a test implemented by a predicate function, while iterating...
### Description This RFC proposes adding the package `@stdlib/array/base/cuany-by-right`, which cumulatively tests whether at least one array element in a provided array passes a test implemented by a predicate function,...
### Description This RFC proposes adding the package `@stdlib/array/base/cusome-by`, which cumulatively tests whether at least `n` array elements in a provided array passes a test implemented by a predicate function....
### Description This RFC proposes adding the package `@stdlib/array/base/cunone-by`, which cumulatively tests whether no array element in a provided array passes a test implemented by a predicate function. The function...
### Description This RFC proposes adding the package `@stdlib/array/base/cuevery-by`, which cumulatively tests whether every array element in a provided array passes a test implemented by a predicate function. The function...
### Description This RFC proposes adding the package `@stdlib/array/base/cuany-by`, which cumulatively tests whether at least one array element in a provided array passes a test implemented by a predicate function....