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