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