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