CDN Resources for jest-haste-map

Quick access to CDN links for the jest-haste-map package

CDN Resources for jest-haste-map
Various ways to access jest-haste-map via Content Delivery Networks

Package Installation

npm
npm install jest-haste-map
yarn
yarn add jest-haste-map
pnpm
pnpm add jest-haste-map

CDN 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>