Category "esmodules"

Using ES Module packages in Azure Typescript Function

I am unable to use the package p-map in my Azure Function. I get the following error: Worker failed to load function: 'serverless' with function id: '<id>

How to import via a URL using ES modules?

I want to import a library like axios directly from a URL and use it. I don't want to add it as a script which adds axios to the window object (as shown below).