ramda-adjunct
ramda-adjunct copied to clipboard
Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
https://medium.com/@gunar/async-control-flow-without-exceptions-nor-monads-b19af2acc553 https://github.com/jwoudenberg/fantasy-do
**Is your feature request related to a problem? Please describe.** Maps list of functions to a value **Describe the solution you'd like** ```js const rmap = R.curryN(2, (val, fns) {...
``` @charon: I think it would be a good idea to group the Related Projects section of the wiki so that ramda-adjunct and rcp (not actively maintained, it looks like,...
Improves upon the `object` type in renameKeys. Not sure if this can be merged as is, but maybe it can be extended by someone who knows the project better than...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.0.2. Release notes Sourced from @typescript-eslint/parser's releases. v7.0.2 7.0.2 (2024-02-19) 🩹 Fixes fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460) utils: use mergeable...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.0 to 18.6.2. Release notes Sourced from @commitlint/config-conventional's releases. v18.6.2 18.6.2 (2024-02-14) Bug Fixes fix(config-conventional): use default export by @dargmuesli in conventional-changelog/commitlint#3911 New Contributors @dargmuesli made their...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.0 to 18.6.1. Release notes Sourced from @commitlint/cli's releases. v18.6.1 18.6.1 (2024-02-13) Bug Fixes update dependency semver to v7.6.0 (#3900) (df33003) update dependency tar-fs to v3.0.5 (#3903)...
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @btea in typicode/husky#1383 fix: husky=0 in init (fixes #1393) by @typicode in typicode/husky#1395...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...