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