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