lang-en

Cross-Compatible Typescript Libraries (browser and Node.js)

Ever wondered how to build a TypeScript module that’s compatible with both Node.js and the browser platform? Always wanted to do something like this? Well, it’s actually trickier than I thought before, because I had the requirement of having different dependencies, depending on where the library was used. The thing was that there is a […]

Cross-Compatible Typescript Libraries (browser and Node.js) Read More »