CDN Resources for grunt-mocha-istanbul

Quick access to CDN links for the grunt-mocha-istanbul package

CDN Resources for grunt-mocha-istanbul
Various ways to access grunt-mocha-istanbul via Content Delivery Networks

Package Installation

npm
npm install grunt-mocha-istanbul
yarn
yarn add grunt-mocha-istanbul
pnpm
pnpm add grunt-mocha-istanbul

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/grunt-mocha-istanbul"></script>
Unpkg
<script src="https://unpkg.com/grunt-mocha-istanbul"></script>
jsDelivr ESM
<script type="module">
  import gruntmochaistanbul from 'https://cdn.jsdelivr.net/npm/grunt-mocha-istanbul/+esm';
</script>
Skypack
<script type="module">
  import gruntmochaistanbul from 'https://cdn.skypack.dev/grunt-mocha-istanbul';
</script>