This is a mirror of msw, bundled and exposed as ES module.
npm install @bundled-es-modules/msw
bower install bundled-es-modules/msw
<script type="module">
import { rest, setupWorker /* etc */ } from '@bundled-es-modules/msw';
</script>
Make sure you added @bundled-es-modules
scope to the path if used via npm.