Isomorphic ponyfill wrapping native browser fetch and node-fetch
npm install @foxglove/just-fetchIsomorphic ponyfill wrapping native browser fetch and node-fetch.

``ts`
import fetch from "@foxglove/just-fetch";
Usage is the same whether you are targeting browsers or node.js. The browser
target returns the native window.fetch implementation, and in node.js thenode-fetch library is returned.
@foxglove/just-fetch is licensed under MIT License.
1. Run yarn version --[major|minor|patch] to bump versiongit push && git push --tags` to push new tag
2. Run
3. GitHub Actions will take care of the rest