CDN Resources for jest-haste-map
Various ways to access jest-haste-map via Content Delivery Networks
Package Installation
npm
npm install jest-haste-mapyarn
yarn add jest-haste-mappnpm
pnpm add jest-haste-mapCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/jest-haste-map"></script>Unpkg
<script src="https://unpkg.com/jest-haste-map"></script>jsDelivr ESM
<script type="module">
  import jesthastemap from 'https://cdn.jsdelivr.net/npm/jest-haste-map/+esm';
</script>Skypack
<script type="module">
  import jesthastemap from 'https://cdn.skypack.dev/jest-haste-map';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages