Earlier quoted context omitted.
> lodash-es doesn’t ESM lodash/fp Most of my career has been JS and TS and I have no idea what this means.
I'm guessing you're only a few years into your web career, so I'll provide some background. lodash is a popular library that fills in many blanks that pre-2015 JavaScript had. It still provides value in modern JavaScript, but it's no longer as important as it used to be. JavaScript is actually based on a standard called ECMAScript. ActionScript shares this standard, as an example. In 2015, we got ECMAScript 5, which…
As someone else pointed out below, it was the use of ESM as a verb that threw me off.