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