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