stdlib
                                
                                
                                
                                    stdlib copied to clipboard
                            
                            
                            
                        ✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes to add a `@stdlib/datasets/random` namespace with packages for generating mock data. - [ ] email - [ ] firstName - [ ] lastName - [...
### Description This RFC proposes add C APIs for converting an unsigned 32-bit integer C value to a JavaScript object. This is the reverse of [`@stdlib/napi/argv-uint32`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/napi/argv-uint32). Package: `@stdlib/number/napi/uint32` ### Related...
### Description This RFC proposes add C APIs for converting a signed 32-bit integer C value to a JavaScript object. This is the reverse of [`@stdlib/napi/argv-int32`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/napi/argv-int32). Package: `@stdlib/number/napi/int32` ### Related...
### Description This RFC proposes add C APIs for converting a double-precision floating-point C value to a JavaScript object. This is the reverse of [`@stdlib/napi/argv-double`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/napi/argv-double). Package: `@stdlib/number/napi/double` ### Related Issues...
### Description This RFC proposes adding a utility to test whether some "own" and inherited properties of a provided object satisfies a predicate function. This is the `for-in` equivalent of...
### Description This RFC proposes adding a utility to test whether every "own" and inherited property of a provided object does not satisfy a predicate function. This is the `for-in`...
### Description This RFC proposes adding a utility to test whether any "own" and inherited property of a provided object satisfies a predicate function. This is the `for-in` equivalent of...
### Description This RFC proposes adding a utility to test whether every "own" and inherited property of a provided object satisfies a predicate function. This is the `for-in` equivalent of...
### Description This RFC proposes adding a utility to test whether some "own" properties of a provided object satisfies a predicate function. This is the object keys equivalent of [`@stdlib/utils/some-by`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/some-by)....
### Description This RFC proposes adding a utility to test whether every "own" property of a provided object does not satisfy a predicate function. This is the object keys equivalent...