CDN Resources for jest-resolve

Quick access to CDN links for the jest-resolve package

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

Package Installation

npm
npm install jest-resolve
yarn
yarn add jest-resolve
pnpm
pnpm add jest-resolve

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