stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

Results 538 stdlib issues
Sort by recently updated
recently updated
newest added

### Description This RFC proposes to add a `@stdlib/datasets/random` namespace with packages for generating mock data. - [ ] email - [ ] firstName - [ ] lastName - [...

rfc
feature

### 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...

rfc
feature
native
good first issue

### 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...

rfc
feature
native
good first issue

### 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...

rfc
feature
native
good first issue

### 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...

rfc
feature
good first issue

### 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`...

rfc
feature
good first issue

### 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...

rfc
feature
good first issue

### 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...

rfc
feature
good first issue

### 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)....

rfc
feature
good first issue

### 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...

rfc
feature
good first issue