2.3.0 ā€¢ Published 4 years ago

ramda-addons v2.3.0

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

This package provides an extra set of common utility functions when using Ramda.js

šŸ  npm

āš ļø This package requires that you already have Ramda.js installed as a dependency!

Install

yarn install

Usage

yarn start

Available functions

  • getMatches(sourceData: string[], searchedValue: string) return all found matches in the list
  • getTotalOfValues(object) return the total amount of values in a object, including the values nested in arrays
  • hasData(element: any) check if the object exist and contains some values
  • normalizeString(string) lower a given string and remove whitespaces

Author

šŸ‘¤ Andrea Pontrandolfo

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Andrea Pontrandolfo. This project is MIT licensed.


Acknowledgements

2.3.0

4 years ago

2.2.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago