CDN Resources for sinon
Various ways to access sinon via Content Delivery Networks
Package Installation
npm
npm install sinon
yarn
yarn add sinon
pnpm
pnpm add sinon
CDN 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