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