Which utility library is the most suitable for Angular projects (Lodash, Underscore, Ramda, Remeda, Radash)?
I want to use JS/TS
utility library for an Angular
project.
I found Lodash, Underscore, Ramda
libraries are written in JavaScript
, but they also have DefinitelyTyped file (@types/lodash, @types/underscore, @types/ramda)
to support TypeScript.