Hacker News new | ask | show | jobs
by thirdvect0r 1204 days ago
lodash is great because you can import @types/lodash into your TS project and have great inferred types from things like _.uniqBy or _.omitBy; without such support, vanilla JS "equivalents" are just not useful