CDN Resources for grunt-simple-mocha

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

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

Package Installation

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

CDN Links

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