stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/async/if-then`. Currently, considerable type information is lost when using this function. Ideally, we'd improve declarations for `x`, `y`, and...
### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/async/if-else`. Currently, considerable type information is lost when using this function. Ideally, we'd improve declarations for `x`, `y`, and...
There's an issue with `prevGraphemeClusterBreak` package, if I compare the results with `nextGraphemeClusterBreak` for a single skin tone emoji it doesn't return the same values, ``` prevGraphemeClusterBreak( '👉🏿' ) //...
### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/ndarray/array`. Currently, type declarations do not account for `dtype` information. Ideally, we'd improve declarations such that - based on...
### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/map-arguments`. Currently, considerable type information is lost when using this function. Ideally, we'd improve declarations for the input and...
### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/group`. Currently, considerable type information is lost when returning results, which are presently typed as `any`. Ideally, we'd improve...
### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/group-in`. Currently, considerable type information is lost when returning results, which are presently typed as `any`. Ideally, we'd improve...
### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/group-own`. Currently, considerable type information is lost when returning results, which are presently typed as `any`. Ideally, we'd improve...
### Description This RFC proposes adding a filesystem utility to read a file which is newline-delimited JSON (NDJSON). Package: `@stdlib/fs/read-ndjson` Alias: `readNDJSON` ### Related Issues The following RFC is a...
### Description This RFC proposes adding a utility to parse a string containing serialized newline-delimited JSON (NDJSON). The exposed API should have the same signature as [`@stdlib/utils/parse-json`](https://github.com/stdlib-js/stdlib/tree/1dbb5491b16d4f969cf4748bd1fc7bcd80b89ccc/lib/node_modules/%40stdlib/utils/parse-json), and the reviver...