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