How do I use URLSearchParams and similar APIs when writing an isomorphic Typescript package?
I’m trying to write a package in Typescript that is usable in both the browser and Node (“isomorphic”). The purpose of the package is to provide typed endpoints of a website’s REST API.